Skip to content

Releases: airbytehq/airbyte

v0.22.2-alpha

04 May 05:14
a1ca5d5
Compare
Choose a tag to compare
v0.22.2-alpha Pre-release
Pre-release

a1ca5d5 Bump version: 0.22.1-alpha → 0.22.2-alpha (#3205)
72e7fe3 Run MyPy on CDK/base-python and fix issues. (#3175)
dd45537 use extras for CDK development and remove python 3.10 support (#3200)
f55429c Source appstore: bugfix private key handling in the UI (#3201)
93a480f hotfix: format

v0.22.1-alpha

04 May 05:14
bdbd48a
Compare
Choose a tag to compare
v0.22.1-alpha Pre-release
Pre-release

bdbd48a Bump version: 0.22.0-alpha → 0.22.1-alpha (#3194)
fa88262 Quick access to the 2 different changelogs when displaying main changelog (#3164)
aa1d119 Update .gitbook.yaml (#3162)
6bc6326 🎉 New Source: Zendesk Chat (#3088)
c512a7e Pre-Work for adding Checkpointing (take 2) (#3188)
41ad3a9 Standard Tests: fix incremental test and docs (#3161)
c5daced Source FB marketing: add test (#2829) (#3184)
cd7a4f7 Change Server init conditional (#3169)
99f1448 remove isCdc config logging (#3179)
8742bce GitBook: [master] one page modified
7c70eb0 GitBook: [master] 84 pages and 72 assets modified
9a45f7c Update connectors.md
fe77828 Update connectors.md
75dd664 Fix master build. (#3174)
ced2438 Add CDK publishing setup. (#3156)
4cf69ac Pre-Work for adding Checkpointing (#3163)
54bf49e Source Zoom: fix version bumping (#3165)
35fa7be Update SUMMARY.md
23d27bc split replication and normalization into separate temporal activities (#3136)
3569b68 HTTP sources fail to sync (HTTP GET Request) #2910 (#3008)
237b99e correct typo in mysql source docs (#3143)
fadf374 Bumpversion destination-redshift connector (#3160)
22aa657 add option in feature issue (#3144)
672ebb4 Source MongoDB: add supporting TLS and Replica Sets (#3111)
8dff158 Fix spotlessApply conflict with black (#3152)
77ffd74 Ignore records that are too big in Redshift destinations (instead of failing) (#2988)
d940c78 Add Python CDK Alpha Tutorial to Docs (#3147)
9af52a2 fix connector image name (#3158)
c9db920 Remove table name from column names (#2914)
5823eec Standard Tests: hotfix for parsing and image pulling (#3153)
0265012 Handle special characters in columns names (#3133)
7f66569 Standard Tests: allow specifying exact record matches #2186 (#2960)
e9287e7 Naively merge all Python modules into one. (#3148)
fc00d36 Add Primary Key to CDK. (#3105)
7d0a794 Update stitchdata-vs-airbyte.md
1084bb5 Update fivetran-vs-airbyte.md
ea5b1a9 Update platform.md
761f0f7 Update connectors.md
e378d40 Documentation Reorganization (#3124)
34433d9 Remove refences to ./acceptance-test-docker.sh (#3138)
0e520df Add Airbyte CDK module scaffolding (#3126)
7c2406a Source Stripe hotfix: correctly sync balance_transactions stream (#3131)
fd0d253 Release CDK version. (#3130)
bd99b5b Hotfix: CDK make sure to export OAuth2Authenticator. (#3129)
86513d6 Fix normalization Nesting bug (#3110)
80ce46f Base-python: fix exception when reading schemas from shared/ folder (#3127)
e700726 add some connectors to connector health page (#3099)
8b1ac13 Standard Tests: hotfix - upgrade PyYAML (#3123)
95140cb 🎉 Source Stripe: support reading data from connected accounts (#3121)
88b77aa Standard tests: update template (#2937)
94d5b27 rename: tap => source; target => destination (#3120)
439ec00 🎉 Facebook marketing: Wait longer (5 min) for async jobs to start (#3116) (#3119)
4a023f7 Source Stripe: 2 new streams - Refunds & Bank Accounts (#3030) (#3086)

v0.22.0-alpha

28 Apr 08:56
5b5f53c
Compare
Choose a tag to compare
v0.22.0-alpha Pre-release
Pre-release

3f6126b Fix argument error in log call (#3087) (#3091)
2188201 Upgrade to Pip 21.1. (#3070)
cc87649 Fix Postgres replication tutorial command (#3095)
864d378 Replace Timeouts for Sources Take 2 (#3077) (#3093)
721802d server error on version mismatch (#3069)
52df90b Proof read CDK Tutorial docs. (#3085)
fbe712a Move build to us-east-2. (#3084)
c2fa3e4 Introduce normalization integration tests (#3025)
4c96499 Add README.md for base-python (#3080)
4e9f4bd CDK: tutorial for implementing an HTTP source (#3079)
e63ab84 Make Redshift part size configurable. (#3053)
13ee577 Replace Timeouts for Sources (#3031)
3cd6112 fix restish dependency issue (#3074)
9af31d0 downgrade dbt again (#3072)
9f5719f CDK Conceptual Docs (#3048)
bf1ac1e document how to set stream schemas in CDK
636a21e Add check_requirements.sh #3028 (#3054)
fc9a3d0 export whitelisted tables (#3055)
4a795f6 Update upgrade docs (#2991)
a3b4444 snowflake s3 copy & redshift s3 refactor (#2921)
11e70a7 add README for CDK exchangeratesapi & Singer (#3050)
830b6c5 Disable iteration on the OnDiskQueue. (#2925)
f660b0a Add template generation for Santa aka CDK. (#3034)
2bbb9c8 Self-hosted EC2 Runners (#3019)
6bec66e santa: rename sdk --> cdk (#3040)
159a27f fix file clean up for BigQueue (#2570)
f445fdb match styling for spotlessApply and format (#3017)
3827235 Santa: Implement OAuth (#3000)

v0.21.1-alpha

23 Apr 02:09
be9aaa8
Compare
Choose a tag to compare
v0.21.1-alpha Pre-release
Pre-release

9ec5e74 Fix UI issue where tables with the same name are selected together (#3032)
07a45df Add normalization test cases (#2992)
68d87c2 Smartsheets source setup CI
89a69ed Source Zendesk Talk: fix normalization failure (#3022)
56a7dd4 Fix tutorial numbering. (#3018)
e4d227f set source defined cursor field for cdc (#2878)
570194a Fixing camelCase conventions (#3012)
587a777 fix feed handling when feeds are unavailable (#2964)
5f75cf2 github pull_requests stream only inc syncs (#2886) (#3009)
6b68904 Quickbooks source #3005 - add Quickbooks to SUMMARY.md (#3006)
3d2d20b Implement basic ExchangeRate API using Santa. (#2942)
c0ac11d Update platform.md
2e0c4ad Update connectors.md
68ef5b6 Add link to namespace documentation. (#3002)

v0.21.0-alpha

21 Apr 04:17
e6d412e
Compare
Choose a tag to compare
v0.21.0-alpha Pre-release
Pre-release

e6d412e Release 0.21.0-alpha. (#3001)
42686ad Release connectors with namespace change. (#2990)
7e55f3a Modify CDC to be inline with namespace changes. (#2986)
8ff3e14 Adding icons to existing connectors
1755847 Standard Tests: create modular standard test suite v2 scaffolding (#2702)
643a2fc Bump & Publish Google sheets connector (#2994)
33c20b8 🎉 Google sheets bugfix: handle duplicate sheet headers (#2905)
8f8be40 Add webhook settings block (#2938)
d9c6014 Add refresh schema button (#2943)
f8286e4 🎉 New Source: Iterable (#2895)
e500091 Upgrade DBT (#2987)
e109207 Update documentation for Google Ads token application (#2922)
57dd38b Revert default value for API_URL (#2947)
5859e0c Fix Normalization failing with "adapter" does not exist (#2941)
3e68438 Source Google Adwords: support specifying the lookback window for conversions (#2918)
b9014ac Namespace support. Supported source-destination pairs will now sync data into the same namespace as the source. (#2862)
737e70c Add namespace to schema UI (#2894)
1ae2cc2 make postgres ssl optional in spec (#2923)
0fe2dc7 bump source-postgres 0.25 -> 0.2.6
ca8f304 Add SSL option for Postgres source/destination (#2757)
df80593 csv discovery takes too much memory (#2089) (#2883)
aec8978 New Source: Quickbooks
6d65bc1 Add docs explaining (lack of) ECS support (#2906)
e0c7609 Test json schema (#2861)
d4d35d6 Publish mysql connector bugfix (#2899)
7e84ba4 Fix facebook build (#2860)
97c8863 Remove smartsheets from connector index until CI is setup (#2909)
1d51962 Publish mongodb discovery speedup (#2900)
0e433aa New Source Connector: Smartsheets (#2880)
6bdceef Improvement: speed up mongodb schema discovery (#2851)
abb54c9 Bugfix: parsing Mysql jdbc params (#2891)
7611719 Add destinationSyncModes to connection form (#2845)
ab9e93f add information on responsibilities and lifecycle of workers (#2853)
cf45cc6 Add tooltips for connection status icons (#2844)
6236ff0 Initialize packages inside base_python with bumping (#2882)
484db4f Update connectors.md
e8aa031 Update platform.md
a3a69bf improve new connector contribution docs (#2876)
d1a8ad6 fix broken link in contribution docs (#2875)
8fa458f add TODOs to singer templates (#2874)
0774823 Bump base-python version to 0.1.2 (#2872)
2d2d017 Update codegen template READMEs (#2873)
1294e41 🎉 New source: Zendesk Talk (#2775)

v0.20.0-alpha

12 Apr 23:32
82c8768
Compare
Choose a tag to compare
v0.20.0-alpha Pre-release
Pre-release

82c8768 Release 0.20.0-alpha (#2852)
6d95e3b bump postgres to pick up cdc + bugfix (#2859)
73956ea hotfix: formatting
ea21c34 Revert "Make email a required field in the onboarding flow (#2814)" (#2858)
e11ccfd Revert "Remove schema from stream name. (#2807)" (#2857)
d9fdeef Change to loading button (#2846)
7a7d541 fix: 🔧 - Fix envs map in kube overlays (#2854)
5e3ba1d add Oracle support to blob -> string (#2830)
6e9d6fc Remove schema from stream name. (#2807)
08621d8 Fix JDBC test. (#2850)
bc11c57 add description for jobtracker errors (#2840)
5216ea7 stop creating two databases (#2841)
616d55d Make email a required field in the onboarding flow (#2814)
8774383 Add view when connection list is empty (#2817)
58fcb54 Update roadmap.md
428e10e Update meltano-vs-airbyte.md
9e6547d Update meltano-vs-airbyte.md
2b19da8 postgres cdc (#2548)
470b7a3 bugfix: pass local_root (#2839)
03fdd65 Job Failure Notification (#2706)
838d85d fix typo in airbyte specification docs
db119d0 correct some docs mysql oracle (#2826)
2d0abb8 Fix JDBC Test. (#2821)
239253f fix env config tests (#2815)
cac6808 Remove outdated docs about running scheduler and server with gradle run (#2676)
b5bf9df Move Temporal Client to .env (#2675)
6ba62ca add link to oracle docs (#2812)
a822924 Google audit logs incremental sync #2694
2d0ac07 correct typo (#2810)
54b055d Add webhook to workspace for notifications when sync fail (#2703)
e72b0e4 Add search to schema view (#2650)
fafc25d Add primary key tests to TestDestination (#2776)
fb05af7 change google workspace admin reports title to please gitbook
2410c0a Merge branch 'master' of github.com:airbytehq/airbyte
5a0cd14 fix docs link for google workspace admin reports
9fd7282 Update connectors.md
8ba7176 Adds Doc Source Oracle (#2732)
d649683 add oracle to registry (#2697)
8b7e2c4 Update platform.md

v0.19.0-alpha

08 Apr 01:57
8bad657
Compare
Choose a tag to compare
v0.19.0-alpha Pre-release
Pre-release

3b4909d update prefix copy (#2772)
cdc6de7 Create zoom-activity-dashboard.md (#2731)
bef4b1c Connections page (#2691)
ed89509 update docs links for Google Workspace/Audit logs (#2789)
01a4b10 Revert "GitBook: [master] 21 pages and 146 assets modified"
c5bf29a GitBook: [master] 21 pages and 146 assets modified
6ab9e33 Removed Handbook from docs (#2778)
f5d084d Add oneOf description and title (#2774)
a7b9cd5 Remove unused schema parameter and cleanup. (#2780)
94093f0 Project Santa v0.1 (#2634)
58062fa Discover Schema sets Namespace field. (#2767)
9f16651 Add Namespace Field. (#2704)
1d88669 Add FAQ to disable analytics (#2758)
e8c13cf Update documentation to include Redshift COPY strategy. (#2728)
6a1cdbb update docs about tech stack (#2743)
0609011 fix connector base versioning (#2726)
ad7d4b7 switch from exchangerates.io to ratesapi.io (#2719)
0205813 changed configurationArchiveLink (#2720)
3f6415f Fix demo after we added the list_latest endpoint (#2709)
fb5cef7 Source tempo: bump version (#2686)
95d9ef1 remove unnecessary file in airbyte root
317e8b4 raise FAIL after stream-read exception (#2695)
da68a24 increase blob size limit (#2705)
0b6a983 Missing keywords in redshift (#2700)
d849744 Settings page (#2696)
bc1547f Fix integration tests of connectors related to destination_sync_mode and sync_mode being required (#2688)
76ced21 document command used to test and publish connectors (#2698)

v0.18.2-alpha

01 Apr 03:32
2327b35
Compare
Choose a tag to compare
v0.18.2-alpha Pre-release
Pre-release

473034d Source Instagram Bug Fix: an issue which caused media and media_insights streams to stop syncing prematurely. (#2666)
e8190ff Support NCHAR and NVCHAR types in SQL-based database sources. (#2600)
af43c0b Add the ability to specify a custom JDBC parameters for the MySQL source connector (#2611)
5ab0883 Surface the health of each connection so that a user can spot any problems at a glance. (#2405 and #2546)
8a29584 Added support for deduplicating records in the destination using a primary key using incremental deduped (#2460)
9978a9f New “Upgrade all” button in Admin to upgrade all your connectors at once (#2620)
b03b5b1 New “Cancel job” button in Connections Status page when a sync job is running, so you can stop never-ending processes. (#2593)
65bf03b Measuring throughput of connectors (#2605)
947e24b Redshift Destination COPY Strategy (#2606)
dd26d2f Source Github Bug Fix: Errors while syncing Team stream from non-organization repo (#2365)

v0.17.2-alpha

17 Mar 19:55
9d2d473
Compare
Choose a tag to compare
v0.17.2-alpha Pre-release
Pre-release

9d2d473 Bump version: 0.17.1-alpha → 0.17.2-alpha (#2504)
e3cb042 📖 Better document the generic language template
41e8b6a Source support primary keys (#2488)
30ddcd7 🐛 fix issue where jobs retried forever (#2502)
6c8d110 Update platform.md
b887229 Update connectors.md
9b5f0b7 Jamakase/update connector version (#2462)
0c5d983 Add button to password input to toggle the password to become visible (#2468)

v0.17.0-alpha

10 Mar 23:20
d88cae9
Compare
Choose a tag to compare
v0.17.0-alpha Pre-release
Pre-release

d88cae9 Bump version: 0.16.1-alpha → 0.17.0-alpha (#2383)
b7abc5b Temporal Worker Wrapper (#2368)
79f0935 Remove OutputAndStatus from Worker interface (#2318)
4c22b9b fix json handling in http-request (#2377)
070575f Protocol allows future / unknown properties (#2238)
ac0bcf7 Add comment at the top of all requirements.txt files clarifying they should not be used for dependencies (#2366)
80984d0 Document command to only build core Airbyte systems. (#2351)
59f6c6d MongoDB touchups (#2363)
b1061e3 🎉 Add MongoDB Source
e2bed6c Request a log dump in bug issue template (#2362)
960b19c Make prefix optional in UI (#2358)
6c6784b remove legacy scheduler (#2339)
2a88c4c Add indicator of the number of active/inactive sources and destinations (#2343)
3b14343 add textarea (#2328)
4a1e31d move reset to temporal (#2338)
0faec82 bump snowflake timeout from 5 min -> 30 min (#2359)
e3cbb4e Rename defaultNamespace to prefix and make it optional (#2350)
b03f1f8 log airbyte version in sync jobs (#2348)
8d54997 Fix incorrect documentation url. (#2342)
c3d0442 switch catalog discovery and syncs to temporal (#2333)
4d95c5e remove warnings when temporal starts (#2317)
0442fe6 hotfix: formatting
ffbe3bd Merge branch 'master' of github.com:airbytehq/airbyte
b6b1141 hotfix: use no-op pre/posthooks in standard tests
6c3378c Track new connection: (#2260)
20dec48 ☝🏼Add new namespaceDefault field in connection page to destination stream name (as a prefix to the table name) (#2298)
20ed2d2 Update business-model.md
a9dc8e8 check connection worker on temporal (#2312)
27d8a78 rename temporal container to airbyte-temporal (#2316)
558c034 stop building and bumping kube until we have temporal (#2315)
f0778e0 run get_spec on temporal (#2299)
84eb4e3 Added Davin to the team (#2300)
d382c87 Add pre/post hooks for std tests (#2233)
f4e3304 Update build-a-slack-activity-dashboard.md
9d0d560 🎉 Source Google Analytics: Support chunked syncs to avoid sampling (#2151)
e0e89ba only add temporal (#2259)