|
@@ -1,52 +1,63 @@
|
|
-# [v1.5.0](https://github.com/tim/erlang-oauth/tree/v1.5.0) (2014-07-25)
|
|
+# 1.6.0
|
|
|
|
+
|
|
|
|
+ * Switched to using crypto:hmac/3
|
|
|
|
+
|
|
|
|
+ * Switched to using crypto:strong_rand_bytes/1
|
|
|
|
+
|
|
|
|
+ * Exported oauth:signature/5 function
|
|
|
|
+
|
|
|
|
+ * Erlang/OTP R16B03 or greater now required
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# 1.5.0
|
|
|
|
|
|
* Added support for encoding binary terms as parameter values
|
|
* Added support for encoding binary terms as parameter values
|
|
|
|
|
|
|
|
|
|
-# [v1.4.0](https://github.com/tim/erlang-oauth/tree/v1.4.0) (2013-07-21)
|
|
+# 1.4.0
|
|
|
|
|
|
* Added support for new crypto:hmac/3 function
|
|
* Added support for new crypto:hmac/3 function
|
|
|
|
|
|
* Moved unit tests from github.com/tim/erlang-oauth-tests
|
|
* Moved unit tests from github.com/tim/erlang-oauth-tests
|
|
|
|
|
|
|
|
|
|
-# [v1.3.0](https://github.com/tim/erlang-oauth/tree/v1.3.0) (2012-09-13)
|
|
+# 1.3.0
|
|
|
|
|
|
* Added oauth:put/6 and oauth:put/7 functions
|
|
* Added oauth:put/6 and oauth:put/7 functions
|
|
|
|
|
|
|
|
|
|
-# [v1.2.2](https://github.com/tim/erlang-oauth/tree/v1.2.2) (2011-11-18)
|
|
+# 1.2.2
|
|
|
|
|
|
* Added support for new tagged tuple returned by http_uri:parse/1 (R15B)
|
|
* Added support for new tagged tuple returned by http_uri:parse/1 (R15B)
|
|
|
|
|
|
|
|
|
|
-# [v1.2.1](https://github.com/tim/erlang-oauth/tree/v1.2.1) (2011-10-17)
|
|
+# 1.2.1
|
|
|
|
|
|
* Updated to use a constant time algorithm to compare signature strings
|
|
* Updated to use a constant time algorithm to compare signature strings
|
|
|
|
|
|
|
|
|
|
-# [v1.2.0](https://github.com/tim/erlang-oauth/tree/v1.2.0) (2011-06-23)
|
|
+# 1.2.0
|
|
|
|
|
|
* Added oauth:get/3 and oauth:post/3 functions
|
|
* Added oauth:get/3 and oauth:post/3 functions
|
|
|
|
|
|
* Collapsed into just a single module
|
|
* Collapsed into just a single module
|
|
|
|
|
|
|
|
|
|
-# [v1.1.1](https://github.com/tim/erlang-oauth/tree/v1.1.1) (2011-01-29)
|
|
+# 1.1.1
|
|
|
|
|
|
* Updated to use the correct request parameter normalization algorithm
|
|
* Updated to use the correct request parameter normalization algorithm
|
|
|
|
|
|
|
|
|
|
-# [v1.1.0](https://github.com/tim/erlang-oauth/tree/v1.1.0) (2011-01-24)
|
|
+# 1.1.0
|
|
|
|
|
|
* Updated to use the new public key API introduced in R14B (public_key-0.8)
|
|
* Updated to use the new public key API introduced in R14B (public_key-0.8)
|
|
|
|
|
|
|
|
|
|
-# [v1.0.2](https://github.com/tim/erlang-oauth/tree/v1.0.2) (2010-11-26)
|
|
+# 1.0.2
|
|
|
|
|
|
* Added oauth:get/6 and oauth:post/6 with additional HttpcOptions parameter
|
|
* Added oauth:get/6 and oauth:post/6 with additional HttpcOptions parameter
|
|
|
|
|
|
|
|
|
|
-# [v1.0.1](https://github.com/tim/erlang-oauth/tree/v1.0.1) (2010-11-26)
|
|
+# 1.0.1
|
|
|
|
|
|
* First version numbered version!
|
|
* First version numbered version!
|