Releases: artie-labs/reader
Releases · artie-labs/reader
v0.0.24
Changelog
- efaea81 Kill legacy postgres userName config key (#94)
- 3ea8e78 Kill postgres table
Config
struct (#100) - b6af7b2 Kill unused
NumericDetails
struct (#98) - 3e6a5e0 MongoDB snapshots (#82)
- 74e5745 Move
colKindToDebezium
tocolumns.go
(#97) - 86ffd1f Remove postgres
maxRowSize
(#101) - fc9bd91 Rename and move
GetColEscaped
(#99) - e9099ac Run tests against both Go 1.21 and Go 1.22 (#95)
- 4bdd4d2 Split out postgres to debezium conversion (#96)
v0.0.23
v0.0.22
Changelog
- 6642af6 Add
sources.Source
interface (#89) - 80b6b15 Clean up error messages (#87)
- 132e485 Improving README (#80)
- 52b8f5b Optimize jitter function (#79)
- 04d5199 Postgres config improvements (#88)
- 1a90792 Pull Kafka writer out of DynamoDB
Source
(#90) - aa41e62 Refactoring Reader prior to MongoDB (#84)
- 57ee7d7 Separate PostgreSQL init from run (#91)
- 7a1ca23 Upgrade Artie Transfer. (#83)
- b5e35a5 Upgrade transfer and use its jitter function (#81)
- cecbf8d Wrap errors (#85)
- 1d49427 Wrap more errors (#86)
- 0da275b [PostGIS] Supporting Geography (#92)
v0.0.21
v0.0.20
v0.0.19
v0.0.18
Changelog
- e379bc7 Add a method to get a partition key for a row (#67)
- c4d5315 Add method to BatchWriter to write an iterator (#65)
- e832720 Clean up postgres scanner (#60)
- f3cebdf Clean up postgres scanner - pt2 (#61)
- 22c9e1a Clean up postgres snapshot (#66)
- d350bf4 Cleanup postgres table iterator (#58)
- 681158d Logging improvements (#56)
- 9759269 Move LoadTable to snapshot.go (#64)
- 46c448c Move postgres scanning logic out of table iterator (#59)
- 8bede49 Pull Fatal out of scanForNewShards (#54)
- 762b380 Remove some Fatal calls from streamAndPublish (#55)
- a01b912 Rename TableIterator to MessageBuilder and add tests (#63)
- faf05f7 Rename postgres limit to batch size (#68)
- 012b920 Use a copy of the primary keys when scanning a table (#62)
v0.0.17
Changelog
- 0d95389 Add Validate function to dynamodb Store (#49)
- 895215c Clean up import order (#50)
- 2d5bb4b Move Fatal call out of DynamoDB Load (#53)
- eaeb453 Move RawMessage out of kafkalib (#48)
- 2d490bc Pull Fatal calls out of ReadConfig (#52)
- 96ba1e0 Pull Fatal calls out of Run methods (#51)
- c463b0f Pull config and kafka writer out of context (#47)
- a89e810 Pull mtr out of context (#46)