-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
88 lines (49 loc) · 3.49 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
Release 0.7.0 - 2019-08-09
* [incompatibility] Built for Embulk v0.9 and Java 8.
* [incompatibility] The libraries no longer have "compile" dependencies on "embulk-core".
Release 0.6.0 - 2018-08-23
* [update] Allow `JAXRSResponseReader#readResponse` to throw any Exception. [#105](https://github.com/embulk/embulk-base-restclient/pull/105)
* [incompatibility] Callers of `JAXRSResponseReader#readResponse` may need to handle Exception.
Release 0.5.5 - 2017-11-15
* [update] JacksonAllInObjectScipe to process null values for numeric types and booleans, with an additional option to fill null values for empty inputs. [#102](https://github.com/embulk/embulk-base-restclient/pull/102)
Release 0.5.4 - 2017-10-12
* [update] Add embulk-util-throttle-helper. [#93](https://github.com/embulk/embulk-base-restclient/pull/93)
Release 0.5.3 - 2017-06-14
* [update] Add close and finish methods in RecordBuffer. [#90](https://github.com/embulk/embulk-base-restclient/pull/90)
Release 0.5.2 - 2017-05-31
* [update] Update TimestampServiceDataSplitter for better API. [#85](https://github.com/embulk/embulk-base-restclient/pull/85)
* [maintenance] Add Null check at JacksonAllInObjectScope to avoid NullPointerException [#87](https://github.com/embulk/embulk-base-restclient/pull/87)
Release 0.5.1 - 2017-05-10
* [update] Add `DispatchingRestClient...PluginDelegate` to implement plugins switching their behavior per Config.
Release 0.5.0 - 2017-04-19
* [maintenance] Handle multi-Tasks in input plugins. [#76](https://github.com/embulk/embulk-base-restclient/pull/76)
* [maintenance] Provide `Schema` and `taskIndex` to `RecordBuffer`. [#77](https://github.com/embulk/embulk-base-restclient/pull/77)
* [incompatibility] `buildRecordBuffer` needs `Schema schema` and `int taskIndex` now.
* [incompatibility] `buildServiceDataSplitter` needs to be implemented in `RestClientInputPluginDelegate`.
Release 0.4.3 - 2017-03-29
* [maintenance] Fix how to call `PageBuidler#finish`. [#71](https://github.com/embulk/embulk-base-restclient/pull/71)
Release 0.4.2 - 2017-03-10
* [update] Add `JacksonAllInObjectScope` which picks up all Embulk columns into one JSON Object.
Release 0.4.1 - 2017-03-07
* [update] embulk-util-retryhelper-jetty* show error response body from the target service.
Release 0.4.0 - 2017-03-06
* [update] Add base classes for output plugins.
* [incompatibility] `validateTask` is renamed to `validateInputTask`.
Release 0.3.0 - 2017-02-28
* [update] Split `RetryHelper` into separate libraries so that developers can use their own HTTP client.
Release 0.2.3 - 2017-02-15
* [maintenance] Fix a null check in case the response does not have any value at an expected location. [#55](https://github.com/embulk/embulk-base-restclient/pull/55)
Release 0.2.2 - 2017-02-13
* [maintenance] Fix a problem that it cannot handle Timestamp columns well.
Release 0.2.1 - 2017-02-07
* [maintenance] Configure retries and increment out of the basic classes internal. No default config parameters.
Release 0.2.0 - 2017-02-02
* [renewal] Renew as embulk-base-restclient as a base class library to access RESTful services.
====
Release 0.1.3 - 2016-10-29
* [general change] Add timeout settings [#6](https://github.com/muga/embulk-util-web_api/pull/6)
Release 0.1.2 - 2016-10-29
* [maintenance] Add column_name option in WebApiColumnOption [#5](https://github.com/muga/embulk-util-web_api/pull/5)
* [general change] Upgrade Embulk v0.8.14 [#4](https://github.com/muga/embulk-util-web_api/pull/4)
Release 0.1.1 - 2016-10-19
Release 0.1.0 - 2016-10-19