Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 03:45
· 131 commits to master since this release
9891695

[0.1.0] - 2026-03-01

Bug Fixes

  • Phase 5 code review - Fix HTTP status codes, dedup parse_copy_source, typed notification config - (a8506a2) - Tyr Chen
  • Fix 6 Mint test root causes and CI masking - (0ed4205) - Tyr Chen
  • Use pass-count threshold for Mint CI instead of fail-count - (7d7dc28) - Tyr Chen
  • Fix remaining Mint test failures (Content-MD5, lifecycle, metrics, auth) - (544568b) - Tyr Chen
  • Validate X-Amz-Content-Sha256 header and raise CI threshold to 7 - (87a82c3) - Tyr Chen
  • Fix 4 more Mint test issues, add local Mint testing (5/15 passing) - (370cc5c) - Tyr Chen
  • Enforce Object Lock on version deletes and decode aws-chunked bodies - (11475b6) - Tyr Chen
  • Use 5MB part size in multipart integration test - (eb29525) - Tyr Chen
  • Update Dockerfile for all workspace members - (c57dec0) - Tyr Chen
  • Copy rust-toolchain.toml before adding musl targets in Dockerfile - (9891695) - Tyr Chen

Features

  • implement S3 service with workspace restructure - (3308e53) - Tyr Chen
  • add Docker image, GitHub Action, and CI/CD workflows - (adeb3b2) - Tyr Chen
  • add integration test suite and CI workflows - (b2b5286) - Tyr Chen
  • Phase 1 - Smithy S3 model codegen, types, and SigV4 auth - (37588a5) - Tyr Chen
  • Phase 2 - S3 XML serialization, HTTP routing, and service layer - (dd5c3bf) - Tyr Chen
  • Phase 3 - Remove s3s dependency, use own S3 model types - (3cc7582) - Tyr Chen
  • Phase 4 - Fix XML serialization/deserialization and versioning bugs - (2e1a970) - Tyr Chen
  • Add SigV2 auth, rename ruststack-s3-auth to ruststack-auth, fix Mint tests (7/15) - (8192e01) - Tyr Chen
  • Add PostObject, BypassGovernanceRetention, fix SigV4 auth (8/15 Mint) - (6c10853) - Tyr Chen

Miscellaneous Chores

  • init project - (2c4d76a) - Tyr Chen
  • rename project from localstack-rs to ruststack - (eddbfb0) - Tyr Chen