forked from jugend/amazon-ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
55 lines (44 loc) · 1.57 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
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