Skip to content

Latest commit

 

History

History
69 lines (34 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

69 lines (34 loc) · 3.37 KB

1.1.0 (2020-12-08)

Bug Fixes

  • cancel statementリクエストを追加 (#11) (3c1d8e2)
  • use release-branch with semantic-release. (#4) (31e5faf)

Improvement

  • add ci test (#5) (4f23ed5)
  • add docker-compose.yml for tests (#6) (7b8a7fc)
  • Add wait option to Statements.Insert and testcase. (#3) (1c152ca)

New Features

  • batch: Implement InsertBatch (#7) (164cc3e)

1.0.4 (2020-03-24)

Bug Fixes

  • repository name & rm unnecessary files (#2) (c7b79d3)

1.0.3 (2020-03-03)

Bug Fixes

  • Add name field to session struct & Fix NumExecutors of Insert… (#1) (347f72a)

1.0.2 (2020-02-18)

Improvement

  • Add example to call custom jar class. (6d1b537)

1.0.1 (2020-02-17)

Bug Fixes

1.0.0 (2020-02-07)

Bug Fixes

  • ci: release only master branch. (d03a626)
  • Bugfix of session and statement requests. (b36e4ac)
  • remove python code. (1525349)
  • typo (8df5385)

New Features

Improvement