Skip to content

fix(deps): Update module go.mongodb.org/mongo-driver to v1.11.2#8600

Merged
kodiakhq[bot] merged 2 commits into
mainfrom
renovate/go.mongodb.org-mongo-driver-1.x
Mar 1, 2023
Merged

fix(deps): Update module go.mongodb.org/mongo-driver to v1.11.2#8600
kodiakhq[bot] merged 2 commits into
mainfrom
renovate/go.mongodb.org-mongo-driver-1.x

Conversation

@cq-bot

@cq-bot cq-bot commented Mar 1, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go.mongodb.org/mongo-driver require patch v1.11.1 -> v1.11.2

Release Notes

mongodb/mongo-go-driver

v1.11.2: MongoDB Go Driver 1.11.2

Compare Source

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

Release Notes

This release includes various bug fixes.

Fix timestamp format when converting bson.Raw to Extended JSON

Previously, calling bson.Raw.String would output the wrong Extended JSON type if the BSON document contained a "UTC timestamp" field. This release updates String to output the correct Extended JSON type for timestamps.

Fix retryable reads when using read concerns "linearizable" or "available"

Previously, retried reads could fail if an operation used read concern "linearizable" or "available" because the Go driver set a conflicting configuration for implicit sessions. This release resolves conflicts with "linearizable" or "available" read concerns in retried reads.


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

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!


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added automerge Automatically merge once required checks pass mongodb labels Mar 1, 2023
@kodiakhq kodiakhq Bot merged commit dc5cac8 into main Mar 1, 2023
@kodiakhq kodiakhq Bot deleted the renovate/go.mongodb.org-mongo-driver-1.x branch March 1, 2023 01:34
kodiakhq Bot pushed a commit that referenced this pull request Mar 7, 2023
🤖 I have created a release *beep* *boop*
---


## [1.1.2](plugins-destination-mongodb-v1.1.1...plugins-destination-mongodb-v1.1.2) (2023-03-07)


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.41.0 ([#8682](#8682)) ([ea9d065](ea9d065))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.42.0 ([#8725](#8725)) ([b83b277](b83b277))
* **deps:** Update module github.com/stretchr/testify to v1.8.2 ([#8599](#8599)) ([2ec8086](2ec8086))
* **deps:** Update module go.mongodb.org/mongo-driver to v1.11.2 ([#8600](#8600)) ([dc5cac8](dc5cac8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants