Skip to content

Commit 70562a5

Browse files
committed
Update CHANGES for v0.4.0 release
1 parent 145776c commit 70562a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# OAuth1 Changelog
22

3-
## latest
4-
5-
* Use the HMACSigner as the default signer. This is the same signing behavior as in previous versions.
6-
* Added a Signer field to the Config to allow custom Signer implementations.s
7-
* Added an RSASigner.
8-
* Added missing Authorization Header quotes around OAuth parameter values. Many providers allowed these quotes to be missing.
9-
* Internalized `Signer` (as `auther`) which created Authorization Headers
10-
- `SetAccessTokenAuthHeader`, `SetRequestAuthHeader`, and `SetRequestTokenAuthHeader` are no longer exposed.
3+
## v0.4.0 (2016-04-20)
4+
5+
* Add a Signer field to the Config to allow custom Signer implementations.
6+
* Use the HMACSigner by default. This provides the same signing behavior as in previous versions (HMAC-SHA1).
7+
* Add an RSASigner for "RSA-SHA1" OAuth1 Providers.
8+
* Add missing Authorization Header quotes around OAuth parameter values. Many providers allowed these quotes to be missing.
9+
* Change `Signer` to be a signer interface.
10+
* Remove the old Signer methods `SetAccessTokenAuthHeader`, `SetRequestAuthHeader`, and `SetRequestTokenAuthHeader`.
1111

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

0 commit comments

Comments
 (0)