Skip to content

Releases: unytics/airbyte_serverless

v0.37

05 Jun 14:37
b5e50e3
Compare
Choose a tag to compare

Python sources registry now put the enabled flag to false for most python packages.

The code was changed to not check the flag anymore and check that a package exists on pypi.

Full Changelog: v0.35...v0.36

v0.35

10 Apr 15:05
Compare
Choose a tag to compare
v0.35: cloud run arguments in yaml config

v0.34

02 Apr 14:20
Compare
Choose a tag to compare
v0.34 handle CONTROL messages in destination too

v0.33

02 Apr 13:50
Compare
Choose a tag to compare
v0.33 handle CONTROL messages

v0.32

07 Mar 10:20
Compare
Choose a tag to compare

Added

  • Function to list available python sources in sources.py
  • possibility to give a state when running a connection

v0.31

03 Mar 19:26
Compare
Choose a tag to compare

Can now add the following configuration parameter of cloud run job config:

  • memory
  • cpu
  • timeout
  • max_retries

v0.30

04 Nov 10:57
Compare
Choose a tag to compare

Cloud Run Job remote runner default config:

  • 1024 MiB memory by default instead of 512 MiB

v0.29

03 Sep 15:53
Compare
Choose a tag to compare

cloud run job timeout set to 86400s

v0.28: fixed error when dash in dataset name

26 Jul 08:14
Compare
Choose a tag to compare
v0.28: fixed error when dash in dataset name

v0.27: source can have empty config

23 Jul 19:58
Compare
Choose a tag to compare
v0.27: sources permit empty config