github floci-io/floci 1.5.17

6 hours ago

πŸŽ‰ Highlights

This release completes the cost-services trilogy with Cost and Usage Reports and BCM Data Exports, adds a brand-new Neptune graph database service, brings DynamoDB PartiQL support, and ships reproducible container builds. Cognito gets real Lambda triggers, API Gateway v2 gains HTTP_PROXY integrations, and there are solid conformance fixes across EventBridge, EKS, S3, and SNS. Welcome to the 4 first-time contributors.

πŸ’° Cost services complete: CUR + BCM Data Exports

With this release, @ShubhamDX completes the cost-services trio started in 1.5.15 (Pricing) and 1.5.16 (Cost Explorer). Cost and Usage Reports (cur:*) and BCM Data Exports (bcm-data-exports:*) are both now supported β€” finance and FinOps tooling can be exercised end-to-end against Floci.

πŸ•ΈοΈ New: Neptune graph database

Floci now emulates AWS Neptune, bringing graph database support to the local AWS toolbox.

🐍 DynamoDB PartiQL

ExecuteStatement, ExecuteTransaction, and BatchExecuteStatement are now implemented β€” applications that use the PartiQL-style SQL interface to DynamoDB will work against Floci without changes.

πŸ” Reproducible container builds

Container images now build deterministically via SOURCE_DATE_EPOCH, which means byte-identical images for a given Git revision β€” useful for supply-chain attestation, SBOM workflows, and downstream consumers verifying image provenance.

✨ New Features

  • feat(cur, bcm-data-exports): add Cost and Usage Reports + BCM Data Exports by @ShubhamDX in #850
  • feat(neptune): add Neptune graph database support by @initeshjain in #881
  • feat(dynamodb): implement ExecuteStatement, ExecuteTransaction, BatchExecuteStatement by @hectorvent in #864
  • feat(cognito): fire PostConfirmation and PreSignUp triggers by @ricardomedina98 in #859
  • feat(apigatewayv2): HTTP_PROXY integration with request parameter mapping by @ricardomedina98 in #860
  • feat(apigateway): implement account management endpoints and models by @kapoorp99 in #867
  • feat(sns): support FilterPolicyScope=MessageBody by @okinaka in #863
  • feat(ses): add v2 PutAccountSuppressionAttributes by @okinaka in #853
  • feat(ci): enable reproducible container builds via SOURCE_DATE_EPOCH by @hectorvent in #884

πŸ› Bug Fixes

EventBridge / S3 / DynamoDB

  • fix(eventbridge): propagate region for correct SQS queue resolution by @Arthur-0896 in #870
  • fix(eventbridge): keep persisted rules from disappearing on reload by @yoshiyukiohta in #878
  • fix(s3): return correct checksum algorithm on PutObject by @JESUSLUG in #877
  • fix(dynamodb): honor legacy Expected condition in UpdateItem by @hectorvent in #888

API Gateway v2 / EKS

  • fix(apigatewayv2): include authorizerId on Route management API responses by @yoshiyukiohta in #887
  • fix(eks): use container IP for readiness polling and handle startup failures by @hectorvent in #873

🧰 Refactors & Internals

πŸ‘‹ New Contributors

A warm welcome to everyone making their first contribution to Floci:

Full Changelog: 1.5.16...1.5.17

Don't miss a new floci release

NewReleases is sending notifications on new releases.