You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/23 04:31:05 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #25605: Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /sdks

dependabot[bot] opened a new pull request, #25605:
URL: https://github.com/apache/beam/pull/25605

   Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.1 to 1.11.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mongodb/mongo-go-driver/releases">go.mongodb.org/mongo-driver's releases</a>.</em></p>
   <blockquote>
   <h2>MongoDB Go Driver 1.11.2</h2>
   <p>The MongoDB Go Driver Team is pleased to release version 1.11.2 of the official Go driver.</p>
   <h2>Release Notes</h2>
   <p>This release includes various bug fixes.</p>
   <h3>Fix timestamp format when converting <code>bson.Raw</code> to Extended JSON</h3>
   <p>Previously, calling <code>bson.Raw.String</code> would output the wrong Extended JSON type if the BSON document contained a &quot;UTC timestamp&quot; field. This release updates <code>String</code> to output the correct Extended JSON type for timestamps.</p>
   <h3>Fix retryable reads when using read concerns &quot;linearizable&quot; or &quot;available&quot;</h3>
   <p>Previously, retried reads could fail if an operation used read concern &quot;linearizable&quot; or &quot;available&quot; because the Go driver set a conflicting configuration for implicit sessions. This release resolves conflicts with &quot;linearizable&quot; or &quot;available&quot; read concerns in retried reads.</p>
   <hr />
   <p>For a full list of tickets included in this release, please see the links below:</p>
   <ul>
   <li><a href="https://jira.mongodb.org/issues/?jql=project%3DGODRIVER%20and%20type%3DBug%20and%20status%3Dclosed%20and%20fixVersion%3D1.11.2">Bugs</a></li>
   </ul>
   <p>Documentation for the Go driver can be found on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc">pkg.go.dev</a> and the <a href="https://docs.mongodb.com/ecosystem/drivers/go/">MongoDB documentation site</a>. BSON library documentation is also available on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/bson?tab=doc">pkg.go.dev</a>. Questions and inquiries can be asked on the <a href="https://community.mongodb.com/">MongoDB Developer Community</a>. Bugs can be reported in the <a href="https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289">Go Driver project in the MongoDB JIRA</a> where a list of <a href="https://jira.mongodb.org/browse/GODRIVER">current issues</a> can be found. Your feedback on the Go driver is greatly appreciated!</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mongodb/mongo-go-driver/commit/f444b06cf7c37006ac44f78898111a0a0e6975f3"><code>f444b06</code></a> Update version to v1.11.2</li>
   <li><a href="https://github.com/mongodb/mongo-go-driver/commit/9944eff80a56ea2e707395e85898a5a421b734d2"><code>9944eff</code></a> GODRIVER-2497 Always set causalConsistency=false for implicit sessions. (<a href="https://github-redirect.dependabot.com/mongodb/mongo-go-driver/issues/1176">#1176</a>)</li>
   <li><a href="https://github.com/mongodb/mongo-go-driver/commit/4d68f59a0c94565ef0f08bbb5cd31ee66d42d32c"><code>4d68f59</code></a> GODRIVER-2570 update bsoncore value string to preserve timestamp type (<a href="https://github-redirect.dependabot.com/mongodb/mongo-go-driver/issues/1150">#1150</a>)</li>
   <li><a href="https://github.com/mongodb/mongo-go-driver/commit/667bfcf8c918b04e2d701debe26f2f96b802567a"><code>667bfcf</code></a> GODRIVER-2658 Better guard against nil pinned connections. (<a href="https://github-redirect.dependabot.com/mongodb/mongo-go-driver/issues/1153">#1153</a>)</li>
   <li><a href="https://github.com/mongodb/mongo-go-driver/commit/af212d0130149c1cc03080ce78a15318b8a5de3e"><code>af212d0</code></a> Update version to v1.11.2-prerelease</li>
   <li>See full diff in <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.11.1...v1.11.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.mongodb.org/mongo-driver&package-manager=go_modules&previous-version=1.11.1&new-version=1.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck commented on pull request #25605: Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /sdks

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck commented on PR #25605:
URL: https://github.com/apache/beam/pull/25605#issuecomment-1441226480

   Run GoPortable Precommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck merged pull request #25605: Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /sdks

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck merged PR #25605:
URL: https://github.com/apache/beam/pull/25605


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck commented on pull request #25605: Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /sdks

Posted by "lostluck (via GitHub)" <gi...@apache.org>.
lostluck commented on PR #25605:
URL: https://github.com/apache/beam/pull/25605#issuecomment-1442210787

   Run GoPortable PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #25605: Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /sdks

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #25605:
URL: https://github.com/apache/beam/pull/25605#issuecomment-1441223206

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @lostluck for label go.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] codecov[bot] commented on pull request #25605: Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 in /sdks

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #25605:
URL: https://github.com/apache/beam/pull/25605#issuecomment-1441207223

   # [Codecov](https://codecov.io/gh/apache/beam/pull/25605?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#25605](https://codecov.io/gh/apache/beam/pull/25605?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (1724080) into [master](https://codecov.io/gh/apache/beam/commit/011296c14659f80c8ecbeefda79ecc3f1113bd95?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (011296c) will **increase** coverage by `0.00%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #25605   +/-   ##
   =======================================
     Coverage   72.79%   72.79%           
   =======================================
     Files         775      775           
     Lines      102866   102866           
   =======================================
   + Hits        74878    74881    +3     
   + Misses      26533    26531    -2     
   + Partials     1455     1454    -1     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | go | `53.95% <ø> (+<0.01%)` | :arrow_up: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   | [Impacted Files](https://codecov.io/gh/apache/beam/pull/25605?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | |
   |---|---|---|
   | [sdks/go/pkg/beam/core/metrics/dumper.go](https://codecov.io/gh/apache/beam/pull/25605?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9nby9wa2cvYmVhbS9jb3JlL21ldHJpY3MvZHVtcGVyLmdv) | `53.96% <0.00%> (+4.76%)` | :arrow_up: |
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org