forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
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
dev: bump the safe group with 27 updates #220
Closed
dependabot
wants to merge
2
commits into
feat/halter-release-v3.33.0
from
dependabot/go_modules/safe-70a150b1ea
Closed
dev: bump the safe group with 27 updates #220
dependabot
wants to merge
2
commits into
feat/halter-release-v3.33.0
from
dependabot/go_modules/safe-70a150b1ea
Conversation
This file contains 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
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Jan 10, 2025
This was referenced Jan 10, 2025
Bumps the safe group with 27 updates: | Package | From | To | | --- | --- | --- | | [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) | `0.6.1` | `0.7.0` | | [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.29.1` | `0.31.1` | | [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.24.0` | `2.25.1` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.1` | `5.7.2` | | [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.10.22` | `2.10.24` | | [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.37.0` | `1.38.0` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.0` | `1.7.1` | | [github.com/uptrace/bun](https://github.com/uptrace/bun) | `1.2.6` | `1.2.8` | | [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) | `1.2.6` | `1.2.8` | | [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun) | `1.2.6` | `1.2.8` | | [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.57.0` | `0.58.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.32.0` | `1.33.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.31.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.33.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.24.0` | `0.25.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.10.0` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20241118233622-e639e219e697` | `0.0.0-20241219192143-6b3ec007d9bb` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241118233622-e639e219e697` | `0.0.0-20241219192143-6b3ec007d9bb` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.69.2` | | google.golang.org/protobuf | `1.35.2` | `1.36.0` | Updates `github.com/KimMachineGun/automemlimit` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/KimMachineGun/automemlimit/releases) - [Commits](KimMachineGun/automemlimit@v0.6.1...v0.7.0) Updates `github.com/getsentry/sentry-go` from 0.29.1 to 0.31.1 - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-go@v0.29.1...v0.31.1) Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.24.0 to 2.25.1 - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.24.0...v2.25.1) Updates `github.com/jackc/pgx/v5` from 5.7.1 to 5.7.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.1...v5.7.2) Updates `github.com/nats-io/nats-server/v2` from 2.10.22 to 2.10.24 - [Release notes](https://github.com/nats-io/nats-server/releases) - [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml) - [Commits](nats-io/nats-server@v2.10.22...v2.10.24) Updates `github.com/nats-io/nats.go` from 1.37.0 to 1.38.0 - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.37.0...v1.38.0) Updates `github.com/spf13/cast` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.7.0...v1.7.1) Updates `github.com/uptrace/bun` from 1.2.6 to 1.2.8 - [Release notes](https://github.com/uptrace/bun/releases) - [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) - [Commits](uptrace/bun@v1.2.6...v1.2.8) Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.6 to 1.2.8 - [Release notes](https://github.com/uptrace/bun/releases) - [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) - [Commits](uptrace/bun@v1.2.6...v1.2.8) Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.6 to 1.2.8 - [Release notes](https://github.com/uptrace/bun/releases) - [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md) - [Commits](uptrace/bun@v1.2.6...v1.2.8) Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` from 0.57.0 to 0.58.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.57.0...zpages/v0.58.0) Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.57.0 to 0.58.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.57.0...zpages/v0.58.0) Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.57.0 to 0.58.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.57.0...zpages/v0.58.0) Updates `go.opentelemetry.io/otel` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.33.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.33.0) Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.33.0) Updates `go.opentelemetry.io/otel/metric` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.33.0) Updates `go.opentelemetry.io/otel/sdk` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.33.0) Updates `go.opentelemetry.io/otel/trace` from 1.32.0 to 1.33.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.32.0...v1.33.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.31.0 - [Commits](golang/crypto@v0.29.0...v0.31.0) Updates `golang.org/x/net` from 0.31.0 to 0.33.0 - [Commits](golang/net@v0.31.0...v0.33.0) Updates `golang.org/x/oauth2` from 0.24.0 to 0.25.0 - [Commits](golang/oauth2@v0.24.0...v0.25.0) Updates `golang.org/x/sync` from 0.9.0 to 0.10.0 - [Commits](golang/sync@v0.9.0...v0.10.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20241219192143-6b3ec007d9bb - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20241219192143-6b3ec007d9bb - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.68.0 to 1.69.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.68.0...v1.69.2) Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.0 --- updated-dependencies: - dependency-name: github.com/KimMachineGun/automemlimit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: github.com/getsentry/sentry-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: github.com/nats-io/nats-server/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: github.com/nats-io/nats.go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: github.com/spf13/cast dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: github.com/uptrace/bun dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: github.com/uptrace/bun/dialect/pgdialect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: github.com/uptrace/bun/driver/pgdriver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/otel/metric dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/otel/sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: go.opentelemetry.io/otel/trace dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: safe - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/go_modules/safe-70a150b1ea
branch
from
January 13, 2025 22:17
3f78def
to
a38a394
Compare
onizmx
force-pushed
the
feat/halter-release-v3.33.0
branch
from
January 14, 2025 10:36
29150bc
to
0d2be38
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 safe group with 27 updates:
0.6.1
0.7.0
0.29.1
0.31.1
2.24.0
2.25.1
5.7.1
5.7.2
2.10.22
2.10.24
1.37.0
1.38.0
1.7.0
1.7.1
1.2.6
1.2.8
1.2.6
1.2.8
1.2.6
1.2.8
0.57.0
0.58.0
0.57.0
0.58.0
0.57.0
0.58.0
1.32.0
1.33.0
1.32.0
1.33.0
1.32.0
1.33.0
1.32.0
1.33.0
1.32.0
1.33.0
1.32.0
1.33.0
0.29.0
0.31.0
0.31.0
0.33.0
0.24.0
0.25.0
0.9.0
0.10.0
0.0.0-20241118233622-e639e219e697
0.0.0-20241219192143-6b3ec007d9bb
0.0.0-20241118233622-e639e219e697
0.0.0-20241219192143-6b3ec007d9bb
1.68.0
1.69.2
1.35.2
1.36.0
Updates
github.com/KimMachineGun/automemlimit
from 0.6.1 to 0.7.0Release notes
Sourced from github.com/KimMachineGun/automemlimit's releases.
Commits
01d8b36
docs: update README.mde1b0a11
feat(memlimit): handle ErrNoLimit as math.MaxInt64 during refresh0506e2d
feat(memlimit): replace containerd/cgroup with own cgroup implementation (#24)e4d2767
chore: bump containerd/cgroups from v3.0.1 to v3.0.4c505832
feat(memlimit): support dynamic memory limit (#23)Updates
github.com/getsentry/sentry-go
from 0.29.1 to 0.31.1Release notes
Sourced from github.com/getsentry/sentry-go's releases.
... (truncated)
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
... (truncated)
Commits
454d469
Fix lint CI82b1d7a
release: 0.31.108c2b0f
Prepare 0.31.1 (#951)e0b4d38
Renamesentry-go/logrus
module (#950)96cc6a8
Merge branch 'release/0.31.0'17ceb6c
Bump golangci-lint9f9f465
release: 0.31.0934eca5
Prepare 0.31.0 (#948)066c69e
Add HubProvider functionality to the logrus integration (#936)486c78c
Bump golang.org/x/net to 0.33.0 (#947)Updates
github.com/grpc-ecosystem/grpc-gateway/v2
from 2.24.0 to 2.25.1Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
Commits
c89fdf7
protoc-gen-openapiv2: generate hybrid files (#5088)bb4c906
Update gorelease basea74e741
fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 6b3ec00...e9a2074
chore(deps): update googleapis digest to 5e258e3 (#5087)bdc7a7a
fix(deps): update google.golang.org/genproto/googleapis/api digest to 6b3ec00...937be39
fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 9240e9c...df4d666
chore(deps): update googleapis digest to d55dd1d (#5084)e6af5c6
chore(deps): update dependency rules_proto to v7.1.0 (#5079)e062b12
fix: update to protobuf 1.36.0 and exclude synthetic oneofs during populateFi...50d84d5
chore(deps): update googleapis digest to 09d4103 (#5083)Updates
github.com/jackc/pgx/v5
from 5.7.1 to 5.7.2Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
24fbe35
Create changelog for v5.7.23a1593b
Merge pull request #2198 from alexandear/fix-nilness9d851d7
Fix integration benchmarksdacffdc
Merge pull request #2196 from alexandear/docs-improve-linksbc7c840
Merge pull request #2195 from LucasHild/master0436851
Handle errors in generate_certs2532927
Improve links in READMEad87d47
Merge pull request #2194 from alexandear/refactor/pgconn-tests7cf7bc6
Simplify pgconn tests by using T.TempDir3e6c719
Merge pull request #2189 from pankona/update-cryptoUpdates
github.com/nats-io/nats-server/v2
from 2.10.22 to 2.10.24Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
... (truncated)
Commits
1d6f7ea
Release v2.10.24e031e65
Cherry-picks for 2.10.24 (#6273)166596a
NRG: Only continue if aligned with pindex/ptermbbe3e9b
De-flake TestJetStreamClusterConsumerAckSyncReportingbf90cfb
Bump to 2.10.24-RC.34e7b79b
Cherry-picks for 2.10.24-RC.3 (#6268)34bb983
De-flake TestNRGSimple90ca361
De-flake RAFT adder testsec1a7b4
[FIXED] JetStream would exceed limits calculationdc96b75
Adds a number of helper structs for z responsesUpdates
github.com/nats-io/nats.go
from 1.37.0 to 1.38.0Release notes
Sourced from github.com/nats-io/nats.go's releases.
Commits
48391f1
Release v1.38.0 (#1754)6f4e85a
[FIXED] Add missing nats prefix to error (#1753)074c819
[FIXED] twice respMap nil check (#1751)d6eaa84
[ADDED] Creating iterators for sync subscriptions (#1728)6bc4159
[FIXED] Race in MessageBatch (#1743)d05f24a
Bump nkeys to 0.4.7 (#1750)01fafde
[IMPROVED] Update installation commands (#1745)f563c66
[FIXED] Do not overwrite ordered consumer deliver policy if start time is set...e963b77
[ADDED] WatchFiltered method on KV (#1739)4530ef6
[FIXED] Invalid fetch sequence in ordered consumer Fetch and Next after timeo...Updates
github.com/spf13/cast
from 1.7.0 to 1.7.1Release notes
Sourced from github.com/spf13/cast's releases.
Commits
487df00
Merge pull request #213 from skyjerry/fix-uint64955c718
Merge pull request #224 from lesichkovm/patch-11849825
Update README.md6e9731d
Title: Fix ToUint64E function in cast library for GoUpdates
github.com/uptrace/bun
from 1.2.6 to 1.2.8Release notes
Sourced from github.com/uptrace/bun's releases.
Changelog
Sourced from github.com/uptrace/bun's changelog.
Commits
1a507f8
chore: release v1.2.8 (release.sh)e8aaa46
Merge pull request #1098 from uptrace/feat-fields-sort-by-struct20eea4e
Merge pull request #1101 from j2gg0s/fix-get-m2m-table-keyb50a0a5
Merge pull request #1099 from j2gg0s/fix-return-err-when-use-scan-dest-with-h...5edb672
feat: sort fields by structf107314
fix: get m2m table's structKey with driver.Valuera92a83e
Merge pull request #1082 from GreenmaskIO/feat/add_query_commente60ae2a
Merge pull request #1088 from j2gg0s/fix-support-scan-float32-to-float328296774
fix: return error when use dest with has-many/many-to-many4505099
ci: try to revert ci cacheUpdates
github.com/uptrace/bun/dialect/pgdialect
from 1.2.6 to 1.2.8Release notes
Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.
Changelog
Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.
Commits
1a507f8
chore: release v1.2.8 (release.sh)e8aaa46
Merge pull request #1098 from uptrace/feat-fields-sort-by-struct20eea4e
Merge pull request #1101 from j2gg0s/fix-get-m2m-table-keyb50a0a5
Merge pull request #1099 from j2gg0s/fix-return-err-when-use-scan-dest-with-h...5edb672
feat: sort fields by structf107314
fix: get m2m table's structKey with driver.Valuera92a83e
Merge pull request #1082 from GreenmaskIO/feat/add_query_commente60ae2a
Merge pull request #1088 from j2gg0s/fix-support-scan-float32-to-float328296774
fix: return error when use dest with has-many/many-to-many4505099
ci: try to revert ci cacheUpdates
github.com/uptrace/bun/driver/pgdriver
from 1.2.6 to 1.2.8Release notes
Sourced from github.com/uptrace/bun/driver/pgdriver's releases.
Changelog
Sourced from github.com/uptrace/bun/driver/pgdriver's changelog.
Commits
1a507f8
chore: release v1.2.8 (release.sh)e8aaa46
Merge pull request #1098 from uptrace/feat-fields-sort-by-struct20eea4e
Merge pull request #1101 from j2gg0s/fix-get-m2m-table-keyb50a0a5
Merge pull request #1099 from j2gg0s/fix-return-err-when-use-scan-dest-with-h...5edb672
feat: sort fields by structf107314
fix: get m2m table's structKey with driver.Valuera92a83e
Merge pull request #1082 from GreenmaskIO/feat/add_query_commente60ae2a
Merge pull request #1088 from j2gg0s/fix-support-scan-float32-to-float328296774
fix: return error when use dest with has-many/many-to-many4505099
ci: try to revert ci cacheUpdates
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
from 0.57.0 to 0.58.0Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux's releases.