-
Notifications
You must be signed in to change notification settings - Fork 95
/
CHANGELOG
135 lines (108 loc) · 3.54 KB
/
CHANGELOG
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
2.6.0 2019-05-20
----------------
* Upgrade nokogiri dependency
* Remove ruby-hmac support
2.5.0 2016-07-09
----------------
* Turn on debug mode with DEBUG_AMAZON_ECS=1
* Add Amazon response error message as part of the error object thrown
2.4.0 2016-01-05
----------------
* Upgrade API version to 2013-08-01
* Add browse_node_lookup and similarity_lookup methods on Amaon::Ecs
* Add /, get_elements, and get_element methods on Amazon::Ecs::Response
2.3.2 2015-01-04
----------------
* Add support for Amazon MX
2.3.1 2015-04-01
----------------
* Add support for Amazon IN and BR
2.3.0 2014-12-05
----------------
* Replace deprecated URI::escape with CGI::escape
2.2.5 2014-03-08
----------------
* Replaced Digest::Digest deprecated call
* Read AWS_ACCESS_KEY_ID and AWS_SECRET_KEY env variables when running test
2.2.4 2012-01-01
----------------
* Parse with UTF-8 encoding, happy new year :)
2.2.3 2011-12-05
----------------
* Add Amazon Spain API
2.2.2 2011-11-18
----------------
* Add VERSION constant in Amazon::Ecs
* Update dependent gems version in Gemfile
* Add Gemfile as part of the gem content
* Update amazon-ecs.gemspec
2.2.1 2011-10-25
----------------
* Add Gemfile
* Rake, run test task by default
* Rename README to README.rdoc
* Upate README, add search index information
2.2.0 2011-9-06
----------------
* Upgrade to Product Advertising API version to 2011-08-01
* Fix IT service url and add support for CN URL
* Add unit test for all service urls
2.1.1 2011-09-05
----------------
* Fix wrong JP service url
* Add Ecs.browser_node_lookup method
2.1.0 2011-08-18
----------------
* Update service urls
* Raise error when aws_secret_key is not found
2.0.0 2011-05-09
----------------
* Replace Hpricot parser with Nokogiri
* Element/Attribute retrieval to match XPath, name not automatically downcased as in Hpricot
1.2.2 2011-05-07
----------------
* Add marshal_dump and marshal_load support
1.2.1 2011-02-23
----------------
* Add support for Amazon Italy
1.2.0 2011-02-07
----------------
* Remove test/ecs_signature_test.rb and test/test_helper.rb
* Fix multibyte search on Ruby 1.9 returns HTTP Response: 403 Forbidden
1.1.0 2010-11-11
----------------
* Add get_elements, get_element, and attributes instance methods in Amazon::Element
* Deprecate Amazon::Element#search_and_convert
1.0.0 2010-11-09
----------------
* Set default Amazon API version to 2010-10-01
0.5.7 2009-08-28
----------------
* Added support for to sign request using openssl with fallback on ruby-hmac
0.5.6 2009-07-21
----------------
* Update parameter value encoding to support special characters
0.5.5 2009-07-18
----------------
* Sign request
0.5.4 2008-01-02
----------------
* Add Response#error_code
0.5.3 2007-09-12
----------------
* send_request to use default options.
0.5.2 2007-09-08
----------------
* Fixed Amazon::Element.get_unescaped error when result returned for given element path is nil
0.5.1 2007-02-08
----------------
* Fixed Amazon Japan and France URL error
* Removed opts.delete(:search_index) from item_lookup, SearchIndex param is allowed
when looking for a book with IdType other than the ASIN.
* Check for defined? RAILS_DEFAULT_LOGGER to avoid exception for non-rails ruby app
* Added check for LOGGER constant if RAILS_DEFAULT_LOGGER is not defined
* Added Ecs.configure(&proc) method for easier configuration of default options
* Added Element#search_and_convert method
0.5.0 2006-09-12
----------------
Initial Release