Skip to content

Commit bce2edb

Browse files
authored
Release 0.11.1-alpha (#1686)
1 parent d5489b1 commit bce2edb

File tree

5 files changed

+30
-11
lines changed

5 files changed

+30
-11
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0-alpha
2+
current_version = 0.11.1-alpha
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-[a-z]+)?

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.11.0-alpha
1+
VERSION=0.11.1-alpha
22
DATABASE_USER=docker
33
DATABASE_PASSWORD=docker
44
DATABASE_DB=airbyte

docs/changelog/platform.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,31 @@ This is the changelog for Airbyte core. For our connector changelog, please visi
88

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

11-
## [Upcoming: 0.11.0](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - ETA 01/11/2020
11+
## 0.11.1-alpha - Released 01/17/2021
1212

13-
* **Support incremental sync** for Salesforce, Slack, and Braintree sources
13+
### Bugfixes
14+
* Writing boolean columns to Redshift destination now works correctly
15+
* Increase timeout for long running catalog discovery operations from 3 minutes to 30 minutes to avoid prematurely failing long-running operations
16+
17+
## [0.11.0-alpha](https://github.com/airbytehq/airbyte/milestone/12?closed=1) - Delivered 01/14/2021
18+
19+
### New features
20+
* Allow skipping the onboarding flow in the UI
21+
* 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
1425
* 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
1534

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
1736

1837
* You can now **deploy Airbyte on** [**Kuberbetes**](https://docs.airbyte.io/deploying-airbyte/on-kubernetes) _\*\*_\(alpha version\)
1938
* **Support incremental sync** for Mixpanel and Hubspot sources

kube/overlays/stable/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AIRBYTE_VERSION=0.11.0-alpha
1+
AIRBYTE_VERSION=0.11.1-alpha
22
DATABASE_USER=docker
33
DATABASE_PASSWORD=docker
44
DATABASE_URL=jdbc:postgresql://airbyte-db-svc:5432/airbyte

kube/overlays/stable/kustomization.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ bases:
66

77
images:
88
- name: airbyte/seed
9-
newTag: 0.11.0-alpha
9+
newTag: 0.11.1-alpha
1010
- name: airbyte/db
11-
newTag: 0.11.0-alpha
11+
newTag: 0.11.1-alpha
1212
- name: airbyte/scheduler
13-
newTag: 0.11.0-alpha
13+
newTag: 0.11.1-alpha
1414
- name: airbyte/server
15-
newTag: 0.11.0-alpha
15+
newTag: 0.11.1-alpha
1616
- name: airbyte/webapp
17-
newTag: 0.11.0-alpha
17+
newTag: 0.11.1-alpha
1818

1919
configMapGenerator:
2020
- name: airbyte-env

0 commit comments

Comments
 (0)