Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update change with v6 changes and client identification headers #344

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# v5.12.3
## v6.1.0
* (Minor) standardised client identification headers

## v6.0.1
* (Minor) Use PyPi Publish Github actions
* (Bugfix) Fix permissions for doc publishing
* (Bugfix) custom context properties are respected during evaluation

## v6.0.0
* (Major) swap core for yggdrasil
* (Documentation) v6 migration guide
* (Bugfix) handle cases where the response from upstream is a bad

## v5.12.3
* (Bugfix) Current time context field will automatically populate with UTC aware time ([#324](https://github.com/Unleash/unleash-client-python/pull/324)). Thanks @jacob-indigo!

## v5.12.2
Expand Down
Loading