fix(deps): update module github.com/influxcommunity/influxdb3-go to v2 #99
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.14.0
->v2.10.0
Release Notes
InfluxCommunity/influxdb3-go (github.com/InfluxCommunity/influxdb3-go)
v2.10.0
Compare Source
Features
CI
v2.9.0
: 2.9.0Compare Source
Features
v2.8.0
Compare Source
Features
persistence:
WriteOptions.NoSync
) added:true
value means faster write but without the confirmation thatthe data was persisted. Default value:
false
.writeNoSync
).INFLUX_WRITE_NO_SYNC
)."nanosecond"
,"microsecond"
,"millisecond"
,"second"
(in addition to the existing
"ns"
,"us"
,"ms"
,"s"
).Bug Fixes
golang.org/x/net
to v0.38.0apache/arrow/go
toapache/arrow-go
v18.v2.7.0
Compare Source
Bug Fixes
capacity
renamed toinitialCapacity
.SetCapacity
methods on both structures are now deprecated.WithCapacity
andWithBufferCapacity
options are now deprecated.v2.6.0
Compare Source
Features
Debug
in slog.v2.5.0
: 2.5.0Compare Source
Features
grpc.CallOption
functions to the underlying flight Client.client and expose new configurable parameters:
Timeout
- The overall time limit for requests made by the Client. A negative value means no timeout. Defaultvalue: 10 seconds.
IdleConnectionTimeout
- Maximum time an idle connection will remain idle before closing itself. A negative valuemeans no timeout. Default value: 90 seconds.
MaxIdleConnections
- Maximum number of idle connections. It sets bothtransport.MaxIdleConn
andtransport.MaxIdleConnsPerHost
to the same value. A negative value means no limit. Default value: 100.NewQueryIterator
andNewPointValueIterator
to simplify testing.v2.4.0
Compare Source
Features
v2.3.0
Compare Source
Features
guidelines Guidelines
v2.2.0
: 2.2.0Compare Source
Bug fixes
v2.1.0
: 2.1.0Compare Source
Bug fixes
v2.0.0
: 2.0.0Compare Source
2.0.0 [2024-12-13]
Breaking Changes
Update steps:
go get github.com/InfluxCommunity/influxdb3-go/v2/influxdb3
github.com/InfluxCommunity/influxdb3-go/v2/influxdb3
.Features
Tags are mapped as a "string", timestamp as "time.Time", and fields as their respective types:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.