Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-25 | 878 Bytes | |
wal2json 2.6 source code.tar.gz | 2024-04-25 | 95.0 kB | |
wal2json 2.6 source code.zip | 2024-04-25 | 131.3 kB | |
Totals: 3 Items | 227.1 kB | 1 |
Notable changes in this release include:
- noew option to output numeric data types as string (#255)
- fix JSON for non-transactional messages in version 1
- fix deleted row reference for primary key in version 1 (#252)
- avoid variable shadowing
- fix lag tracking support for large transactions
- add macro to store version
- fix option include-pk when replica identity is full
- update documentation to the latest PostgreSQL version
- fix Red Hat package name
- add PostgreSQL 17 support
- update build infrastructure for Windows
Thanks to all users that submitted patches and also to all users who reported bugs.
New Contributors
- @robert-pang : first contribution in [#252]
- @shubhamdhama : first contribution in [#255]
All changes: wal2json_2_5...wal2json_2_6