Release/1.20.0#70
Merged
Merged
Conversation
Release Candidate 1.20
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #70 +/- ##
==========================================
- Coverage 18.29% 18.16% -0.13%
==========================================
Files 53 53
Lines 3499 3523 +24
==========================================
Hits 640 640
- Misses 2834 2858 +24
Partials 25 25 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
agungdwiprasetyo
approved these changes
Apr 20, 2026
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.
Changelog
MongoDB v2 Migration:
go.mongodb.org/mongo-driver/v2.ConnectMongoDBconfiguration to use the v2 signature (context-lessmongo.Connect).bson.Din repository templates to ensure document order preservation, aligning with v2 best practices.optionsusage to the new fluent API across repositories and persistent storage.primitive.ObjectIDtobson.ObjectIDin domain templates.Tracer Decoupling:
tracer/jaeger.goto remove direct imports ofsql,redis, andmongodrivers.errorWhitelistto maintain functionality while reducing the package's dependency footprint.Task Queue Worker Refinement:
MongoPersistentimplementation to MongoDB v2.DeleteJobmethod.Template Logic Optimization:
template_domain.gofor cleaner generated code.Fix Issue
Dependency Updates:
go.mongodb.org/mongo-driver/v2tov2.5.0.github.com/xdg-go/scramtov1.2.0.google.golang.org/grpcfrom v1.76.0 to v1.79.3.go.opentelemetry.io/oteland its ecosystem (sdk, trace, exporters) from v1.38.0 to v1.42.0.github.com/golang-jwt/jwt/v5from v5.3.0 to v5.3.1.google.golang.org/protobuffrom v1.36.10 to v1.36.11.github.com/grpc-ecosystem/grpc-gateway/v2from v2.27.3 to v2.28.0.golang.org/x/*packages (crypto, net, sync, sys, text) to their latest versions.github.com/klauspost/compressto v1.18.5.go.sumwith the updated dependency tree, including the addition ofgithub.com/cespare/xxhash/v2.