Releases: dapr/kit
Releases · dapr/kit
v0.17.0
v0.16.1
v0.16.0
What's Changed
- Add Copyright headers to env, and remove utils. by @JoshVanL in #103
- events/loop: add reset by @JoshVanL in #120
- Add JWT handling to spiffe package by @jjcollinge in #118
- Update .golangci.yml to remove deprecations by @JoshVanL in #122
- events/loop: drain queue on close by @JoshVanL in #124
- Fix deprecation comment to reference correct function by @jjcollinge in #125
- concurrency/runner: make cancel with cause by @JoshVanL in #128
- Update deps by @javier-aliaga in #130
- concurrency/dir: fix mkdir permissions by @JoshVanL in #131
- feat: Add subsecond precision to jobs by @javier-aliaga in #129
- Concurrency ctesting by @famarting in #133
New Contributors
- @jjcollinge made their first contribution in #118
- @javier-aliaga made their first contribution in #130
- @famarting made their first contribution in #133
Full Changelog: v0.15.2...v0.16.0
v0.15.4
v0.15.3
v0.15.2
v0.15.1
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 <43508+ItalyPaleAle@users.noreply.github.com>
v0.12.0
First tagged version for Dapr 1.12