Releases: CirroBio/Cirro-SDK-Python
Releases · CirroBio/Cirro-SDK-Python
v1.2.2
What's Changed
- Bump certifi from 2024.6.2 to 2024.7.4 by @dependabot in #119
- Get sample metadata by @sminot in #120
- Bump
cirro_api_clientby @nathanthorpe in #121 - Fix issue where certain properties in
Sampleare not set.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1
Bump Cirro API Client. Includes better error handling.
CirroBio/Cirro-client-python#2
v1.2.0
What's Changed
- Preprocess: only try to remove param if it's defined by @nathanthorpe in #110
- Strip out unwanted characters in Cirro instance configuration by @nathanthorpe in #113
- Improve file requirements messaging by @nathanthorpe in #112
- Change S3 Client upload implementation to use upload_fileobj by @nathanthorpe in #115
- Support more than 20,000 files on file listing by @nathanthorpe in #114
- Refactor file upload methods to accept Path-like objects by @nathanthorpe in #116
- Ensure that domain is not None by @sminot in #118
- Add archive custom process to process service by @nathanthorpe in #117
Also bump cirro_api_client to include fix when an Enum doesn't have a defined value.
Full Changelog: v1.1.3...v1.2.0
v1.1.3
Strip out trailing slash
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- CLI: Add better error message if matched item cannot be found by @nathanthorpe in #108
- Add invite user to SDK by @nathanthorpe in #109
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Move include hidden files option to CLI flag by @nathanthorpe in #98
- Sonar scan changes by @nathanthorpe in #99
- Update create project docs, add option for BYOA by @nathanthorpe in #100
- Bump aiohttp from 3.9.3 to 3.9.4 by @dependabot in #102
- Bump idna from 3.6 to 3.7 by @dependabot in #101
- Ask for base url of Cirro on configuration by @nathanthorpe in #104
- Allow token to be cached per-tenant by @nathanthorpe in #106
- Create project changes by @nathanthorpe in #105
- Add
base_urldocumentation to SDK usages by @nathanthorpe in #107
Full Changelog: v1.0.1...v1.1.1
v1.0.1
v1.0.0
What's Changed
- Use openapi client in SDK by @nathanthorpe in #90
- Use dual stack endpoint for S3 by @nathanthorpe in #92
- Skip missing files by @sminot in #93
- Change environment variable prefix for configuration by @nathanthorpe in #94
- Log status messages by @sminot in #84
- Add advanced usage docs by @nathanthorpe in #95
- Add docstrings by @sminot in #96
Full Changelog: v0.8.4...v1.0.0
v0.8.4
What's Changed
- Remove deprecated usage of ConfigParser by @nathanthorpe in #91
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Fix when config is not present by @nathanthorpe in #89
Full Changelog: v0.8.2...v0.8.3-fix