github ministackorg/ministack v1.2.17

latest releases: v1.3.54, v1.3.53, v1.3.52...
one month ago

What's Changed

New Contributors

[1.2.17] — 2026-04-15

Added

  • Transfer Family service — new service with 10 operations: CreateServer, DescribeServer, DeleteServer, ListServers, CreateUser, DescribeUser, DeleteUser, ListUsers, ImportSshPublicKey, DeleteSshPublicKey. SFTP server/user management with SSH key rotation and LOGICAL home directory mappings to S3. Contributed by @mjdavidson (#330)

Fixed

  • Cognito cognito:groups missing from tokensinitiate_auth and admin_initiate_auth now include the cognito:groups claim in both access and ID tokens when the user belongs to one or more groups. Contributed by @subrotosanyal (#342)
  • Cognito AccessToken missing scope claim — AccessToken now includes scope: "aws.cognito.signin.user.admin", matching real AWS Cognito. Libraries validating OAuth2 scopes no longer fail.
  • Lambda default runtime updated to python3.12 — AWS blocked new python3.9 function creation since Dec 15 2025. All defaults and tests updated. Zip deployments without Runtime now return InvalidParameterValueException. Contributed by @AdigaAkhil (#339)
  • Ready.d scripts use MINISTACK_HOSTAWS_ENDPOINT_URL in init scripts now uses MINISTACK_HOST instead of hardcoded localhost. Contributed by @AdigaAkhil (#339)
  • Docker Compose version field removed — silences Compose v2 deprecation warning. Contributed by @AdigaAkhil (#339)
  • Ruff target-version corrected — reverted to py310 to match requires-python = ">=3.10".

Don't miss a new ministack release

NewReleases is sending notifications on new releases.