Skip to content

Releases: planetscale/airbyte-source

v1.28.0

01 May 22:06
0f6ac13
Compare
Choose a tag to compare

Changelog

  • 0f6ac13 Merge pull request #105 from planetscale/change-spec-format
  • b5f1def Minify json again
  • 057e498 Match their docs
  • 4509de4 Change spec format
  • 57d3a41 Merge pull request #103 from planetscale/update-test
  • 07478ec Udpate test to remove realistic pass

v1.27.0

01 May 18:54
884d20e
Compare
Choose a tag to compare

Changelog

  • 884d20e Merge pull request #102 from planetscale/add-gtid
  • d07125c Add test that state takes precedence
  • 2ea3f14 Add message about state file taking precedence
  • 730b2a0 Add test
  • 0e12c11 Update README
  • 8e788ac Remove unserialized cursor for placement in config instead
  • 8d8abd3 Update readme to clarify unserialized_cursor
  • 0ae2768 Update tests back
  • 92a6cf9 Bring back serializer and deserializer test
  • 75ca3f5 Return serialized cursor along with unserialized cursor
  • aec18df Add back serialized cursoor for compatibility
  • b925f4b Correct test
  • 7998e43 Update test
  • e0cb3eb Update README with GTID information
  • 577044a Merge branch 'main' of ssh://github.com/planetscale/airbyte-source into add-gtid
  • ceed0d2 Don't serialize cursor for easier use
  • 85dbb72 Merge pull request #101 from planetscale/nickvanw/libxcrypt
  • b12ac03 Dockerfile: install libxcrypt

v1.26.0

22 Mar 19:41
426bcdb
Compare
Choose a tag to compare

Changelog

  • 426bcdb Merge pull request #97 from planetscale/revert-74-remove-read-timeout
  • 3ee6254 Revert "Don't use a client side read timeout (#74)"
  • 4aafbc0 Merge pull request #96 from planetscale/dependabot/go_modules/google.golang.org/protobuf-1.33.0
  • a04a4dd Bump google.golang.org/protobuf from 1.31.0 to 1.33.0

v1.25.0

06 Feb 18:03
d2604ca
Compare
Choose a tag to compare

Changelog

  • d2604ca Don't use a client side read timeout (#74)
  • 32e91e3 Merge pull request #95 from planetscale/skip-vitess-gc-tables
  • 0c9c774 Merge branch 'main' into skip-vitess-gc-tables
  • 92f3278 Skip vitess generated tables in Discover output
  • 18bc13b Merge pull request #94 from planetscale/support-note
  • 2e1e5a6 Add note about support

v1.24.0

06 Feb 18:01
d2604ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.23.0...v1.24.0

v1.23.0

18 Dec 22:26
54a459f
Compare
Choose a tag to compare

Changelog

  • 54a459f Merge pull request #92 from planetscale/fix-enum-sets
  • 36ee11f Map enum and set values before processing

v1.22.0

07 Nov 15:46
5baac4f
Compare
Choose a tag to compare

Changelog

  • 5baac4f Merge pull request #90 from planetscale/fix-tinyint-schema
  • da2703a fix tinyint schema detection

v1.21.0

07 Nov 14:48
8017ce1
Compare
Choose a tag to compare

Changelog

  • 8017ce1 Merge pull request #87 from planetscale/dbussink/update-deps
  • bd6dcfa Update dependencies and switch to distroless
  • 40dce56 Merge pull request #85 from planetscale/dbussink/improve-type-mapping
  • a4878cb Improve the type mapping
  • d23b75a Merge pull request #84 from planetscale/bigint-tinyint-changes
  • 004b34a removing tab x)
  • 0198b3d add back line ending per @dbussink
  • 307616d removed random import
  • 7871fc4 Actually, the problem is not fully on our end, it's Airbyte's default type conversion on the Destination connector for BigQuery. Rolled back bigint change, but kept tinyint adjustment.
  • 64138af Support BIGINT/TINYINT being stored as INTEGER in more situations

v1.20.0

12 Oct 15:35
714ac3f
Compare
Choose a tag to compare

Changelog

  • 714ac3f Merge pull request #81 from planetscale/update-goreleaser
  • 2528da2 update goreleaser to v1.21.1

v1.18.0

10 Oct 14:34
83929cd
Compare
Choose a tag to compare

Changelog

  • 83929cd Merge pull request #76 from planetscale/mcrauwel/support-replica-traffic
  • 9f86875 Fix test and add a new one to stream from replica
  • 4be7fef add support for using replica's #75