Skip to content

Commit

Permalink
0.24.3 Release Notes (#3827)
Browse files Browse the repository at this point in the history
* Add Release notes for 0.24.1 -> 0.24.3

* gradle format

* Add amazon seller partner to SUMMARY.md

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
  • Loading branch information
avaidyanatha and Abhi Vaidyanatha committed Jun 2, 2021
1 parent 1504c79 commit 9c11940
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* [On AWS ECS \(Coming Soon\)](deploying-airbyte/on-aws-ecs.md)
* [Connector Catalog](integrations/README.md)
* [Sources](integrations/sources/README.md)
* [Amazon Seller Partner](integrations/sources/amazon-seller-partner.md)
* [Appstore](integrations/sources/appstore.md)
* [Asana](integrations/sources/asana.md)
* [Braintree](integrations/sources/braintree.md)
Expand Down
19 changes: 19 additions & 0 deletions docs/project-overview/changelog/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ Note: Airbyte is not built on top of Singer, but is compatible with Singer's pro

Check out our [connector roadmap](https://github.com/airbytehq/airbyte/projects/3) to see what we're currently working on

## 06/3/2021

2 new sources:
* [**Okta**](https://docs.airbyte.io/integrations/sources/okta)
* [**Amazon Seller Partner**](https://docs.airbyte.io/integrations/sources/amazon-seller-partner)

New features:
* **MySQL CDC** now only polls for 5 minutes if we haven't received any records ([#3789](https://github.com/airbytehq/airbyte/pull/3789))
* **Python CDK** now supports Python 3.7.X ([#3692](https://github.com/airbytehq/airbyte/pull/3692))
* **File** source: now supports Azure Blob Storage ([#3660](https://github.com/airbytehq/airbyte/pull/3660))

Bugfixes:
* **Recurly** source: now uses type `number` instead of `integer` ([#3769](https://github.com/airbytehq/airbyte/pull/3769))
* **Stripe** source: fix types in schema ([#3744](https://github.com/airbytehq/airbyte/pull/3744))
* **Stripe** source: output `number` instead of `int` ([#3728](https://github.com/airbytehq/airbyte/pull/3728))
* **MSSQL** destination: fix issue with unicode symbols handling ([#3671](https://github.com/airbytehq/airbyte/pull/3671))

***

## 05/25/2021

4 new sources:
Expand Down
17 changes: 14 additions & 3 deletions docs/project-overview/changelog/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ This is the changelog for Airbyte core. For our connector changelog, please visi

If you're interested in our progress on the Airbyte platform, please read below!

* We now handle nested tables with the normalization steps. Check out the video below to see how it works.
## [05-28-2021 - 0.24.3](https://github.com/airbytehq/airbyte/releases/tag/v0.24.2-alpha)

## [05-25-2021 - 0.24.0](https://github.com/airbytehq/airbyte/releases/tag/v0.24.0-alpha)
* Minor fixes to documentation
* Reliability updates in preparation for custom transformations
* Limit Docker log size to 500 MB ([#3702](https://github.com/airbytehq/airbyte/pull/3702))

## [05-26-2021 - 0.24.2](https://github.com/airbytehq/airbyte/releases/tag/v0.24.2-alpha)

* Fix for file names being too long in Windows deployments ([#3625](https://github.com/airbytehq/airbyte/pull/3625))
* Allow users to access the API and WebApp from the same port ([#3603](https://github.com/airbytehq/airbyte/pull/3603))

## [05-25-2021 - 0.24.1](https://github.com/airbytehq/airbyte/releases/tag/v0.24.1-alpha)

* **Checkpointing for incremental syncs** that will now continue where they left off even if they fail! ([#3290](https://github.com/airbytehq/airbyte/pull/3290))
* Avoid dbt runtime exception "maximum recursion depth exceeded" in ephemeral materialization ([#3470](https://github.com/airbytehq/airbyte/pull/3470))

## [05-25-2021 - 0.24.0](https://github.com/airbytehq/airbyte/releases/tag/v0.24.0-alpha)

* Avoid dbt runtime exception "maximum recursion depth exceeded" in ephemeral materialization ([#3470](https://github.com/airbytehq/airbyte/pull/3470))

## [05-18-2021 - 0.23.0](https://github.com/airbytehq/airbyte/releases/tag/v0.23.0-alpha)

Expand Down

0 comments on commit 9c11940

Please sign in to comment.