Skip to content

Commit 0a190fc

Browse files
committed
Update to v2.1.0 for feature release
1 parent 912531f commit 0a190fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.1.0 (2016-12-22)
2+
- Fixed a NoMethodError that might occur when using the NetHttp Driver (#130 grahamkenville)
3+
- More securely compare signatures in a way that prevents timing attacks (#56 leishman, #133 will0)
4+
- Remove support for MD2 and MD4 hashing algorithms since they are insecure (#134 will0)
5+
- Disallow requests that are too far in the future to limit the time available for a brute force signature guess (#119 fwininger)
6+
17
# 2.0.1 (2016-07-25)
28
- Support of `api_auth_options` in ActiveResource integration (#102 fwininger)
39
- Replace use of `#blank?` with `#nil?` to not depend on ActiveSupport (#114 packrat386)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.1.0

0 commit comments

Comments
 (0)