v0.2.0
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
- @CoulsonYing made their first contribution in #66
- @goflutterjava made their first contribution in #95
Full Changelog: v0.1.0...v0.2.0