Skip to content

Bump github.com/go-pg/pg/v10 from 10.9.3 to 10.11.0#64

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/go-pg/pg/v10-10.11.0
Open

Bump github.com/go-pg/pg/v10 from 10.9.3 to 10.11.0#64
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/go-pg/pg/v10-10.11.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 6, 2023

Bumps github.com/go-pg/pg/v10 from 10.9.3 to 10.11.0.

Release notes

Sourced from github.com/go-pg/pg/v10's releases.

v10.11.0

Please refer to CHANGELOG.md for details

v10.10.7

Please refer to CHANGELOG.md for details

v10.10.6

Please refer to CHANGELOG.md for details

extra/pgdebug/v10.10.5

Check CHANGELOG.md for details

extra/pgotel/v10.10.5

Check CHANGELOG.md for details

extra/pgsegment/v10.10.5

Check CHANGELOG.md for details

v10.10.5

Check CHANGELOG.md for details

Changelog

Sourced from github.com/go-pg/pg/v10's changelog.

v10.11.0

  • Updated dependency mellium.im/sasl from 0.2.1 to 0.3.1. (#1969)

v10.10.7

  • Fixed race condition in notify listener.
  • Add shortcut WhereInOr.
  • Fixed bug in sending cancel request to terminate long running query.

v10.10.6

  • Updated OpenTelemetry to v1.0.0.

v10.10

  • Removed extra OpenTelemetry spans from go-pg core. Now go-pg instrumentation only adds a single span with a SQL query (instead of 4 spans). There are multiple reasons behind this decision:

    • Traces become smaller and less noisy.
    • Bun can't support the same level of instrumentation and it is nice to keep projects synced.
    • It may be costly to process those 3 extra spans for each query.

    Eventually we hope to replace the information that we no longer collect with OpenTelemetry Metrics.

v10.9

  • To make updating easier, extra modules now have the same version as go-pg does. That means that you need to update your imports:
github.com/go-pg/pg/extra/pgdebug -> github.com/go-pg/pg/extra/pgdebug/v10
github.com/go-pg/pg/extra/pgotel -> github.com/go-pg/pg/extra/pgotel/v10
github.com/go-pg/pg/extra/pgsegment -> github.com/go-pg/pg/extra/pgsegment/v10
  • Exported pg.Query which should be used instead of orm.Query.
  • Added pg.DBI which is a DB interface implemented by pg.DB and pg.Tx.

v10

Resources

Features

... (truncated)

Commits

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 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)

Bumps [github.com/go-pg/pg/v10](https://github.com/go-pg/pg) from 10.9.3 to 10.11.0.
- [Release notes](https://github.com/go-pg/pg/releases)
- [Changelog](https://github.com/go-pg/pg/blob/v10/CHANGELOG.md)
- [Commits](go-pg/pg@v10.9.3...v10.11.0)

---
updated-dependencies:
- dependency-name: github.com/go-pg/pg/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants