All Versions
60
Latest Version
Avg Release Cycle
20 days
Latest Release
1473 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v11.0.0-alpha.4 Changes
November 23, 20202020-11-23
-
v11.0.0-alpha.3 Changes
November 21, 20202020-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 oform.Query
. - โ Added
pg.DBI
which is a DB interface implemented bypg.DB
andpg.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