Skip to content

Latest commit

 

History

History
119 lines (65 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

119 lines (65 loc) · 3.45 KB

1.1.0 [unreleased]

1.0.0 [2025-01-22]

Features

  1. #491: Respect iox::column_type::field metadata when mapping query results into values.
    • iox::column_type::field::integer: => number
    • iox::column_type::field::uinteger: => number
    • iox::column_type::field::float: => number
    • iox::column_type::field::string: => string
    • iox::column_type::field::boolean: => boolean

0.13.0 [unreleased]

Features

  1. 499: Migrate to new doc library

0.12.0 [2024-10-22]

Bugfix

  1. 437: Simplify iterating over Arrow's batches in QueryAPI

0.11.0 [2024-09-13]

Features

  1. 410: Accepts HTTP responses with 2xx status codes as a success for writes.

0.10.0 [2024-08-12]

Features

  1. 369: Propagates headers from HTTP response to HttpError when an error is returned from the server.
  2. 377: Add InfluxDB Edge (OSS) authentication support.

Bugfix

  1. 376: Handle InfluxDB Edge (OSS) errors better.

0.9.0 [2024-06-24]

Features

  1. 319: Adds standard user-agent header to calls.

0.8.0 [2024-04-16]

Breaking Changes

  1. 293: The Query API now uses a QueryOptions structure in client.query() methods. The queryType and queryParams values are now wrapped inside of it. QueryOptions also support adding custom headers. Query parameters are changed from type Map<string, QParamType> to type Record<string, QParamType>.

Features

  1. 293: QueryOptions also support adding custom headers.

0.7.0 [2024-03-01]

Features

  1. #256: Adds support for named query parameters

0.6.0 [2024-01-30]

Bugfix

  1. #221: Client options processing

0.5.0 [2023-12-05]

Features

  1. #183: Default Tags for Writes

0.4.1 [2023-11-16]

Bugfix

  1. #164: Query infinite wait state

0.4.0 [2023-11-03]

Features

  1. #157: Add client instantiation from connection string and environment variables

0.3.1 [2023-10-06]

Fixed package distribution files. The distribution files were not being included in the npm package.

0.3.0 [2023-10-02]

Features

  1. #89: Add structured query support

Docs

  1. #89: Add downsampling example

0.2.0 [2023-08-11]

Features

  1. #52: Add support for browser environment

Docs

  1. #52: Improve examples

0.1.0 [2023-06-29]

  • initial release of new client version
  • write using v2 api
  • query using FlightSQL
  • query using InfluxQl