Skip to content

Latest commit

 

History

History
61 lines (34 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

61 lines (34 loc) · 1.59 KB

0.7.0 [unreleased]

Others

  1. #68: Upgrade Go version to 1.22.
  2. #74: Use log/slog to print debug information instead of fmt.Printf

0.6.0 [2024-03-01]

Features

  1. #56: Add support for named query parameters

Bug Fixes

  1. #59: Export Default Tags from package

0.5.0 [2023-12-05]

Features

  1. #50: Default Tags for Writes

0.4.0 [2023-11-03]

Features

  1. #45: Add structured query support

Docs

  1. #45: Add downsampling example

0.3.0 [2023-10-02]

Features

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

Bug Fixes

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

0.2.0 [2023-08-11]

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 [2023-06-09]

  • initial release of new client version
  • write using v2 api
  • query using flightSQL
  • query using influxQL