Skip to content

Releases: airbytehq/airbyte-python-cdk

Closing requests responses and sessions to avoid memory leak and updating error message

22 Nov 20:29
Compare
Choose a tag to compare

Closing requests responses and sessions to avoid memory leak

22 Nov 16:39
Compare
Choose a tag to compare

There are some big streams being affected by OOM issues. Based on some Datadog reporting, it seems to indicate that a big portion of the heap size is coming from requests. We will try to clean the requests and sessions up to ensure proper clean up.

Same as v6.7.0rc2 but with new workflow_dispatch trigger

22 Nov 22:33
Compare
Choose a tag to compare
v6.7.0rc3

Merge branch 'main' into issue-10550/streams-without-partition-router…

v6.7.0dev11

22 Nov 01:05
Compare
Choose a tag to compare
v6.7.0dev11 Pre-release
Pre-release
only publish version tag for testing

v6.6.8dev0

22 Nov 20:42
Compare
Choose a tag to compare
v6.6.8dev0 Pre-release
Pre-release
fix empty expression

v6.7.0dev10

20 Nov 20:48
b276f10
Compare
Choose a tag to compare
v6.7.0dev10 Pre-release
Pre-release
fix: combined publish flow for CDK/SDM (#77)

Co-authored-by: Aaron Steers <aj@airbyte.io>

v6.6.7

20 Nov 21:39
bbf704e
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • ci: add environment declaration for DockerhHub publish, fix dockerhub tag logic (#78)

v6.6.6

20 Nov 21:03
b276f10
Compare
Choose a tag to compare

⚙️ Under the Hood

  • ci: add step to publish SDM to DockerHub (#77)

v6.6.5

20 Nov 18:00
a2aef16
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: set interpolation macro/filter titles to match the actual function name (#74)

v6.7.0dev3

19 Nov 20:04
Compare
Choose a tag to compare
v6.7.0dev3 Pre-release
Pre-release
update docker publish logic from other workflow