Releases: Unleash/yggdrasil
unleash-yggdrasil v0.18.1
New Features
- expose get_state method in core binaries
Commit Statistics
- 1 commit contributed to the release.
- 26 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #295
Commit Details
unleash-yggdrasil v0.18.0
Chore
- bump version to 0.18.0
- upgrade getrandom to 0.3
- thank you clippy
- internal refactor to free yggdrasil from random/sys clock, move to ahash and allow the internal functions to receive an EnrichedContext directly
Bug Fixes
- don't warn when using a custom strategy on built in strategies
Commit Statistics
- 5 commits contributed to the release over the course of 47 calendar days.
- 55 days passed between releases.
- 5 commits were understood as conventional.
- 3 unique issues were worked on: #269, #274, #293
Commit Details
unleash-yggdrasil v0.17.5
Chore
- apply Clippy
Commit Statistics
- 1 commit contributed to the release.
- 50 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #263
Commit Details
unleash-yggdrasil v0.17.4
Chore
- bump unleash-types to 0.15.11
Commit Statistics
- 1 commit contributed to the release.
- 27 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #235
Commit Details
unleash-yggdrasil v0.17.3
Chore
- javascript engine
-
chore: javascript engine
-
docs: update README, package.json, tests
-
fix: do not push back to git, its our temp pkg dir
-
chore: use set version instead
-
chore: use jq instead
-
chore: bump yggdrasil-wasm
-
fix: remove defaults from isEnabled and getVariant
-
refactor: rename utils to wasm-interop
-
refactor: move KNOWN_STRATEGIES to Ygg
-
chore: make Clippy happy
-
test: fix tests
-
test: add e2e tests for custom strategies
-
chore: deltas in custom strategies
-
Update javascript-engine/src/index.ts
-
fix: imports
-
New Features
- expose enabled on list features in core and java
- feat(java): expose enabled on list features in core and java
Commit Statistics
- 2 commits contributed to the release.
- 20 days passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #226, #230
Commit Details
unleash-yggdrasil v0.17.2
Chore
- bump types to 0.15.9
- chore: bump types to 0.15.9
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #222
Commit Details
unleash-yggdrasil v0.17.1
Bug Fixes
-
metric bucket start time should be reset everytime it is sent
-
fix: metric bucket start time should be reset everytime it is sent
-
chore: add test to cover that time is correctly advanced by metrics
-
Commit Statistics
- 1 commit contributed to the release.
- 13 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #219
Commit Details
unleash-yggdrasil v0.17.0
New Features
-
move state ingestion entry point
-
chore: move the switch that checks for delta into yggdrasil main take_state method so no one has to worry about it again
-
chore: update client specs to include 19 and 20
-
fix(ruby): patch custom strategies handling with delta events
-
chore: bump client spec version for core and ruby to 5.2.0
-
Commit Statistics
- 1 commit contributed to the release.
- 5 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #213
Commit Details
unleash-yggdrasil v0.16.1
Chore
- update releasing template
- bump types to 0.15.6
- bump types to 0.15.6
- optimizations to core layer
-
fix: repair benchmarks
-
chore: move fallback date into rule engine so that rules that don't need it don't incur the cost of creating a date
-
Commit Statistics
- 4 commits contributed to the release.
- 4 commits were understood as conventional.
- 2 unique issues were worked on: #209, #210
Commit Details
unleash-yggdrasil v0.16.0
New Features
- add hydration method to ruby to receive delta updates
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #206