influxdb-client-go icon indicating copy to clipboard operation
influxdb-client-go copied to clipboard

feat(v3): API finalization

Open vlastahajek opened this issue 2 years ago • 0 comments

Closes #205

Proposed Changes

This PR completes v3 implementation according to #205. Newly added:

  • Client.Write* functions
  • PointsWriter
  • MgmtAPI
  • Status functions Health(), Ready() and Ping()
  • Detailed Readme
  • Changelog
  • moving to v3 package

Checklist

  • [X] CHANGELOG.md updated
  • [X] Rebased/mergeable
  • [X] A test has been added if appropriate
  • [X] Tests pass
  • [X] Commit messages are in semantic format

vlastahajek avatar Dec 31 '22 07:12 vlastahajek