Skip to content

Releases: airbytehq/airbyte

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.

v0.6.0-alpha

26 Nov 02:26
9f16f46
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

New Features:

  • Multiple Destinations - We now support sending data to multiple destinations from a single instance.

Bug fixes:

  • Snowflake issue where syncs would time out

New Sources

  • Sendgrid
  • Recurly

v0.5.1-alpha

14 Nov 02:37
Compare
Choose a tag to compare
v0.5.1-alpha Pre-release
Pre-release

This release contains introduces the new Mailchimp source, as well as some bugfixes and improvements to functionality:

  • Allow normalizing tables which contain more than 100 columns #970
  • Persist correct timestamps to normalized BigQuery tables #882
  • Specify allowable stream and field names
  • Documentation & template improvements for developing new integrations

v0.5.0-alpha

12 Nov 06:53
b123676
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

This is our 2nd main release since we launched in September.

New sources:

New destinations: Snowflake

A lot of effort has been put towards simplifying the creation of new connectors, see our documentation. We created a templating system to bootstrap the code, and as we build more connectors, we will continue to bring more abstractions and more tooling to accelerate the development. Today, our record is 3 hours to build a connector! Who wants to try to beat @cgardens?

Stay tuned! We will continue to add more sources and destinations (our goal is to have 50 by EOY!). Don't hesitate to subscribe to our newsletter to receive our product updates and community news.