Bump the go-dependencies group with 5 updates - #3
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.46.0` | `2.48.0` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.6` | `5.11.0` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.98` | `7.3.0` | | [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.11.8` | `2.14.6` | | [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.44.0` | `1.51.0` | Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.46.0 to 2.48.0 - [Release notes](https://github.com/ClickHouse/clickhouse-go/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-go@v2.46.0...v2.48.0) Updates `github.com/jackc/pgx/v5` from 5.7.6 to 5.11.0 - [Release notes](https://github.com/jackc/pgx/releases) - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.6...v5.11.0) Updates `github.com/minio/minio-go/v7` from 7.0.98 to 7.3.0 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.98...v7.3.0) Updates `github.com/nats-io/nats-server/v2` from 2.11.8 to 2.14.6 - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/RELEASES.md) - [Commits](nats-io/nats-server@v2.11.8...v2.14.6) Updates `github.com/nats-io/nats.go` from 1.44.0 to 1.51.0 - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.44.0...v1.51.0) --- updated-dependencies: - dependency-name: github.com/ClickHouse/clickhouse-go/v2 dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/nats-io/nats-server/v2 dependency-version: 2.14.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/nats-io/nats.go dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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
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.
Bumps the go-dependencies group with 5 updates:
2.46.02.48.05.7.65.11.07.0.987.3.02.11.82.14.61.44.01.51.0Updates
github.com/ClickHouse/clickhouse-go/v2from 2.46.0 to 2.48.0Release notes
Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.
... (truncated)
Changelog
Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.
... (truncated)
Commits
69b5195Update release notesbbc3549Merge pull request #1949 from ClickHouse/kavirajk/perf-exception-parser46e0fe9chore: review remarks222cf04chore: doc string fixes41bfccaperf: makesafeLen()linear runtime in exception parser8fd6f43Merge pull request #1944 from fallintoplace/fix/tuple-map-scan-errord502655Merge pull request #1947 from ClickHouse/pr-review-fable6f469c9use fable for code review95ae021fix: return errors when scanning Tuple mapsb67d227Merge pull request #1937 from fallintoplace/remove-http-compression-debug-outputUpdates
github.com/jackc/pgx/v5from 5.7.6 to 5.11.0Release notes
Sourced from github.com/jackc/pgx/v5's releases.
... (truncated)
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
... (truncated)
Commits
5e583faUpdate changelog for v5.11.03927116Apply gofumpt formatting required by linteb07165Quote filesystem paths in development connection stringscf5938fAllow unsigned digit counts in binary numeric encoding3930cf5Accept PostgreSQL POSIX timezone offsets in text timestamps93261bePrefer exact db tag matches when mapping rows to structse8d8ad1Merge pull request #2647 from sueun-dev/fix-range-text-quoting-2026090601d2fd3Merge pull request #2644 from eliranbz/fix-failed-prepare-deallocation9b7e3beMerge pull request #2645 from ash2k/move-channel76d78f5Merge pull request #2643 from AshSgDe29071999/fix/hstore-pairs-estimate-clampUpdates
github.com/minio/minio-go/v7from 7.0.98 to 7.3.0Release notes
Sourced from github.com/minio/minio-go/v7's releases.
... (truncated)
Commits
ce0e323update lib version to v7.3.02f55211rdma: build against libs3rdma, and fix the size guard's off-by-one (#2283)1e3d492feat: propagate caller context through credential providers (#2275)e7b0801Add AIStor Lifecycle Compression (#2281)b15d168build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#2280)d1e1ecdfix: return delete-marker ObjectInfo from StatObject alongside the error (#2273)f230068fix: declare aws-chunked content encoding on streaming uploads (#2277)90530cfAdd end-to-end checksum verification on GetObject (#2272)a4c24f9build(deps): bump the actions group with 2 updates (#2279)28bece5rdma: reject buffers over the 4 GiB cuObject registration limit (#2278)Updates
github.com/nats-io/nats-server/v2from 2.11.8 to 2.14.6Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
... (truncated)
Commits
1aa10f9Release v2.14.6e863317Cherry-picks for 2.14.6 (#8529)1196e5a[FIXED] Route missing after reconnect when duplicate resolution kept gossip URL89befb5[IMPROVED] Only allocate AckAll sequences when acking in place0079dd9[FIXED] AckAll on WQ removed messages outside consumer filterc83ca82Release v2.14.6-RC.29dca6dcReduce heap escapes in subject tree matching1c93130Cherry-picks for 2.14.6-RC.2 (#8525)b6971aeFix handling of atomic writes tmp files in test helper591bb3bFix TestJetStreamClusterHardKillAfterStreamAddUpdates
github.com/nats-io/nats.gofrom 1.44.0 to 1.51.0Release notes
Sourced from github.com/nats-io/nats.go's releases.
... (truncated)
Commits
17b6fd1Release v1.51.0 (#2061)b6d0226[ADDED] Accessors for JS API level and IsSysAccount (#2060)7a2bb4a[IMPROVED] Code linting: remove functions min and max (#2047)0099a32[IMPROVED] Fix deprecation warnings by bumping GH actions to their latest ver...e23b40d[FIXED] Deadlock in Consume() whe calling Stop/Drain from ConsumeErrHandler (...1250dd6[ADDED] Automatic reconnect on write error option (#2055)e4a8c79[ADDED] Option to customize write buffer size (#2057)9a88c4cUpdate Claude workflow permissions to contents:read and actions:read (#2056)f945cd9[IMPROVED] Fix typos (#2049)4bba571[FIXED] Make websocket frame validation more robust (#2050)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions