Releases: acronis/go-appkit
Releases · acronis/go-appkit
v1.8.0
What's Changed
- HTTP client metrics classify request option by @andrewesteves in #21
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Request type context and logging round tripper by @andrewesteves in #20
Full Changelog: v1.6.0...v1.7.0
v1.6.0
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
- @andrewesteves made their first contribution in #18
- @padawin made their first contribution in #19
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v1.4.0
v1.3.0
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
, andhttpserver/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
v1.1.0
What's Changed
- New
httpserver/middleware/throttle
package for server-side throttling is added.
Full Changelog: v1.0.0...v1.1.0