Skip to content

Commit

Permalink
Update CHANGES for v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 20, 2016
1 parent 145776c commit 70562a5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# OAuth1 Changelog

## latest

* Use the HMACSigner as the default signer. This is the same signing behavior as in previous versions.
* Added a Signer field to the Config to allow custom Signer implementations.s
* Added an RSASigner.
* Added missing Authorization Header quotes around OAuth parameter values. Many providers allowed these quotes to be missing.
* Internalized `Signer` (as `auther`) which created Authorization Headers
- `SetAccessTokenAuthHeader`, `SetRequestAuthHeader`, and `SetRequestTokenAuthHeader` are no longer exposed.
## v0.4.0 (2016-04-20)

* Add a Signer field to the Config to allow custom Signer implementations.
* Use the HMACSigner by default. This provides the same signing behavior as in previous versions (HMAC-SHA1).
* Add an RSASigner for "RSA-SHA1" OAuth1 Providers.
* Add missing Authorization Header quotes around OAuth parameter values. Many providers allowed these quotes to be missing.
* Change `Signer` to be a signer interface.
* Remove the old Signer methods `SetAccessTokenAuthHeader`, `SetRequestAuthHeader`, and `SetRequestTokenAuthHeader`.

## v0.3.0 (2015-09-13)

Expand Down

0 comments on commit 70562a5

Please sign in to comment.