Skip to content

Releases: airbytehq/airbyte

v0.10.0-alpha

26 Jan 03:01
0092bb3
Compare
Choose a tag to compare
v0.10.0-alpha Pre-release
Pre-release
Version 0.10.0-alpha

v0.9.2-alpha

29 Dec 19:27
b94d421
Compare
Choose a tag to compare
v0.9.2-alpha Pre-release
Pre-release

Core:

Bug Fixes

  • Fix bug where eventually the scheduler eventually freeze up while reading configs #1470

v0.9.1-alpha

23 Dec 03:12
7967dea
Compare
Choose a tag to compare
v0.9.1-alpha Pre-release
Pre-release

Core:

New Features

Bug Fixes

  • Fix bug where failed syncs would get stuck indefinitely.

Connectors

New Connectors

  • Microsoft Teams (source)

v0.9.0-alpha

22 Dec 00:18
ecca0cc
Compare
Choose a tag to compare
v0.9.0-alpha Pre-release
Pre-release

Core:

New Features

  • Added download button for job logs in the UI
  • Improved connector testing (code infrastructure and documentation)
  • Secrets are now hidden in the UI
  • Custom versions can be selected for connectors in the Admin page of the UI
  • Airbyte metadata columns are now namespaced with _airbyte_.
  • Migrate MSSQL and Redshift sources to support incremental.

Bug Fixes

  • Fixed the job display status in the UI
  • Fixed the default sync mode selected in the UI
  • Jobs that failed all attempts will now still be schedulable

Connectors

New Connectors

  • Drift (source)

Bug Fixes

  • Fix boolean handling in the MSSQL source

v0.8.0-alpha

16 Dec 22:16
01cdeaf
Compare
Choose a tag to compare
v0.8.0-alpha Pre-release
Pre-release

Core:

New Features

  • Official Release of Incremental - Append. (Check out the docs)
  • Improve interface for writing python sources (should make writing new python sources easier and clearer).
  • Add support for running Standard Source Tests with files (making them easy to run for any language a source is written in)
  • Add ability to reset data for a connection.

Bug Fixes

  • Update version of test containers we use to avoid pull issues while running tests.
  • Fix issue where jobs were not sorted by created at in connection detail view.

Connectors

New Connectors

v0.7.2-alpha

15 Dec 21:32
Compare
Choose a tag to compare
v0.7.2-alpha Pre-release
Pre-release

Core:

New Features

  • Add ability to view sync attempts in job history.
  • Add reset data button in job history
  • Migrate Github and Shopify to incremental
  • Add API Docs in docs/api

Bug Fixes

Connectors

New Connectors

  • Mixpanel (source)
  • Jira (source)

v0.7.1-alpha

15 Dec 21:30
Compare
Choose a tag to compare
v0.7.1-alpha Pre-release
Pre-release

Core:

New Features

  • Add ability to view sync attempts in job history.
  • Add incremental syncs for Postgres (source)

Bug Fixes

  • Improve error message in standard source tests

Connectors

New Connectors

  • Intercom (source)

v0.7.0-alpha

15 Dec 21:19
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

Core:

New Features

  • Incremental Sync stealth release. Released so that we can merge our progress thus far and do some testing on a small subset of connectors. (Incremental added to the UI and supported by Mailchimp (source) and Postgres (destination).

Connectors

New Connectors

  • Zendesk Support (source)
  • Braintree (source)

v0.6.2-alpha

05 Dec 05:28
4398b47
Compare
Choose a tag to compare
v0.6.2-alpha Pre-release
Pre-release

Core:

New Features

Bug Fixes

  • Fix issue where normalization image wasn't accessible.
  • Fix build instability

Connectors

New Connectors

  • Redshift (destination)
  • Greenhouse (source)

v0.6.1-alpha

03 Dec 16:23
Compare
Choose a tag to compare
v0.6.1-alpha Pre-release
Pre-release

Connectors

  • Re-add http request source (previously known as rest api source).
  • Add Redshift source.

Other

  • Fix transient build failure issues.