Releases: oittaa/gcp-storage-emulator
Releases · oittaa/gcp-storage-emulator
v2024.08.03
What's Changed
- Remove dependency pins by @JacobHayes in #217
- Python 3.12 by @oittaa in #263
- Add rewrite endpoint by @felix-kaestner in #232
- Add functionality for content-disposition option in signed url. by @cthrax in #253
- Added Context Manager to Server Class by @RudreshVeerkhare in #213
- Use
time_ns()
instead oftime()
by @oittaa in #270
New Contributors
- @JacobHayes made their first contribution in #217
- @felix-kaestner made their first contribution in #232
- @cthrax made their first contribution in #253
- @RudreshVeerkhare made their first contribution in #213
Full Changelog: v2022.06.11...v2024.08.03
v2022.06.11
What's Changed
- Bump fs from 2.4.15 to 2.4.16 by @dependabot in #168
- Bump google-cloud-storage from 2.3.0 to 2.4.0 by @dependabot in #184
- Bump python from 3.10.4-slim to 3.10.5-slim by @dependabot in #182
Full Changelog: v2022.04.13...v2022.06.11
v2022.04.13
What's Changed
Full Changelog: v2022.04.09...v2022.04.13
v2022.04.09
What's Changed
Full Changelog: v2022.03.28...v2022.04.09
v2022.03.28
What's Changed
- Bump google-cloud-storage from 2.2.0 to 2.2.1 by @dependabot in #154
- Bump pytest from 7.1.0 to 7.1.1 by @dependabot in #156
- Bump python from 3.10.2-slim to 3.10.3-slim by @dependabot in #157
- Bump actions/cache from 2.1.7 to 3 by @dependabot in #158
- Bump python from 3.10.3-slim to 3.10.4-slim by @dependabot in #159
Full Changelog: v2022.03.15...v2022.03.28
v2022.03.15
What's Changed
- Fix: initiating resumable upload without metadata by @oittaa in #148
- Workaround for libraries using POST instead of PUT by @oittaa in #149
- Emulated storage doesn't need a project anymore by @oittaa in #152
- Initial support for uploadType=media by @oittaa in #153
Full Changelog: v2022.02.17...v2022.03.15
v2022.02.17
What's Changed
- Bump fs from 2.4.14 to 2.4.15 by @dependabot in #134
- Use query parameter to override name from metadata by @oittaa in #138
- Fix "Tiny file blobs causes error" by @oittaa in #139
Full Changelog: v2022.01.29...v2022.02.17
v2022.01.29
What's Changed
- googleapis/python-storage/issues/324 is fixed by @oittaa in #127
- Initial support for signed URLs by @oittaa in #129
Full Changelog: v2022.01.20...v2022.01.29
v2022.01.20
v2021.12.14
What's Changed
entry_points
instead ofscripts
by @oittaa in #106- Bump python from 3.10.0-slim to 3.10.1-slim by @dependabot in #107
- If content is
None
, save it asb""
by @oittaa in #109
Full Changelog: v2021.12.02...v2021.12.14