Skip to content
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
7 changes: 2 additions & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@

## Upgrading

* The `key` parameter of the client has been renamed to `auth_key`
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

## New Features

* Add HMAC generation capabilities.
* The new CLI option "sign_secret" can be used to provide the server's HMAC secret.
* The client itself now has a "sign_secret" argument in the constructor.
* Update documentation describing how to use the above options.
<!-- Here goes the main new features and examples or instructions on how to use them -->

## Bug Fixes

Expand Down
Loading