Releases: airbytehq/airbyte
Releases · airbytehq/airbyte
v0.9.2-alpha
Core:
Bug Fixes
- Fix bug where eventually the scheduler eventually freeze up while reading configs #1470
v0.9.1-alpha
Core:
New Features
Bug Fixes
- Fix bug where failed syncs would get stuck indefinitely.
Connectors
New Connectors
- Microsoft Teams (source)
v0.9.0-alpha
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
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
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
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
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
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
Connectors
- Re-add
http request
source (previously known asrest api
source). - Add Redshift source.
Other
- Fix transient build failure issues.
v0.6.0-alpha
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