Skip to content

v1.0.2: Maintenance release

Compare
Choose a tag to compare
@wneessen wneessen released this 08 May 10:58
· 35 commits to main since this release
659a359

This is a maintenance release. Since the last release we've introduced code scanning via SonarQube and coverage testing using Codecov. This release addresses some findings and the better testing

Changes worth mentioning

  • 842cc12 Fixed a code smell in WithUserAgent() identified by SonarQube
  • af15c66 Added RateLimitSleep() to all tests so we can test via Github actions w/o failing
  • 77e5a43 Moved all code examples from dedicated files to the Example_* functions in the test files