Skip to content

Releases: openGemini/opengemini-client-cpp

v0.1.1

17 Nov 05:56
263c47c
Compare
Choose a tag to compare

What's Changed

  • build: prepare to next version by @shoothzj in #28
  • fix: compilation error on C++20/23 compiler by @hiiiik in #31
  • fix: shouldn't export install target if using FetchContent by @hiiiik in #30
  • chore: add code of conduct by @instpe in #32
  • docs: add example for database management by @hiiiik in #34
  • fix: ub in conversion from char array (without eof) to string_view by @hiiiik in #33
  • docs: update requirements and integration in README by @hiiiik in #29
  • build: add license header by @shoothzj in #35
  • build: update linelint github action by @shoothzj in #36
  • chore: fix linelint ci by @shoothzj in #39
  • docs: add integration examples by @hiiiik in #38
  • refactor: separate functors' implementation from ClientImpl by @hiiiik in #37
  • build: prepare to release 0.1.1 by @shoothzj in #40

New Contributors

  • @shoothzj made their first contribution in #28
  • @instpe made their first contribution in #32

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Aug 15:12
da0de1a
Compare
Choose a tag to compare

What's Changed

  • Init: initialize project structure by @hiiiik in #1
  • refactor: restructure the CMake project by @hiiiik in #2
  • feat: add client configuration and its builder by @hiiiik in #3
  • feat: add abstract class for http client by @hiiiik in #4
  • feat: add classes for error handling by @hiiiik in #7
  • ci: introduce typo check by @hiiiik in #8
  • feat: add implementation for httpclient by @hiiiik in #9
  • docs: add description about the self-signed certificate by @hiiiik in #11
  • feat: support load balancing by @hiiiik in #10
  • feat: support ping method by @hiiiik in #12
  • docs: add additional information about OpenGemini in README by @hiiiik in #13
  • feat: support query method by @hiiiik in #14
  • fix: remove deprecated style option (#15) by @hiiiik in #16
  • docs: add badges in README by @hiiiik in #18
  • feat: add mothods for database management by @hiiiik in #17
  • chore: add icon in project by @CoulsonYing in #19
  • chore: add issue link in vcs.xml by @CoulsonYing in #20
  • docs: modify the style of readme doc by @zhiheng123 in #21
  • fix: missing boost targets in the install export set while using FetchContent by @hiiiik in #22
  • chore: set the CMake project version from Version.hpp by @hiiiik in #24
  • feat: add methods for retention policy management by @hiiiik in #23
  • chore: fetch Boost from release archive instead of the git repository by @hiiiik in #25
  • docs: add example code for synchronously query and write by @hiiiik in #27
  • feat: support write method by @hiiiik in #26

New Contributors

Full Changelog: https://github.com/openGemini/opengemini-client-cpp/commits/v0.1.0