Skip to content

Releases: openGemini/opengemini-client-java

v0.3.3

25 Dec 15:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Oct 23:27
Compare
Choose a tag to compare

What's Changed

  • docs: Update README example code by @shoothzj in #128
  • feat: add spring pojo deserialize method by @weiping-code in #129
  • fix: support write with rp (#113) by @weiping-code in #130
  • refactor: extract OpenGeminiClientWriteTest by @shoothzj in #132
  • feat: support write and query with template by @weiping-code in #131
  • chore: set conditional on missing bean by class by @weiping-code in #134
  • feat: support configuration customizer bean by @weiping-code in #135
  • build: add license header by @shoothzj in #136
  • build: update linelint github action by @shoothzj in #137
  • docs: update doc about http engine by @shoothzj in #139
  • build: add xml license header by @shoothzj in #140
  • refactor: use jackson to read response byte array by @CennyMo in #138
  • chore: upgrade facade version by @CennyMo in #141
  • feat: add spring properties by @weiping-code in #142
  • fix: update http facade to 0.2.1 to fix java8 problem by @shoothzj in #143

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Sep 00:03
Compare
Choose a tag to compare

What's Changed

  • refactor: unify opengemini client configuration by @shoothzj in #124
  • refactor: merge client module to opengemini-client by @shoothzj in #125
  • refactor: unify opengemini to one client and factory by @shoothzj in #126
  • build: update dependency to latest version by @shoothzj in #127

Full Changelog: v0.3.0...v0.3.1

v0.3.0

26 Sep 05:06
9f05f66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

28 Aug 06:07
660260c
Compare
Choose a tag to compare

What's Changed

  • build: add opengemini-client-test-common module by @CennyMo in #48
  • feat: reusing jks file in test common module by @CennyMo in #49
  • fix: test assertions and code style optimize by @shoothzj in #60
  • refactor: move InsecureTrustManager from api module to common module by @instpe in #62
  • fix: remove System.out and System.err call in tests by @instpe in #61
  • chore: remove the redundant semicolon by @zhiheng123 in #59
  • build: add spotless-maven-plugin and checkstyle module by @weiping-code in #63
  • ci: add maven spotless check by @shoothzj in #64
  • docs: add design doc links in README by @zhiheng123 in #65
  • chore: add icon in project (#66) by @CoulsonYing in #66
  • chore: add issue link in vcs.xml by @CoulsonYing in #68
  • feat: use char array to store password by @shoothzj in #69
  • chore: update some dependencies by @shoothzj in #70
  • refactor: remove field's tls prefix in TlsConfig by @shoothzj in #72
  • feat: add NotNull annotation when create client by @shoothzj in #77
  • docs: modify the style of readme doc by @zhiheng123 in #83
  • feat: change password field to char[] type by @CennyMo in #82
  • build: add spring opengemini modules by @shoothzj in #85
  • refactor: rename writeBatch to write to leverage java method overload by @shoothzj in #89
  • fix: eliminate the repetitive code for constructing ssl context. (#88) by @weiping-code in #91
  • feat: support getting status code from OpenGeminiException by @CennyMo in #92
  • fix: modify access modifiers by @zhiheng123 in #90
  • refactor: move spring integrations to spring directory by @shoothzj in #94
  • feat: return directly when write empty point list by @goflutterjava in #95
  • feat: add spring auto configuration class by @weiping-code in #96
  • feat: add spring annotation classes by @weiping-code in #98
  • refactor: rename test application name by @shoothzj in #99
  • refactor: modify annotation name by @weiping-code in #100
  • feat: add Features and Getting Started in the spring README by @weiping-code in #101
  • chore: add code of conduct by @instpe in #102
  • chore: unify Opengemini to OpenGemini by @shoothzj in #105
  • fix: add precision in query method by @zhiheng123 in #104
  • build: bump version from 0.1.0 to 0.2.0 by @shoothzj in #106

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

06 Jun 00:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.1.0

v0.0.1

16 Feb 12:58
e615ed7
Compare
Choose a tag to compare

What's Changed

  • init project structure by @shoothzj in #1
  • feat: add tls config in jdk client by @zhiheng123 in #2
  • feat: set up opengemini before test by @xiang092689 in #4
  • feat: add config to client by @instpe in #3
  • ci: fix java unit test name by @Tjingjuan in #5
  • feat: add asynchttpclient okhttp module by @shoothzj in #6
  • refactor: extract common base configuration by @shoothzj in #7
  • style: add builder for the configure of AuthConfig and BaseConfiguration by @zhiheng123 in #8
  • feat: initialize the OpenGeminiJdkClient class by @instpe in #10
  • feat: add query method of jdk http client by @zhiheng123 in #11
  • feat: initialize the OpenGeminiReactorClient by @Tjingjuan in #12
  • refactor: extract opengemini common module by @shoothzj in #13
  • feat: add query method for reactor client by @shoothzj in #14
  • feat: add kotlin and scala module by @shoothzj in #15
  • chore: maven central has changed the way to publish release by @shoothzj in #16
  • build: release 0.0.1 version by @shoothzj in #17

New Contributors

Full Changelog: https://github.com/openGemini/opengemini-client-java/commits/v0.0.1