-
Notifications
You must be signed in to change notification settings - Fork 3
fix(deps): update module github.com/influxcommunity/influxdb3-go to v2 #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-influxcommunity-influxdb3-go-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix(deps): update module github.com/influxcommunity/influxdb3-go to v2 #99
renovate
wants to merge
1
commit into
main
from
renovate/github.com-influxcommunity-influxdb3-go-2.x
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a1e3d09 to
a83f7ff
Compare
a83f7ff to
9780e9c
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
9780e9c to
c85d183
Compare
c85d183 to
304c610
Compare
304c610 to
eb078b4
Compare
eb078b4 to
e927dd8
Compare
edfe735 to
b7a6be2
Compare
b7a6be2 to
f8e68ad
Compare
f8e68ad to
bd1b493
Compare
bd1b493 to
10ea9b9
Compare
10ea9b9 to
9586cca
Compare
9586cca to
12ca67a
Compare
260b9b9 to
f312d2f
Compare
f312d2f to
8a08969
Compare
8a08969 to
5af5b33
Compare
5af5b33 to
ccb071a
Compare
ccb071a to
9305e3c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.11.0Release Notes
InfluxCommunity/influxdb3-go (github.com/InfluxCommunity/influxdb3-go)
v2.11.0: 2.11.0Compare Source
Features
ClientConfigpropertyTimeoutis now deprecated.ClientConfiga new propertyWriteTimeoutsupersedes it.ClientConfigthe new propertyQueryTimeoutsets a default context deadline to be used with all queries.INFLUXDB_WRITE_TIMEOUTandINFLUXDB_QUERY_TIMEOUTare added.Bug Fixes
influxdb3_testpackage in the documentation examples to enforce public API usage.v2.10.0Compare Source
Features
CI
v2.9.0: 2.9.0Compare Source
Features
v2.8.0Compare Source
Features
persistence:
WriteOptions.NoSync) added:truevalue 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/netto v0.38.0apache/arrow/gotoapache/arrow-gov18.v2.7.0Compare Source
Bug Fixes
capacityrenamed toinitialCapacity.SetCapacitymethods on both structures are now deprecated.WithCapacityandWithBufferCapacityoptions are now deprecated.v2.6.0Compare Source
Features
Debugin slog.v2.5.0: 2.5.0Compare Source
Features
grpc.CallOptionfunctions 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.MaxIdleConnandtransport.MaxIdleConnsPerHostto the same value. A negative value means no limit. Default value: 100.NewQueryIteratorandNewPointValueIteratorto simplify testing.v2.4.0Compare Source
Features
v2.3.0Compare 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/influxdb3github.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.