Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Mar 17:04
· 51 commits to master since this release
a08b862

0.3.1 - 2026-03-08

Bug Fixes

  • (health) remove TCP half-close that breaks Docker health check (#2) - (a08b862) - Tyr Chen
  • (lambda) Address code review issues from spec validation - (c15d6db) - Tyr Chen
  • (lambda) Address review issues and add boto3 compat test suite - (e544170) - Tyr Chen
  • (sns) Address code review issues from spec validation - (6374395) - Tyr Chen
  • (sns) Add empty Result elements to void operation XML responses - (b1d1e9f) - Tyr Chen

Features

  • (lambda) Add Phase 0 - Lambda model, HTTP, core crates with server integration - (6cd2e80) - Tyr Chen
  • (lambda) Add Docker image, GitHub Action, and CI workflow for Lambda - (a4b2b77) - Tyr Chen
  • (sns) Add SNS service with Phase 0 MVP operations - (1092661) - Tyr Chen
  • (sns) Add Phase 1 - filter policies, tags, PublishBatch, ConfirmSubscription - (e888d08) - Tyr Chen
  • (sns) Add Phase 2 - FIFO topics, permissions, data protection - (21a606a) - Tyr Chen
  • (sns) Add Phase 3 - platform apps, SMS, and sandbox stubs - (68da576) - Tyr Chen
  • (sns) Add Docker image, GitHub Action, and CI workflow for SNS - (c2c0f9d) - Tyr Chen

Miscellaneous Chores

Tests

  • (lambda) Add Lambda integration tests with aws-sdk-lambda - (9e9b04b) - Tyr Chen
  • (sns) Add SNS integration tests with aws-sdk-sns - (9a31a4c) - Tyr Chen