Releases: uc-cdis/cirrus
3.1.0
Release Notes
For: uc-cdis/cirrus
Notes since tag: 3.0.1
Notes to tag/commit: 3.1.0
Generated: 2024-08-26
New Features
3.0.1
Rename package to `gen3cirrus`, migrate to GH Actions
Release Notes
For: uc-cdis/cirrus
Notes since tag: 2.0.0
Notes to tag/commit: d0f6de9
Generated: 2024-01-19
Breaking Changes
- Package renamed to align with name in PyPI:
gen3cirrus
instead of simply
cirrus
to avoid confusion (#94)
Improvements
- Refactor to use poetry instead of pipenv and GH actions instead of Travis
(#94) - Removing Veracode scanning pipeline (#92)
- Removing Veracode scanning pipeline (#91)
Dependency Updates
- Many updates (#94)
Google URL signing V4
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.3.1
Notes to tag/commit: 2.0.0
Generated: 2021-06-18
Improvements
- Updated Google url signing process to V4 (#87)
Dependency Updates
- add google-auth (#87)
Breaking Changes
- The
get_signed_url
function arguments changed. Please call
get_signed_url_v2
if you do not wish to update to V4. (#87)
backoff refactor
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.3.0
Notes to tag/commit: 1.3.1
Generated: 2021-06-01
Improvements
- Refactor backoff logic to module for better reuse (#88)
- Update logging.warn to logging.warning (as the former is deprecated) (#88)
- backoff in GoogleService during
build
call (as underlying Google
libraries do try to make a connection at this point) (#88)
Dependency Updates
support for deleting files in google
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.2.0
Notes to tag/commit: 1.3.0
Generated: 2020-09-21
New Features
- New function in the GoogleCloudManager, delete_data_file(), which deletes a
specified object in the provided bucket (#81)
1.2.0
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.1.2
Notes to tag/commit: 1.2.0
Generated: 2020-09-15
Dependency Updates
- Pin
google-api-python-client
to 1.11.0. (#82)
New Features
fix bug with pagination
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.1.1
Notes to tag/commit: 1.1.2
Generated: 2019-10-03
Bug Fixes
- correctly parse paginated Google group members (only an issue when
membership exceeds 200) (#75)
Encode special characters in presigned urls
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.1.0
Notes to tag/commit: 1.1.1
Generated: 2019-08-09
Improvements
- Special characters are encoded in GS presigned urls (#74)
requester pays support
Release Notes
For: uc-cdis/cirrus
Notes since tag: 1.0.0
Notes to tag/commit: 1.1.0
Generated: 2019-07-30
New Features
- New function for assigning a SA billing access to a Google Project (#71)
- New option to provide a userProject to signed urls to support requester
pays (#71)
Bug Fixes
- Correctly get project's parent organization when project is nested in
folders. (#72)