Skip to content

Releases: artie-labs/reader

v0.0.24

14 Feb 00:32
3e6a5e0
Compare
Choose a tag to compare

Changelog

v0.0.23

13 Feb 00:39
a516cdb
Compare
Choose a tag to compare

Changelog

  • a516cdb Remove postgres limit option and change port type to int (#93)

v0.0.22

12 Feb 23:21
6642af6
Compare
Choose a tag to compare

Changelog

v0.0.21

07 Feb 00:56
ce9ad84
Compare
Choose a tag to compare

Changelog

v0.0.20

02 Feb 20:44
00524c0
Compare
Choose a tag to compare

Changelog

v0.0.19

01 Feb 01:57
c23ac63
Compare
Choose a tag to compare

Changelog

v0.0.18

30 Jan 18:10
e379bc7
Compare
Choose a tag to compare

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

27 Jan 01:03
2d5bb4b
Compare
Choose a tag to compare

Changelog

v0.0.16

26 Jan 22:03
98f618f
Compare
Choose a tag to compare

Changelog

v0.0.15

25 Jan 23:25
875df05
Compare
Choose a tag to compare

Changelog

  • 875df05 Add batch writer (#39)
  • 56a407f Fix bug fetching new batches on subsequent attempts (#40)
  • 4ecfaaa Return error instead of panic when creating a datadog client (#41)