Skip to content

Releases: openGemini/opengemini-client-cpp

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