Skip to content

2.0.0 Beta 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@trowski trowski released this 13 Dec 00:11
· 19 commits to 2.x since this release
v2.0.0-beta.5
ca59db5

What's Changed

Nested transactions have been refactored to be created simply with PostgresTransaction::beginTransaction() instead of needing to wrap a PostgresTransaction into a PostgresNestableTransaction. If you did not use savepoints or nested transactions, you likely will be able to upgrade to this version without any code changes.

  • Updated transactions for amphp/sql@v2.0.0-beta.6 and amphp/sql-common@v2.0.0-beta.7. Removed PostgresNestableTransaction.
  • Added PostgresConnection interface extending the base interface Connection from amphp/sql.
  • Merged PostgresQuoter methods into PostgresExecutor and removed PostgresQuoter.
  • Moved PostgresReceiver methods into PostgresConnection and removed PostgresReceiver.

Full Changelog: v2.0.0-beta.4...v2.0.0-beta.5