Skip to content

Releases: artie-labs/transfer

v1.25.16

22 May 21:42
48fe1ef
Compare
Choose a tag to compare

Changelog

v1.25.15-bq

21 May 07:02
deeed59
Compare
Choose a tag to compare

Changelog

v1.25.15

17 May 18:48
ed4bf7b
Compare
Choose a tag to compare

Changelog

v1.25.14

16 May 18:54
3e9deb8
Compare
Choose a tag to compare

Changelog

  • c4da710 Add TableAlias type (#681)
  • 3e9deb8 Adding Additional Data Types for SQL Server (#683)
  • 63081f5 Make TableAlias a type definition (#688)
  • bf83997 [bigquery,redshift] Use sql.QuoteTableAliasColumn (#686)
  • db63d93 [sq] Add QuoteTableAliasColumns function (#680)
  • 5fc965c [sql] Add QuoteTableAliasColumn function (#682)
  • 7118f6b [sql] Add QuotedDeleteColumnMarker function (#685)
  • 4848544 [sql] Change target table alias to tgt (#679)
  • 8a39e45 [sql] Clean up Dialect.BuildIsNotToastValueExpression (#684)
  • 734746c [sql] Use TableAlias for BuildColumnComparison (#687)

v1.25.13

15 May 22:09
f371cff
Compare
Choose a tag to compare

Changelog

v1.25.12

15 May 21:29
f47c98a
Compare
Choose a tag to compare

Changelog

  • dc3f555 Combine target alias constants (#671)
  • 5ad0769 Consolidate Postgres and MySQL CDC Format (#669)
  • aba65aa Upgrade kafka-go to v0.4.47 (#675)
  • f47c98a [Append] Exclude Deleted Column (#676)
  • 1b7b55f [bigquery,snowflake] Simplify BuildMergeQueries (#674)
  • 2c2b81a [mssql] Simplify MSSQLDialect.BuildMergeQueries (#673)
  • 94c3892 [redshift] Simplify RedshiftDialect.BuildMergeQueries (#672)
  • dc8f17f [sql] Change staging table alias to stg (#670)

v1.25.11

15 May 01:23
2b55b91
Compare
Choose a tag to compare

Changelog

  • ed9d47b Move DefaultValue to shared (#646)
  • 2b55b91 Upgrade kafka-go to v0.4.43 (#668)
  • 8e5acfc [bigquery] Add BuildMergeQueries method to BigQueryDialect (#642)
  • 0bbe68e [bigquery] Add tests for BigQueryDialect.BuildMergeQueries (#661)
  • 9da4771 [bigquery] Use table alias constants for merge queries (#662)
  • 93ac7ff [dml] Change MergeArgument.buildDefaultStatement to return a slice (#635)
  • 6e47d3b [dml] Kill MergeArgument (#649)
  • fbed987 [mssql] Add tests for MSSQLDialect.BuildMergeQueries (#664)
  • cd9e195 [mssql] Move merge query building to MSSQLDialect (#633)
  • d20de18 [mssql] Use table alias constants for merge queries (#665)
  • 6ef3df2 [redshift] Move buildRedshiftDeleteQuery method to RedshiftDialect (#637)
  • 55098ef [redshift] Move buildRedshiftInsertQuery method to RedshiftDialect (#639)
  • 6dfba09 [redshift] Move buildRedshiftStatements to RedshiftDialect (#643)
  • 61beda0 [redshift] Move buildRedshiftUpdateQuery method to RedshiftDialect (#640)
  • 976e90f [redshift] Use table alias constants for merge queries (#656)
  • 3f7db84 [snowflake] Add BuildMergeQueries method to SnowflakeDialect (#641)
  • e18ceb0 [snowflake] Add tests for building additional equality strings (#666)
  • 0652c11 [snowflake] Use BuildColumnComparisons for additional equality strings (#667)
  • 4ee0f13 [snowflake] Use table alias constants for merge queries (#660)
  • a13821a [sql] Add BuildColumnComparisons method (#654)
  • a05a74b [sql] Add BuildMergeQueries method to Dialect (#644)
  • ea97ab3 [sql] Add constants for table aliases (#655)
  • 9fcfce9 [sql] Capitalize AND keyword (#653)
  • 9d95906 [sql] Change Dialect methods to accept columns.Column (#645)
  • 5a2af3b [sql] Clean up BuildProcessToastColExpression (#652)
  • 740e3ee [sql] Kill Dialect.BuildProcessToastStructColExpression (#651)
  • c30faa4 [sql] Move QuoteColumns and BuildColumnsUpdateFragment to sql (#647)
  • b7e0347 [sql] Remove hardcoded table aliases from BuildColumnsUpdateFragment (#657)
  • c503317 [sql] Remove pointer from containsHardDeletes argument (#650)
  • d866c3e [tests] Assert against entire expected merge query (#658)
  • e3ae52f [tests] Avoid using cc in tests (#663)
  • 076a57f [tests] Move BuildMergeQueries tests to dialect test files (#648)
  • dbfb379 [tests] Move tests for sql functions to sql/tests (#659)
  • 68ed3bc [tests] Remove test that was split in #636 (#638)
  • fe0c6c1 [tests] Split up columns.DefaultValue tests (#636)

v1.25.10

13 May 22:29
5fdca45
Compare
Choose a tag to compare

Changelog

v1.25.9

13 May 21:37
33f8a1d
Compare
Choose a tag to compare

Changelog

  • 8c7cc5d Bump kafka-go to v0.4.39 (#617)
  • eee74c7 Change Dialect methods to accept a TableIdentifier (#625)
  • cdc050d Move QuoteColumns function to columns (#629)
  • 34e5018 Move TableIdentifier to sql (#622)
  • f1ff29d Move generateDedupeQueries functions to Dialects (#624)
  • cd905e2 Move removeDeleteColumnMarker function to columns (#627)
  • b0344a6 Passing along the MongoDB before object (#626)
  • 33f8a1d Remove deleted column marker in append mode (#630)
  • 09281fd Upgrade kafka-go to v0.4.40 (#631)
  • ad91d58 [Kafka] Enable SHA512 SCRAM (#616)
  • f858233 [bigquery] Move BigQueryDialect to clients/bigquery/dialect (#619)
  • 39b3a50 [mssql] Move MSSQLDialect to clients/mssql/dialect (#620)
  • f46bb4a [redshift] Move RedshiftDialect to clients/redshift/dialect (#621)
  • ac4303e [snowflake] Move SnowflakeDialect to clients/snowflake/dialect (#618)
  • 6098330 [sql] Add BuildProcessToastColExpression method to Dialect (#628)

v1.25.8

10 May 22:08
1078852
Compare
Choose a tag to compare

Changelog

  • 1078852 Adding jitter sleep when establishing new Kafka connections (#615)
  • e13f874 [sql] Modify BuildCreateTempTableQuery to create permanent tables (#609)
  • fcd0189 [sql] Split out Dialect tests (#613)