Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 09:28
· 102 commits to master since this release
a6fc49f
  • Breaking: Go version 1.20 is now the minimum required version to build this project. (#586)
  • Breaking: Remove the /twitchemotes/ endpoints. See issue 332 for more information. (#465)
  • Minor: Block direct requests to private IPs. (#529)
  • Minor: Use Twitter OG tags if no Twitter credentials are configured. (#522)
  • Minor: Support x.com for tweets. (#527)
  • Minor: Increase tweet cache duration for non-credentialed requests to 24h. Currently not configurable. (#528)
  • Fix: We do some more YouTube video ID parsing to ensure broken links (such as youtube.com/watch?v=foobar?feature=share) still return the actual video ID, since this is how the browser operates. (#488, #545)
  • Dev: Document the log-development setting. (#491)
  • Dev: Document the log-level setting. (#490)
  • Dev: Add some pkg/utils/url.go tests. (#525)
  • Dev: Make IsSubdomainOf variadic, making it easier for users of it to support multiple top level domains. (#526)
  • Dev: Use logger for skipping url message instead of fmt. (#554)
  • Dev: Improve YoutTube resolver initialization logging. (#556)
  • Dev: Moved tests & coverage uploads to its own workflow file. (#585)