v0.1.0
What's Changed
- feat: reactor and jdk client support timeout by @shoothzj in #18
- fix: query method support rp param by @zhiheng123 in #19
- feat: add post query method by @zhiheng123 in #20
- fix: modify database method to void and string by @zhiheng123 in #21
- fix: incorrect http method by @zhiheng123 in #23
- feat: add write point api by @zhiheng123 in #24
- fix: points with additional fields writing error by @zhiheng123 in #27
- feat: add batch write api for adding points by @zhiheng123 in #25
- fix: round robin index negative bug by @weiping-code in #33
- docs: add readme.md by @zhiheng123 in #32
- refactor: rename tlsVerificationDisabled and tlsHostnameVerificationDisabled by @CennyMo in #36
- feat: add okhttpclient initial config and unit test by @CennyMo in #29
- feat: [jdk] add rp api by @zhiheng123 in #28
- ci: introduce typo check by @shoothzj in #38
- fix: line protocol bug by @weiping-code in #41
- feat: add okhttpclient implement by @weiping-code in #42
- refactor: extract interface OpenGeminiAsyncClient and BaseAsyncClient by @weiping-code in #43
- feat: add async-http-client implement by @weiping-code in #45
- feat: support password auth for jdk client by @CennyMo in #46
- feat: add ping method by @weiping-code in #47
New Contributors
- @weiping-code made their first contribution in #33
- @CennyMo made their first contribution in #36
Full Changelog: v0.0.1...v0.1.0