Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@bednar bednar released this 12 Aug 11:19
· 7 commits to main since this release

Features

  1. #585: Add function to get InfluxDB version.
  2. #588: Support grpc options available via @grpc/grpc-js.
    • New client option (grpcOptions) added. Accepts key-value pairs available via @grpc/grpc-js.
    • New queryOptions option (grpcOptions) added. Accepts key-value pairs available via @grpc/grpc-js.
    • Configurable also with the environment variable (INFLUXDB_GRPC_OPTIONS) which takes a comma separated list of key-value pairs.
    • See new example clientWithGrpcOptions.ts.
    • Not supported in browser API.
  3. #591: Add comment warning null when calling getMeasurement function.
  4. #592: Run integration tests against a locally started InfluxDB 3 Core server.