| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pg_flo_0.0.12_checksums.txt | 2024-11-19 | 372 Bytes | |
| pg_flo_Darwin_arm64.tar.gz | 2024-11-19 | 6.3 MB | |
| pg_flo_Darwin_x86_64.tar.gz | 2024-11-19 | 6.5 MB | |
| pg_flo_Linux_arm64.tar.gz | 2024-11-19 | 5.7 MB | |
| pg_flo_Linux_x86_64.tar.gz | 2024-11-19 | 6.2 MB | |
| README.md | 2024-11-19 | 804 Bytes | |
| v0.0.12 source code.tar.gz | 2024-11-19 | 136.3 kB | |
| v0.0.12 source code.zip | 2024-11-19 | 174.9 kB | |
| Totals: 8 Items | 25.0 MB | 0 | |
What's Changed
- Simple factory pattern for some upcoming changes by @shayonj in https://github.com/pgflo/pg_flo/pull/51
- Move towards simpler interfaces and good lifecycle management hygiene by @shayonj in https://github.com/pgflo/pg_flo/pull/52
- Run start replication without needing a dedicated goroutine by @shayonj in https://github.com/pgflo/pg_flo/pull/53
- apk upgrade on each build to auto resolve any CVEs by @shayonj in https://github.com/pgflo/pg_flo/pull/54
- Simplify integration spec to use the same binary by @shayonj in https://github.com/pgflo/pg_flo/pull/57
- Buffer, emit and update LSN state for single transaction from
HandleCommitby @shayonj in https://github.com/pgflo/pg_flo/pull/59
Full Changelog: https://github.com/pgflo/pg_flo/compare/v0.0.11...v0.0.12