avito-tech / go-transaction-manager

Transaction manager for GoLang
MIT License
231 stars 14 forks source link

Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.12.2 #97

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps go.mongodb.org/mongo-driver from 1.12.1 to 1.12.2.

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.12.2

The MongoDB Go Driver Team is pleased to release version 1.12.2 of the official Go driver.

Release Notes

This release comes with several performance improvements in marshaling and compression, along with a bug fix in the Client Side Encryption. It also improves the reliability of WithTransaction by preventing timeouts while committing a transaction.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.12.1...1.12.2

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

Commits
  • 1f344bd Update version to v1.12.2
  • d20d068 Break up and flatten internal package. (#1326)
  • d20d162 GODRIVER-2982 [master] Add PR build tags. (#1401)
  • a350ea5 GODRIVER-2792 Migrate CI to RHEL 8.7 (#1362)
  • 80e2941 GODRIVER-2958 Use AWS Secrets for Atlas tests (#1365)
  • d53e0bc GODRIVER-2951 Improper handling of env vars in Load Balancer Test (#1361)
  • 5fb4e8d GODRIVER-2942 Fix Failing Serverless MongoDB Download (#1349)
  • 22bccaf GODRIVER-2916 Clean up Lambda Test Script (#1329)
  • 3023774 GODRIVER-2900 Fix handling of EC2 Instance Profile in EG Tests (#1328)
  • 828810e GODRIVER-2964 Fix failing "TestClient/tls_connection". (#1374)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | go.mongodb.org/mongo-driver | [>= 1.13.a, < 1.14] |

Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coveralls commented 10 months ago

Pull Request Test Coverage Report for Build 7245541173


Totals Coverage Status
Change from base Build 7171489911: 0.0%
Covered Lines: 1461
Relevant Lines: 1554

💛 - Coveralls