github airbytehq/airbyte v0.33.0-alpha

latest releases: v0.64.7, v0.64.6, v0.64.5...
pre-release2 years ago

bc230ee Format and generate seed resources. (#8493)
341f505 Rename env vars for better readability. (#8447)
5393070 🎉 Refactor Pokeapi Source to CDK (#8432)
d3ac897 🎉 Snowflake Destination internal staging support (#8253)
776ca69 🎉 Source Python HTTP Tutorial: Migrate to CDK, remove deprecated dependencies (#8433)
9a26f8a Remove deprecated dependencies for connectors in build.gradle (#8430)
c438e01 Revert "🐛 📝 DAT: verify that a destination is able to write any ISO8601-compliant date string (#5814)" (#8484)
9270f32 🐛 Source Google Analytics: Fix issue with custom error and simplify configuration (#8175)
a11e31a 🎉 Destination BigQuery and BigQuery denormalized: Use byte-based buffering batching (#8199)
b60a2d0 Fix OAuth Injection (#8482)
cfa6815 Get default configured catalog from discover command (#8232)
4e44166 Salesforce make start_date optional and change format to YYYY-MM-DD (#8191)
298c8b2 Allow dev-tagged connectors to always be updateable (#8219)
64bd0a6 🐛 Source Intercom: backoff for companies' scrolling (#8395)
5ce8339 🎉 Source Facebook pages: updated all empty objects in Page and Post streams (#8267)
0fcc2dc fix: formatting issues (#8435)
d12f919 adding-prefect-in-roadmap (#8467)
d7ef91f Source Amazon Seller Partner: Add GET_SELLER_FEEDBACK_DATA report (#8021)
1eba280 upgrade source-harvest definition/specs (#8464)
31d9bca enviroment -> environment (#8436)
cdfe294 Fix casing of Advanced Auth for source-harvest (#8428)
9f685b9 🐛 Source LinkedIn Ads: hands 429 response status code (#8382)
8726d39 #7727 source postgres: add several types to integration tests (#7913)
9a54c4d 🐛 Source Zenloop: re-add missing seed files (#8299)

Breaking Changes

The following configuration environment variables were renamed to better reflect usage,

  • GCP_STORAGE_BUCKET -> GCS_LOG_BUCKET
  • MAX_SYNC_JOB_ATTEMPTS -> SYNC_JOB_MAX_ATTEMPTS.
  • MAX_SYNC_TIMEOUT_DAYS -> SYNC_JOB_MAX_TIMEOUT_DAYS.
  • WORKER_POD_TOLERATIONS -> JOB_POD_TOLERATIONS.
  • WORKER_POD_NODE_SELECTORS -> JOB_POD_NODE_SELECTORS.
  • JOB_IMAGE_PULL_POLICY to JOB_POD_MAIN_CONTAINER_IMAGE_PULL_POLICY.
  • JOBS_IMAGE_PULL_SECRET to JOB_POD_MAIN_CONTAINER_IMAGE_PULL_SECRET.
  • JOB_SOCAT_IMAGE to JOB_POD_SOCAT_IMAGE.
  • JOB_BUSYBOX_IMAGE to JOB_POD_BUSYBOX_IMAGE.
  • JOB_CURL_IMAGE to JOB_POD_CURL_IMAGE.
  • KUBE_NAMESPACE to JOB_POD_KUBE_NAMESPACE.
  • RESOURCE_CPU_REQUEST to JOB_POD_MAIN_CONTAINER_CPU_REQUEST.
  • RESOURCE_CPU_LIMIT to JOB_POD_MAIN_CONTAINER_CPU_LIMIT.
  • RESOURCE_MEMORY_REQUEST to JOB_POD_MAIN_CONTAINER_MEMORY_REQUEST.
  • RESOURCE_MEMORY_LIMIT -> JOB_POD_MAIN_CONTAINER_MEMORY_LIMIT.

Users configuring these variables should update their respective configuration files to the new variable names.

Note: This release contains a bug affecting GCS Logs on Kubernetes. Please update to 0.33.2-alpha and later.

Don't miss a new airbyte release

NewReleases is sending notifications on new releases.