Xata/pgstream: Release v0.3.0
⚡ Highlights
📷 Initial snapshot support added 📉 Processor performance improvements 🐞 Bug fixes
What's Changed
- Fix instrumentation by @eminano in https://github.com/xataio/pgstream/pull/71
- Update logger field by @eminano in https://github.com/xataio/pgstream/pull/72
- Add tx support to postgres lib by @eminano in https://github.com/xataio/pgstream/pull/73
- Add insert to schemalog store by @eminano in https://github.com/xataio/pgstream/pull/75
- Return error when applying schema if context is canceled by @eminano in https://github.com/xataio/pgstream/pull/76
- Allow to define a version finder that uses LSN by @eminano in https://github.com/xataio/pgstream/pull/78
- Add the schema to the log error by @eminano in https://github.com/xataio/pgstream/pull/81
- Add snapshot store by @eminano in https://github.com/xataio/pgstream/pull/79
- Checkpoint invalid wal events by @eminano in https://github.com/xataio/pgstream/pull/82
- Delete opensearch schema synchronously by @eminano in https://github.com/xataio/pgstream/pull/83
- Performance improvements by @eminano in https://github.com/xataio/pgstream/pull/84
- Wrap external json lib by @eminano in https://github.com/xataio/pgstream/pull/85
- Reinforce kafka msg size guards by @eminano in https://github.com/xataio/pgstream/pull/87
- Add code coverage to github actions by @eminano in https://github.com/xataio/pgstream/pull/88
- Add coverage artifact on tests step by @eminano in https://github.com/xataio/pgstream/pull/89
- Allow providing replication slot on the CLI by @eminano in https://github.com/xataio/pgstream/pull/91
- Replace period on replication slot name by @eminano in https://github.com/xataio/pgstream/pull/92
- Fix coverage by @exekias in https://github.com/xataio/pgstream/pull/93
- Fix deadlock under load by @eminano in https://github.com/xataio/pgstream/pull/94
- Update snapshot store by @eminano in https://github.com/xataio/pgstream/pull/95
- Update internal pg lib by @eminano in https://github.com/xataio/pgstream/pull/97
- Add snapshot generator by @eminano in https://github.com/xataio/pgstream/pull/98
- Make processors concurrency safe by @eminano in https://github.com/xataio/pgstream/pull/99
- Add support to provide LSN by @eminano in https://github.com/xataio/pgstream/pull/100
- Add schema snapshot generator by @eminano in https://github.com/xataio/pgstream/pull/101
- Add snapshot generator recorder by @eminano in https://github.com/xataio/pgstream/pull/102
- Add snapshot aggregator by @eminano in https://github.com/xataio/pgstream/pull/103
- Add table parser in snapshot generator by @eminano in https://github.com/xataio/pgstream/pull/104
- Bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in https://github.com/xataio/pgstream/pull/105
- Add initial snapshotting to pg listener by @eminano in https://github.com/xataio/pgstream/pull/106
New Contributors
- @exekias made their first contribution in https://github.com/xataio/pgstream/pull/93
Full Changelog: https://github.com/xataio/pgstream/compare/v0.2.0...v0.3.0