Releases: bento-platform/bento_drs
Releases · bento-platform/bento_drs
v0.14.0
What's Changed
- feat: switch to new authz api by @davidlougheed in #72
- chore: bump version to 0.14.0 & update lockfile by @davidlougheed in #76
- chore(deps): bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #77
- chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 by @dependabot in #78
- chore: update deps + add mypy in dev by @davidlougheed in #79
- feat: add public flag for making public DRS objects by @davidlougheed in #81
Full Changelog: v0.13.0...v0.14.0
Version 0.13.0
What's Changed
- chore: update base images, dependencies, and CI actions by @davidlougheed in #69
- fix!: wrong access method type (http -> https) by @davidlougheed in #70
- chore(deps): bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #71
- fix: secure filename + keep filename if uploading file bytes by @davidlougheed in #73
- chore: update docker base image & lockfile dependencies by @davidlougheed in #74
Full Changelog: v0.12.6...v0.13.0
Version 0.12.6
What's Changed
- chore(deps): bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #67
- chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #66
- chore: bump version to 0.12.6 by @davidlougheed in #68
Full Changelog: v0.12.5...v0.12.6
Version 0.12.5
What's Changed
- chore(deps): bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #63
- chore(deps-dev): bump cryptography from 41.0.2 to 41.0.3 by @dependabot in #64
Full Changelog: v0.12.4...v0.12.5
Version 0.12.4
What's Changed
- chore: implement post object download by @davidlougheed in #62
Full Changelog: v0.12.3...v0.12.4
Version 0.12.3
What's Changed
- fix: non-403 errors masked by 403 by @davidlougheed in #60
- chore: bump version to 0.12.3 by @davidlougheed in #61
Full Changelog: v0.12.2...v0.12.3
Version 0.12.2
Version 0.12.1
What's Changed
- fix: correct permissions for querying drs objects + downloading by @davidlougheed in #59
Full Changelog: v0.12.0...v0.12.1
Version 0.12.0
What's Changed
- feat: add CORS by @davidlougheed in #57
- chore: bump version to 0.12.0 by @davidlougheed in #58
Full Changelog: v0.11.0...v0.12.0
Version 0.11.0
What's Changed
- chore!: switch to poetry for deps; drop python <3.10 support by @davidlougheed in #51
- feat!: implement Bento authz by @davidlougheed in #52
- now,
project_id
,dataset_id
, anddata_type
can be specified for DRS objects
- now,
- chore!: rename endpoint /private/ingest to /ingest by @davidlougheed in #54
- chore!: rm old bento git-related service info fields by @davidlougheed in #55
- feat!: new permissions-aware/remote-file formdata ingest endpoint by @davidlougheed in #53
- chore: remove deprecated FLASK_ENV way of setting debug
- fix: sqlalchemy exc import
- docs: add missing license
Full Changelog: v0.10.2...v0.11.0