The version 1.8.2 is the bugfix for the final release 1.8 for the branch v1.
There are few bugfixes, ans some backports from the version 2.0, which is currently in alpha.
This release upgrades the replica catalogue to the version 1.7, adding a new field t_source_schema
to the table t_sources
.
The field is used only for the migration to the version 2.0.0 and is updated every time a sourceid is requested from the class pg_engine
.
The show_version command now displays the source schema as well.
Changelog from 1.8.1
- Fix for issue #33 pg can't handle NUL characters in string
- Fix exception in b64 conversion when saving a discarded row
- Add t_source_schema in table t_sources, used for the upgrade to the upcoming version 2.0
- change log line formatting inspired by the super clean look in pgbackrest (thanks you guys)
- Update
show_status
to display the source schema