🎉 Highlights
A focused patch release sharpening GCS JSON API conformance: closer alignment with real GCP behavior, support for gcloud storage cp uploads, and microsecond-precision timestamps.
🪣 GCS conformance pass
Three coordinated fixes bring the storage service closer to real GCP behavior:
- JSON API alignment with real GCP responses (#15)
gcloud storage cpuploads now work against the emulator (#16)- Microsecond-precision timestamps match what real GCS emits (#17)
If you've been running into subtle response shape mismatches when pointing the gcloud CLI or storage clients at floci-gcp, this release should clear them up.
🐛 Bug Fixes
- fix(storage): align GCS JSON API with real GCP behavior by @hectorvent in #15
- fix(storage): support
gcloud storage cpuploads by @hectorvent in #16 - fix(storage): emit microsecond-precision GCS timestamps by @hectorvent in #17
🧰 Internals
- chore(deps): bump the actions-minor-patch group across 1 directory with 5 updates by @dependabot in #11
Full Changelog: 0.2.0...0.2.1