Skip to content

0.2.1

Latest

Choose a tag to compare

@hectorvent hectorvent released this 04 Jun 00:54
· 22 commits to main since this release
af7e014

🎉 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 cp uploads 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 cp uploads 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