Releases: StanzaSystems/sdk-go
Releases · StanzaSystems/sdk-go
v0.0.8-beta
What's Changed
- Bump github.com/gofiber/fiber/v2 from 2.52.0 to 2.52.1 in /adapters/fiberstanza by @dependabot in #128
- Bump golang.org/x/net from 0.21.0 to 0.23.0 in /adapters/fiberstanza by @dependabot in #129
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /adapters/fiberstanza by @dependabot in #130
- Updating to go 1.22 and dependencies. by @sre-is-josebiro in #131
New Contributors
- @dependabot made their first contribution in #128
Full Changelog: v0.0.7-beta...v0.0.8-beta
v0.0.7-beta
What's Changed
- Add priority_boost to OTEL metrics and traces by @sre-is-msg in #123
- Fix nil pointer dereference in httphandler client by @sre-is-nathan in #124
New Contributors
- @sre-is-nathan made their first contribution in #124
Full Changelog: v0.0.6-beta...v0.0.7-beta
v0.0.6-beta
What's Changed
- Use buf generated libraries by @sre-is-msg in #118
- Conform to "Hierarchical Guards and Tags" section of the SDK spec by @sre-is-msg in #120
Full Changelog: v0.0.5-beta...v0.0.6-beta
v0.0.5-beta
What's Changed
- OTEL v1.19.0 by @sre-is-msg in #108
- Refactor OTEL startup by @sre-is-msg in #109
- Update to use recent Public API changes by @sre-is-msg in #110
- Enable Report Only mode and use new common API reasons for metrics, traces, and logs by @sre-is-msg in #112
- Upgrade module dependencies by @sre-is-msg in #113
- Bugfix for Report Only mode statistics by @sre-is-msg in #114
- Send environment with SetTokenLeaseConsumedRequest and GetBearerTokenRequest by @sre-is-msg in #115
Full Changelog: v0.0.4-beta...v0.0.5-beta
v0.0.4-beta
What's Changed
- Expose commit version by @sre-is-msg in #102
- Fix GetGuardConfig regression by @sre-is-msg in #104
- Re-init OTEL providers with new token by @sre-is-msg in #105
- Add GuardMiddleware helper by @sre-is-msg in #106
Full Changelog: v0.0.3-beta...v0.0.4-beta
v0.0.3-beta
What's Changed
- Align docstrings by @tdeburca in #87
- Send ClientID with GetServiceConfig requests by @sre-is-msg in #89
- Add gRPC example service by @sre-is-msg in #90
- Add a "Stanza quota exhausted" message by @sre-is-msg in #91
- Fix otel/sentinel refresh bug by @sre-is-msg in #92
- Add new grpc server interceptors by @sre-is-msg in #93
- Generic HTTP server middleware and many bugfixes by @sre-is-msg in #95
- Rework passing of optional parameters by @sre-is-msg in #96
- Fix baggage handling and add tests by @sre-is-msg in #97
- Add ContextWithHeaders helper by @sre-is-msg in #98
- Fix grpc server baggage propagation by @sre-is-msg in #99
- Add new grpc client interceptors by @sre-is-msg in #100
Full Changelog: v0.0.2-beta...v0.0.3-beta
v0.0.2-beta
What's Changed
- add coc and contributing guide by @tdeburca in #69
- Allow manually loading of AWS Root CA by @sre-is-msg in #70
- Upgrade to OTLP 1.0 by @sre-is-msg in #71
- Refactor common functions by @sre-is-msg in #72
- Refactor generic handlers by @sre-is-msg in #73
- Conform Metrics to updated SDK spec by @sre-is-msg in #74
- update dependencies by @sre-is-msg in #75
- Mutex before map write by @sre-is-msg in #76
- Refactor SDK init sequence by @sre-is-msg in #77
- Fix a couple of concurrency bugs by @sre-is-msg in #79
- Refactor global state by @sre-is-msg in #80
- Refactor API key metadata by @sre-is-msg in #81
- SDK spec compliant User-Agent by @sre-is-msg in #82
- Report CheckQuota/ValidateTokens reasons by @sre-is-msg in #83
- Rename Decorator to Guard by @sre-is-msg in #84
- Use mutex for reading/writing TokenLeastRequest by @sre-is-msg in #85
- Implement generic guard by @sre-is-msg in #86
New Contributors
Full Changelog: v0.0.1-beta...v0.0.2-beta
v0.0.1-beta
Our first beta release of Stanza's Go SDK! 🎉