-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHISTORY
31 lines (21 loc) · 826 Bytes
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
== 2017-11-22, v0.2.9
- fix a bug with retry in net_http_persistent_proxy
== 2017-01-09, v0.2.8
- add retry_after strategy
== 2016-12-05, v0.2.7
- add method_name to options for routines to use
== 2016-10-18, v0.2.6
- Do not use net-http-persistent v3.0+: it has breaking changes
== 2016-01-19, v0.2.4
- Fix a bug where retries were missing the original params because of another class clearing them out
== 2015-11-11, v0.2.3
- Add jitter style retry strategies to retry manager
== 2015-03-11, v0.2.2
- Fixed "Cannot do block-based chunk gets on S3" issue
https://github.com/rightscale/right_aws_api/issues/24
== 2015-01-23, v0.2.1.1
- Removed RightHttpConnection gem related code
== 2014-11-03, v0.2.1
- Fix object._blank? issue for IO objects.
== 2013-06-28
- pre-release candidate created