Releases: enova/pgl_ddl_deploy
Releases · enova/pgl_ddl_deploy
pgl_ddl_deploy version 2.2.1
pgl_ddl_deploy version 2.2.0
- Support for Postgres 16
pgl_ddl_deploy version 2.1.0
- Fix bug with multiple subscriptions from same provider db
pgl_ddl_deploy version 2.0.0
- Native logical replication is now supported!
- Adds support for Postgres 13.
pgl_ddl_deploy version 1.7.0
Support for Postgres 12 and pglogical 2.3.0
pgl_ddl_deploy version 1.6.0
This version contains a critical fix to incompatibility with pglogical 2.2.2. A patch to pglogical has been proposed to fix this incompatibility, but the changes in pgl_ddl_deploy 1.6.0 will resolve compatibility with pglogical regardless of whether or not the pglogical patch is later accepted.
The following are other less critical changes contained in this release:
- Add more tags as default for common use cases
- Bug fix: Fix raise message escape % bug
- Bug fix: Only auto-add tables to replication if CREATE TABLE tag configured
- Bug fix: Only set tag defaults on INSERT
pgl_ddl_deploy version 1.5.1
Fixes to unstable output in regression suite
pgl_ddl_deploy version 1.4
Summary of changes from previous versions:
- Feature: Allow filtering out ALTER TABLE statements by subcommand tags
- Feature: Add
ddl_only_replication
option to allow copying structure and not auto-adding tables to replication. - Remove
dependency_update
function and implement more reliable dynamicrep_set_table_wrapper
function - Allow
COMMENT
to be replicated withinclude_only_repset_tables
- Add sequence for
set_configs
as an extension config - Refactored codebase with separated files for easier version control review
pgl_ddl_deploy version 1.3
First release to be packaged on debian
Summary of changes from previous versions:
- Fix missed renaming of columns or constraints for
include_only_repset_tables
configs - Added
undeploy
functions which allow you to drop DDL replication for only a given config - Add
is_deployed
column toevent_trigger_schema
to easily tell which configs are deployed.