You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 0.5.3 - 2019-11-19
2
+
*[new feature] Added additional headers to the Http requests [#94](https://github.com/treasure-data/embulk-output-td/pul/94) addressed by [#93](https://github.com/treasure-data/embulk-output-td/issues/93)
3
+
* Also exposes `port` configuration (by default will use 80 and 443).
1
4
2
5
## 0.5.2 - 2019-10-24
3
6
*[maintenance] Fix columns order bug described in issue [91](https://github.com/treasure-data/embulk-output-td/issues/91)[#92](https://github.com/treasure-data/embulk-output-td/pull/92)
Copy file name to clipboardExpand all lines: embulk-output-td.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
Gem::Specification.newdo |spec|
3
3
spec.name="embulk-output-td"
4
-
spec.version="0.5.2"
4
+
spec.version="0.5.3"
5
5
spec.authors=["Muga Nishizawa"]
6
6
spec.summary=%[TreasureData output plugin for Embulk]
7
7
spec.description=%[TreasureData output plugin is an Embulk plugin that loads records to TreasureData read by any input plugins. Search the input plugins by 'embulk-output' keyword.]
0 commit comments