Skip to content

Commit

Permalink
Merge d45cf52 into 0a378e3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanklee86 committed Jan 3, 2022
2 parents 0a378e3 + d45cf52 commit b32d32c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Next version

## v5.0.0
* (Breaking) Modify client initialization to allow jitter configuration on refresh/background refresh intervals. May break code when parameters to UnleashClient are not used as keyword arguments. Thanks @dryobates and @jstolarski!
* (Major) If client is already initialized, calling `initialize_client()` again won't re-run initialization.
* (Minor) Support HTTP 304 on `/client/feature` endpoint.
* (Minor) Rename `master` to `main`.
* (Documentation) Document running UnleashClient in uWSGI. Thanks @sighphyre!
* (Documentation) Fix links and formatting. Thanks @thomasheartman & @sighphyre!

## v4.4.1
* (Minor) Include py.typed to mark package as type-friendly! Thanks @wbolster!
* (Minor) Fix API url sanitization. Thanks @romulorosa!
Expand Down

0 comments on commit b32d32c

Please sign in to comment.