Skip to content

Releases: InfluxCommunity/influxdb3-go

0.10.0

13 Sep 07:23
Compare
Choose a tag to compare

Features

  1. #100: Expose HTTP Response headers in ServerError

Bug Fixes

  1. #94: Resource leak from unclosed Response
  2. #97: Style and performance improvements discovered by golangci-lint
  3. #98: Cloud Dedicated database creation ignores the name given by an argument

0.9.0

12 Aug 09:32
Compare
Choose a tag to compare

Features

  1. #87: Add Cloud Dedicated database creation support
  2. #91: Add Edge (OSS) authentication support.

Bug Fixes

  1. #89: InfluxDB Edge (OSS) error handling

0.8.0

24 Jun 08:58
Compare
Choose a tag to compare

Features

  1. #85: Add standard user-agent header to gRPC requests.
  2. #86: Add Serverless bucket creation support

0.7.0

16 Apr 18:59
Compare
Choose a tag to compare

Features

  1. #74: Use log/slog to print debug information instead of fmt.Printf
  2. #76: Add custom headers support for queries (gRPC requests)

Bug Fixes

  1. #71: Rename FlightSQL constant to SQL

Others

  1. #68: Upgrade Go version to 1.22.

0.6.0

01 Mar 09:34
Compare
Choose a tag to compare

Features

  1. #56: Add support for named query parameters

Bug Fixes

  1. #59: Export Default Tags from package

0.5.0

05 Dec 13:26
Compare
Choose a tag to compare
  1. #50: Default Tags for Writes

0.4.0

03 Nov 09:03
Compare
Choose a tag to compare

Features

  1. #45: Add structured query support

Docs

  1. #45: Add downsampling example

0.3.0

02 Oct 04:57
Compare
Choose a tag to compare

Bug Fixes

  1. #37: runtime error for iterating Arrow Record without rows

Features

  1. #36: Add client creation from connection string
    and environment variables.

0.2.0

11 Aug 10:54
Compare
Choose a tag to compare

Features

  1. #30: Add custom HTTP headers support

Breaking Changes

  1. #31: Changed package to influxdb3.
    Renamed config types and some options.

0.1.0

09 Jun 10:58
Compare
Choose a tag to compare
  • initial release of new client version
  • write using v2 api
  • query using flightSQL
  • query using influxQl