Releases: Cosmo-Tech/CosmoTech-Acceleration-Library
0.9.2 - corrective on send workspace files
Correct an issue on workspace file send
Some pydantic validation broke with path being passed instead of string
Full Changelog: 0.9.1...0.9.2
0.9.1 - More commands and corrections
More commands !
What's Changed
- Add load_from_singlestore command by @jreynard-code in #46
- add s3_bucket_delete command by @lalepee in #47
- fix bucket delete by @lalepee in #48
- Lal/oops i did it again by @lalepee in #49
- 0.9.1 - Copyright update + az storage dump by @neomatamune in #50
Full Changelog: 0.9.0...0.9.1
0.9.0 - dump_to_azure and get_logger
get_logger
went to csm-orc
In an effort to allow for standardized logs inside of Cosmo Tech product the get_logger
got moved to csm-orc as it is mandatory unlike CoAL
What's Changed
- fix download dataset type dataset_part as workspace_file by @lalepee in #43
- Add dump_to_azure command by @jreynard-code in #44
- 0.9.0 - Move get_logger to csm-orc by @neomatamune in #45
Full Changelog: 0.8.8...0.9.0
0.8.8 - Even more fixes
0.8.7 - csm-data api postgres-send-runner-metadata
0.8.6 - More fixes and better type inference
0.8.5 - Fixes and security
Fixes and security
This release adds a few fixes and a security update for Keycloack authentication allowing the use of an optional security certificate to authenticate.
What's Changed
- add direct workspace file download by @lalepee in #40
- add proctection on null dataset by @lalepee in #42
Full Changelog: 0.8.4...0.8.5
0.8.4 - CSV columns are no longer forced to lowercase
No more lowercase when importing CSV column names
The sanitization column for CSV loading kept a call to "lower" function left from a testing period, it got removed, now issues with column names will be tied to user inputs.
Full Changelog: 0.8.3...0.8.4
0.8.3 - Patch data outputs commands
Data export patch
Some data export commands had issues in some edge case, this patch correct those.
What's Changed
- Data export patch by @neomatamune in #39
Full Changelog: 0.8.1...0.8.3
0.8.1 - Logger QoL
Give access to pre-configured loggers following the same format as CoAL for anyone
This patch adds a method to generate loggers using the configuration of the coal logger
Full Changelog: 0.8.0...0.8.1