Skip to content

Releases: BLSQ/openhexa-sdk-python

v0.1.14

10 May 11:24
13d541b
Compare
Choose a tag to compare

0.1.14 (2023-05-10)

Bug Fixes

  • connection: Create a dataclass on the fly for custom connection (d10b689)

v0.1.13

10 May 09:25
51ea0ed
Compare
Choose a tag to compare

0.1.13 (2023-05-10)

Bug Fixes

  • CLI: current_workspace does not exist the first time (54c779e)
  • CLI: Set the minimum version of Python to 3.9 (is_relative_to requirement) (b0bb113)

v0.1.12

10 May 08:09
f06eea0
Compare
Choose a tag to compare

0.1.12 (2023-05-10)

Bug Fixes

  • bootstrap: Wrong path to check if there is a requirements.txt file (#33) (9791133)
  • CLI: Exclude venv/.venv from the zip file (#31) (088ea01)

v0.1.11

09 May 09:09
af34b83
Compare
Choose a tag to compare

0.1.11 (2023-05-09)

Features

  • Environment: Add a Environment env variable to be able to differientate the different running environments (#20) (0e5c878)

Bug Fixes

  • Connections: constcase needs to have a lowercase slug to avoid _ (#30) (ac809c1)

v0.1.10

08 May 15:45
0d9bffe
Compare
Choose a tag to compare

0.1.10 (2023-05-08)

Features

  • dependencies: Install extra dependencies if provided in pipeline (#23) (426bae4)

Bug Fixes

  • CLI: Do not add a workspace that cannot be found online (#27) (8190a34)

v0.1.9

08 May 07:04
d87a068
Compare
Choose a tag to compare

0.1.9 (2023-05-05)

Features

  • Connections: add custom connection (7ea7739)
  • Connections: add gcs connection (b8715ea)
  • Connections: add S3 connection function (e6664fa)
  • Connections: add tests and small improvement (5499897)

Bug Fixes

  • Parameter: Validate parameter's code (4d7d666)

v0.1.8

02 May 12:07
6335f98
Compare
Choose a tag to compare

0.1.8 (2023-05-02)

Bug Fixes

  • Update readme.md to upgrade the lib on install (51a7fb7)

v0.1.7

02 May 10:27
7dcff04
Compare
Choose a tag to compare

0.1.7 (2023-05-02)

Bug Fixes

  • print something understandable when using add_file_output locally (fddbbbd)
  • print something understandable when using add_file_output locally (ce77c1c)

v0.1.6

27 Apr 13:40
d0b0d69
Compare
Choose a tag to compare

0.1.6 (2023-04-27)

Bug Fixes

  • apply lower() to pipeline name to avoid weird snakecase strings (#15) (6dd7333)

v0.1.5

26 Apr 14:50
9456b67
Compare
Choose a tag to compare

0.1.5 (2023-04-26)

Bug Fixes