Skip to content

Releases: acronis/go-appkit

v1.3.0

09 Sep 13:55
6d0330c
Compare
Choose a tag to compare

What's Changed

  • Rework and simplify lrucache package - #10
  • Make metrics collection in throttle and middleware packages more flexible - #11
  • Avoid implicit panics in middleware and middleware/throttle packages - #12

Full Changelog: v1.2.0...v1.3.0

Notes

  • This release introduces breaking changes in lrucache, httpserver/middleware, and httpserver/middleware/throttle packages. However, due to the library’s limited current usage, we have decided not to increase the major version at this time.

v1.2.0

29 Aug 14:38
54ecab8
Compare
Choose a tag to compare

What's Changed

  • Ability to skip HTTP metrics reporting by @xray33 in #9

New Contributors

  • @xray33 made their first contribution in #9

Full Changelog: v1.1.0...v1.2.0

v1.1.0

26 Aug 12:02
6d58d30
Compare
Choose a tag to compare

What's Changed

  • New httpserver/middleware/throttle package for server-side throttling is added.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

16 Aug 06:14
0c98fd6
Compare
Choose a tag to compare

Initial release