Skip to content

build(deps): bump github.com/InfluxCommunity/influxdb3-go/v2 from 2.13.0 to 2.15.0#588

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/InfluxCommunity/influxdb3-go/v2-2.14.0
Open

build(deps): bump github.com/InfluxCommunity/influxdb3-go/v2 from 2.13.0 to 2.15.0#588
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/InfluxCommunity/influxdb3-go/v2-2.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/InfluxCommunity/influxdb3-go/v2 from 2.13.0 to 2.15.0.

Release notes

Sourced from github.com/InfluxCommunity/influxdb3-go/v2's releases.

2.15

Bug Fixes

  1. #258: Restores write behavior changed in 2.14 by defaulting writes to the V2 API endpoint.
    • All InfluxDB 3 products now work with default write settings.
    • Write option NoSync requires UseV2Api=false and the V3 API endpoint. AcceptPartial applies only when writes are sent to the V3 API endpoint and is ignored otherwise.

2.14

BREAKING CHANGES

  1. #245: Adds UseV2Api write option and fixes partial writes support introduced in #234. Users of InfluxDB Clustered version must set this option to true for writing.

Features

  1. #227: Support custom tag order via WithTagOrder write option. See Sort tags by priority for more.
    • Point and struct writes now use custom line protocol marshaling in this client; dependency on github.com/influxdata/line-protocol/v2 will be dropped in a future release.
    • Direct use of lineprotocol.Precision is deprecated; prefer influxdb3.Precision constants.
  2. #234: Support partial writes via AcceptPartial write option. See Partial writes for more.
  3. #238: Support arrow.NULL data type in query response iterator.

Dependencies

  1. #249: Requires Go 1.25 or newer.
Changelog

Sourced from github.com/InfluxCommunity/influxdb3-go/v2's changelog.

2.15.0 [2026-05-15]

Bug Fixes

  1. #258: Restores write behavior changed in 2.14 by defaulting writes to the V2 API endpoint.
    • All InfluxDB 3 products now work with default write settings.
    • Write option NoSync requires UseV2Api=false and the V3 API endpoint. AcceptPartial applies only when writes are sent to the V3 API endpoint and is ignored otherwise.

2.14.0 [2026-04-23]

BREAKING CHANGES

  1. #245: Adds UseV2Api write option and fixes partial writes support introduced in #234. Users of InfluxDB Clustered version must set this option to true for writing.

Features

  1. #227: Support custom tag order via WithTagOrder write option. See Sort tags by priority for more.
    • Point and struct writes now use custom line protocol marshaling in this client; dependency on github.com/influxdata/line-protocol/v2 will be dropped in a future release.
    • Direct use of lineprotocol.Precision is deprecated; prefer influxdb3.Precision constants.
  2. #234: Support partial writes via AcceptPartial write option. See Partial writes for more.
  3. #238: Support arrow.NULL data type in query response iterator.

Dependencies

  1. #249: Requires Go 1.25 or newer.
Commits
  • 52511de chore(release): release version 2.15.0 [skip ci]
  • 0287213 fix: use V2 API for writes by default (#258)
  • 7f32746 chore(deps): bump google.golang.org/grpc from 1.81.0 to 1.81.1 (#259)
  • a23b06d fix: update dependencies to fix vulnerabilities (#255)
  • fbcd6b8 chore(deps): bump github.com/apache/arrow-go/v18 from 18.5.2 to 18.6.0 (#253)
  • c99522a chore: prepare for next development iteration [skip ci]
  • f855bcb chore(release): release version 2.14.0 [skip ci]
  • 3795ce4 chore(deps): bump github.com/apache/arrow-go/v18 from 18.5.1 to 18.5.2 (#237)
  • fd56d8e chore: upgrade Go to 1.25 (#249)
  • 9a41046 docs: comments for write null fields (#252)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/InfluxCommunity/influxdb3-go/v2-2.14.0 branch from df0d2b5 to a17f734 Compare May 12, 2026 21:27
Bumps [github.com/InfluxCommunity/influxdb3-go/v2](https://github.com/InfluxCommunity/influxdb3-go) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/InfluxCommunity/influxdb3-go/releases)
- [Changelog](https://github.com/InfluxCommunity/influxdb3-go/blob/main/CHANGELOG.md)
- [Commits](InfluxCommunity/influxdb3-go@v2.13.0...v2.15.0)

---
updated-dependencies:
- dependency-name: github.com/InfluxCommunity/influxdb3-go/v2
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump github.com/InfluxCommunity/influxdb3-go/v2 from 2.13.0 to 2.14.0 build(deps): bump github.com/InfluxCommunity/influxdb3-go/v2 from 2.13.0 to 2.15.0 Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/InfluxCommunity/influxdb3-go/v2-2.14.0 branch from a17f734 to 41c6aa4 Compare June 10, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants