All Versions
60
Latest Version
Avg Release Cycle
20 days
Latest Release
1244 days ago

Changelog History
Page 1

  • v11.0.0-alpha.4 Changes

    November 23, 2020

    2020-11-23

  • v11.0.0-alpha.3 Changes

    November 21, 2020

    2020-11-21

  • v10.10.7 Changes

    • ๐Ÿ›  Fixed race condition in notify listener.
    • โž• Add shortcut WhereInOr.
    • ๐Ÿ›  Fixed bug in sending cancel request to terminate long running query.
  • v10.10.6 Changes

    • โšก๏ธ Updated OpenTelemetry to v1.0.0.
  • v10.10 Changes

    • โœ‚ 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 the 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 Changes

    • โšก๏ธ 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.7.3

    November 23, 2020
  • v10.7.2

    November 22, 2020
  • v10.7.1

    November 22, 2020
  • v10.7.0

    November 21, 2020