You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add the ability to reset a connection's schema when the underlying data source schema changes
22
+
23
+
### Bugfixes
24
+
* Fix UI race condition which showed config for the wrong connector when rapidly choosing between different connector
14
25
* Fix a bug in MSSQL and Redshift source connectors where custom SQL types weren't being handled correctly. [Pull request](https://github.com/airbytehq/airbyte/pull/1576)
26
+
* Support incremental sync for Salesforce, Slack, and Braintree sources
27
+
* Gracefully handle invalid nuemric values (e.g NaN or Infinity) in MySQL, MSSQL, and Postgtres DB sources
28
+
* Fix flashing red sources/destinations fields after success submit
29
+
* Fix a bug which caused getting a connector's specification to hang indefinitely if the connector docker image failed to download
30
+
31
+
### New connectors
32
+
* Tempo
33
+
* Appstore
15
34
16
-
## [0.10.0](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - delivered on 01/04/2020
35
+
## [0.10.0](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - delivered on 01/04/2021
17
36
18
37
* You can now **deploy Airbyte on**[**Kuberbetes**](https://docs.airbyte.io/deploying-airbyte/on-kubernetes)_\*\*_\(alpha version\)
19
38
***Support incremental sync** for Mixpanel and Hubspot sources
0 commit comments