|
6 | 6 | * Send all requests via HTTPS by default |
7 | 7 | * Position signature before any files in requests [#51](https://github.com/transloadit/ruby-sdk/issues/51) |
8 | 8 |
|
9 | | -### 2.0.1 / 2017-01-23 ### |
| 9 | +### 2.0.1 / 2017-01-23 |
10 | 10 |
|
11 | | -* Use the ssl enabled url as the API base url (@ifedapoolarewaju) |
| 11 | +- Use the ssl enabled url as the API base url (@ifedapoolarewaju) |
12 | 12 |
|
13 | | -### 2.0.0 / 2016-12-03 ### |
| 13 | +### 2.0.0 / 2016-12-03 |
14 | 14 |
|
15 | | -* Drop support for EOL'd Ruby 1.9.x and Ruby 2.0, please use version 1.2.0 if you need support for older |
| 15 | +- Drop support for EOL'd Ruby 1.9.x and Ruby 2.0, please use version 1.2.0 if you need support for older |
16 | 16 | Ruby versions. |
17 | | -* Fix compatibility to Ruby >=2.1 and Rails 5. |
18 | | -* Remove bored instance logic (thanks @ifedapoolarewaju for the PR). This shouldn't affect users at all and removes |
| 17 | +- Fix compatibility to Ruby >=2.1 and Rails 5. |
| 18 | +- Remove bored instance logic (thanks @ifedapoolarewaju for the PR). This shouldn't affect users at all and removes |
19 | 19 | the need for another HTTP request before the actual HTTP request. |
20 | | -* We now have the `transloadit.bill` method to retrieve billing reports. (@ifedapoolarewaju) |
21 | | -* Deprecate `assembly.submit!` method for `assembly.create!`. This shouldn't affect users as the `submit!` method remains |
| 20 | +- We now have the `transloadit.bill` method to retrieve billing reports. (@ifedapoolarewaju) |
| 21 | +- Deprecate `assembly.submit!` method for `assembly.create!`. This shouldn't affect users as the `submit!` method remains |
22 | 22 | as an alias for `create!`. (@ifedapoolarewaju) |
23 | | -* Add support for new `assembly` methods (Thanks @ifedapoolarewaju): |
24 | | - * list to get a list of all assemblies. |
25 | | - * get to retrieve a particular assembly. Requires assembly id to be passed as argument. |
26 | | - * replay to replay a particular assembly. Requires assembly id to be passed as argument. |
27 | | - * get_notifications to get a list of all assembly notifications. |
28 | | - * replay_notification to replay the notification of a particular assembly. Requires assembly id to be passed as argument. |
29 | | -* We now have a Template api with the following methods: |
30 | | - * create to create a new template. |
31 | | - * list to get a list of all templates. |
32 | | - * get to retrieve a particular template. |
33 | | - * update to update a particular template. |
34 | | - * delete to delete a particular template. |
35 | | -* Add rate limit feature to implicitly retry assembly creation when the rate limit is reached. |
36 | | -* Add `assembly.reload_until_finished!` which calls `reload!` once per second until assembly is finished (@gbuesing) |
37 | | -* Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim) |
| 23 | +- Add support for new `assembly` methods (Thanks @ifedapoolarewaju): |
| 24 | + - list to get a list of all assemblies. |
| 25 | + - get to retrieve a particular assembly. Requires assembly id to be passed as argument. |
| 26 | + - replay to replay a particular assembly. Requires assembly id to be passed as argument. |
| 27 | + - get_notifications to get a list of all assembly notifications. |
| 28 | + - replay_notification to replay the notification of a particular assembly. Requires assembly id to be passed as argument. |
| 29 | +- We now have a Template api with the following methods: |
| 30 | + - create to create a new template. |
| 31 | + - list to get a list of all templates. |
| 32 | + - get to retrieve a particular template. |
| 33 | + - update to update a particular template. |
| 34 | + - delete to delete a particular template. |
| 35 | +- Add rate limit feature to implicitly retry assembly creation when the rate limit is reached. |
| 36 | +- Add `assembly.reload_until_finished!` which calls `reload!` once per second until assembly is finished (@gbuesing) |
| 37 | +- Added example files with a [small tutorial](examples/README.md) in `examples` (@jasonaibrahim) |
38 | 38 |
|
39 | | -### 1.2.0 / 2015-12-28 ### |
| 39 | +### 1.2.0 / 2015-12-28 |
40 | 40 |
|
41 | | -* allow custom fields to be passed to Transloadit and received back in the response (thanks @Acconut for the pull request) |
| 41 | +- allow custom fields to be passed to Transloadit and received back in the response (thanks @Acconut for the pull request) |
42 | 42 |
|
43 | | -### 1.1.4 / 2015-12-14 ### |
| 43 | +### 1.1.4 / 2015-12-14 |
44 | 44 |
|
45 | | -* fix Ruby 1.9.x compatibility by explicitly requiring mime-types 2.99 |
| 45 | +- fix Ruby 1.9.x compatibility by explicitly requiring mime-types 2.99 |
46 | 46 |
|
47 | | -### 1.1.3 / 2014-08-21 ### |
| 47 | +### 1.1.3 / 2014-08-21 |
48 | 48 |
|
49 | | -* Use rest-client < 1.7.0 for Ruby version below 1.9 to stay 1.8 compatible. |
| 49 | +- Use rest-client < 1.7.0 for Ruby version below 1.9 to stay 1.8 compatible. |
50 | 50 |
|
51 | | -### 1.1.2 / 2014-06-17 ### |
| 51 | +### 1.1.2 / 2014-06-17 |
52 | 52 |
|
53 | | -* Fix deprecation warning on Ruby 2.1.0 for OpenSSL::Digest (thanks @pekeler for the patch) |
| 53 | +- Fix deprecation warning on Ruby 2.1.0 for OpenSSL::Digest (thanks @pekeler for the patch) |
54 | 54 |
|
55 | | -### 1.1.1 / 2013-06-25 ### |
| 55 | +### 1.1.1 / 2013-06-25 |
56 | 56 |
|
57 | | -* request.get with secret (thanks @miry for the patch) |
| 57 | +- request.get with secret (thanks @miry for the patch) |
58 | 58 |
|
59 | | -### 1.1.0 / 2013-04-22 ### |
| 59 | +### 1.1.0 / 2013-04-22 |
60 | 60 |
|
61 | | -* We now have more statuses available in the response: |
62 | | - * finished? to check if processing is finished |
63 | | - * error? to check if processing failed with errors |
64 | | - * canceled? to check if processing was canceled |
65 | | - * aborted? to check if processing was aborted |
66 | | - * executing? to check if processing is still executing |
67 | | - * uploading? to check if the upload is still going |
68 | | -* Please use `finished?` to check if procssing is finished and `completed?` to |
| 61 | +- We now have more statuses available in the response: |
| 62 | + - finished? to check if processing is finished |
| 63 | + - error? to check if processing failed with errors |
| 64 | + - canceled? to check if processing was canceled |
| 65 | + - aborted? to check if processing was aborted |
| 66 | + - executing? to check if processing is still executing |
| 67 | + - uploading? to check if the upload is still going |
| 68 | +- Please use `finished?` to check if procssing is finished and `completed?` to |
69 | 69 | check if completed successfully |
70 | 70 |
|
71 | | -### 1.0.5 / 2013-03-13 ### |
| 71 | +### 1.0.5 / 2013-03-13 |
72 | 72 |
|
73 | | -* Use MultiJSON so everyone can use the JSON parser they like. (thanks @kselden for the patch) |
74 | | -* Switch to Kramdown for RDoc formatting |
75 | | -* Support jRuby 1.8/1.9 and MRI 2.0.0 too |
| 73 | +- Use MultiJSON so everyone can use the JSON parser they like. (thanks @kselden for the patch) |
| 74 | +- Switch to Kramdown for RDoc formatting |
| 75 | +- Support jRuby 1.8/1.9 and MRI 2.0.0 too |
76 | 76 |
|
77 | | -### 1.0.4 / 2013-03-06 ### |
| 77 | +### 1.0.4 / 2013-03-06 |
78 | 78 |
|
79 | | -* allow symbols as keys for response attributes (thanks @gbuesing for reporting) |
| 79 | +- allow symbols as keys for response attributes (thanks @gbuesing for reporting) |
80 | 80 |
|
81 | | -### 1.0.3 / 2012-11-10 ### |
| 81 | +### 1.0.3 / 2012-11-10 |
82 | 82 |
|
83 | | -* Support max_size option |
| 83 | +- Support max_size option |
84 | 84 |
|
85 | | -### 1.0.1 / 2011-02-08 ### |
| 85 | +### 1.0.1 / 2011-02-08 |
86 | 86 |
|
87 | 87 | [Full list of changes](https://github.com/transloadit/ruby-sdk/compare/v1.0.0...v1.0.1) |
88 | 88 |
|
89 | | -* Enhancements |
90 | | - * support custom form fields for Transloadit::Assembly |
| 89 | +- Enhancements |
91 | 90 |
|
92 | | -* New Maintainers |
93 | | - * Robin Mehner <[email protected]> |
| 91 | + - support custom form fields for Transloadit::Assembly |
94 | 92 |
|
95 | | -### 1.0.0 / 2011-09-06 ### |
| 93 | +- New Maintainers |
| 94 | + - Robin Mehner <[email protected]> |
96 | 95 |
|
97 | | -* Initial release |
| 96 | +### 1.0.0 / 2011-09-06 |
| 97 | + |
| 98 | +- Initial release |
0 commit comments