Releases: dapr/kit
Releases · dapr/kit
v0.15.0
What's Changed
- Add cryptography error code by @chaitanyab2311 in #84
- chore: bump lestrrat-go/jwx/v2 from v2.0.15 to v2.0.20 by @mikeee in #86
- feat: enable original key to be returned for metadata property fields by @sicoyle in #88
- Events: type Batcher value & ensure queue order by @JoshVanL in #89
- Add placement error code by @fowlerlee in #91
- Adds crypto/spiffe by @JoshVanL in #92
- Fixing a dead hyperlink in README.md of the errors directory. by @AnnuCode in #94
- Mutexmap by @elena-kolevska in #95
- fix(security): update vulnerabilities by @sicoyle in #96
- concurrency/mutexmap: Adds DeleteUnlock by @JoshVanL in #99
- MutexMap: Adds DeleteRUnlock and fixes RLock/RUnlock by @JoshVanL in #100
- concurrency/mutexmap Move Unlock to after operation by @JoshVanL in #101
- Adds a GetEnvIntWithRange utility function by @elena-kolevska in #102
- Map: Adds concurrency/map by @JoshVanL in #104
- events/queue: Don't return queue error when closed by @JoshVanL in #106
- Adds FIFO concurrent lock & generic concurrent Slice by @JoshVanL in #107
- Update go to 1.23.1, golangci-lint 1.61.0 by @JoshVanL in #105
- Adds generic ring by @JoshVanL in #108
- Add error code and category funcs by @jake-engelberg in #109
- Adds events/broadcaster by @JoshVanL in #110
- events/broadcaster Buffer val when writing to subscriber channel by @JoshVanL in #111
- concurrency/dir & WriteIdentityToFile by @JoshVanL in #112
- crypto/spiffe: adds a multi trust anchor selector by @lrascao in #113
- Signals: Add cause to signal context cancel by @JoshVanL in #114
New Contributors
- @chaitanyab2311 made their first contribution in #84
- @mikeee made their first contribution in #86
- @fowlerlee made their first contribution in #91
- @AnnuCode made their first contribution in #94
- @jake-engelberg made their first contribution in #109
- @lrascao made their first contribution in #113
Full Changelog: v0.13.0...v0.15.0
v0.12.1
events: make "WithClock" methods allowed without "unit" build tag (#62) There are use cases where having those methods available even outside of a unit test is helpful, such as when the objects are instantiated with a clock that could be mocked in the unit test for the parent method. Signed-off-by: ItalyPaleAle <[email protected]>
v0.12.0
First tagged version for Dapr 1.12
v0.11.3
Updates dependencies
v0.11.2
v0.11.0
Used by Dapr 1.11. Uses new numbering scheme 0.X.Y where X indicates the Dapr version this is used in
v0.0.5
Used by Dapr 1.11.
Notable changes
- Add Dapr crypto libraries
- New Dapr Crypto scheme v1
- Add JWKSCache package
- Move ParseISO8601Duration to Dapr Kit
Added ptr package and update to Go 1.18
Added to package to convert to pointers (#18) * Added to package to convert to pointers Also updated deps and removed agrea/ptr Signed-off-by: ItalyPaleAle <[email protected]>
Moved logger from dapr/dapr
Moved logger from dapr/dapr (#1) * Moved logger from dapr/dapr Co-authored-by: Yaron Schneider <[email protected]> Co-authored-by: Artur Souza <[email protected]> Co-authored-by: Mukundan Sundararajan <[email protected]> Co-authored-by: Young Bu Park <[email protected]> Co-authored-by: Sky/敖小剑 <[email protected]> Co-authored-by: Joni Collinge Co-authored-by: Jigar <[email protected]> Co-authored-by: Ben Wells Co-authored-by: yellow chicks <[email protected]>