Skip to content

Releases: acronis/go-appkit

v1.8.0

21 Jan 09:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

15 Jan 19:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

14 Jan 11:59
Compare
Choose a tag to compare

What's Changed

  • Add Go doc badge + fix throttle/README.md by @vasayxtx in #17
  • HTTP client round trippers logging, metrics and request id by @andrewesteves in #18
  • Skip unexported fields in CallSetProviderDefaultsForFields and CallSetForFields. by @padawin in #19

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

11 Nov 14:07
Compare
Choose a tag to compare

What's Changed

  • Optimize log Masker by @MikeYast in #15
  • Add an ability to set context-specific logger for RetryableRoundTripper by @vasayxtx in #16

Full Changelog: v1.4.0...v1.5.0

v1.4.0

22 Oct 13:03
d4c7a80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

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