Skip to content

Releases: planetscale/airbyte-source

v2.13.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 14:26
c3f500b

Changelog

v2.12.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 25 Nov 17:25
ae58ab0

Changelog

  • ae58ab0 cmd/airbyte-source: add info logging (#146)
  • 4ae1db5 cmd, main.go: set reasonable context timeouts (#145)
  • 1eb88ec Add _planetscale_metadata to each Airbyte record for deterministic event ordering (#143)
  • 270a8b1 Modified regex and tests for new Vitess table names (#141)

v2.11.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 07 Apr 14:57
53e32d8

Changelog

  • 53e32d8 add option for specifying timeout in minutes and gtid position together with last known pk (#139)

v2.10.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 02 Apr 20:39
e31b604

Changelog

  • e31b604 cmd/internal: make sure decimal type values lead with zero prior to json encoding (#134)

v2.9.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 02 Apr 17:25
631fb62

Changelog

  • 631fb62 add more comprehensive linting, fix lint (#133)
  • b7f1965 Revert "Add timezone info to datetime" (#132)

v2.8.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 02 Apr 15:03
67f1d1e

Changelog

  • 67f1d1e #131 cmd/internal: exit sync at COPY_COMPLETED or stop pos, not after

v2.7.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 28 Mar 05:52
88b5259

Changelog

  • 88b5259 Merge pull request #130 from planetscale/datetime-timezone
  • c2d05b9 Add timezone info to datetime

v2.6.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 27 Mar 20:50
8fb3745

Changelog

  • 8fb3745 Merge pull request #129 from planetscale/handle-timestamp-datetime-differently
  • 12812a2 Update date, datetime, time, and timestamp types with appropraite timezones
  • bc22277 Format differently

v2.5.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 27 Mar 20:17
1c894d6

Changelog

  • 1c894d6 Merge pull request #128 from planetscale/add-microseconds
  • 5e8e5c1 Add microseconds and use time offset

v2.4.0

Choose a tag to compare

@planetscale-actions-bot planetscale-actions-bot released this 27 Mar 18:25
524749e

Changelog

  • 524749e Merge pull request #127 from planetscale/add-null-first
  • 2a2c484 Merge branch 'main' into add-null-first
  • 3d19934 Convert non-null zero date value to epoch
  • 2472fca Handle nil datetime, date, and time
  • 0560bd3 Add tests for returning bool values