Releases: BLSQ/openhexa-sdk-python
Releases · BLSQ/openhexa-sdk-python
v0.1.14
0.1.14 (2023-05-10)
Bug Fixes
- connection: Create a dataclass on the fly for custom connection (d10b689)
v0.1.13
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
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
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
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
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
0.1.8 (2023-05-02)
Bug Fixes
- Update readme.md to upgrade the lib on install (51a7fb7)
v0.1.7
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
0.1.6 (2023-04-27)
Bug Fixes
- apply lower() to pipeline name to avoid weird snakecase strings (#15) (6dd7333)
v0.1.5
0.1.5 (2023-04-26)
Bug Fixes