Releases: planetscale/airbyte-source
Releases · planetscale/airbyte-source
v1.32.0
v1.31.0
v1.28.0
v1.27.0
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
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
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
v1.23.0
v1.22.0
v1.21.0
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