Skip to content

floci 1.5.31 - #8896

Closed
chenrui333 wants to merge 1 commit into
mainfrom
bump-floci-1.5.31
Closed

floci 1.5.31#8896
chenrui333 wants to merge 1 commit into
mainfrom
bump-floci-1.5.31

Conversation

@chenrui333

Copy link
Copy Markdown
Owner

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## 🎉 Highlights

This release brings CloudWatch Logs Insights, adds RDS Data API for PostgreSQL, introduces RDS mock mode and read-only Cloud Control APIs, and lands substantial persistence and performance work. Lambda cold starts speed up with read-only code mounting, and multiple services join the durable-state family. Welcome to the 2 first-time contributors.

🔍 CloudWatch Logs Insights

Logs Insights query support lands (#1448), enabling local execution of the query DSL for log analysis workflows. This closes one of the more requested CloudWatch Logs gaps.

🐘 RDS Data API for PostgreSQL

The RDS Data API now supports PostgreSQL (#1720), extending the MySQL-backed Data API added in 1.5.25. Serverless SQL workflows against both engines now work locally.

🎭 RDS mock mode

Mock mode for RDS lets clusters and instances be created without Docker (#1655). Useful for CI environments that don't have Docker-in-Docker, or for fast unit-style tests where the real engine isn't needed.

🌐 Cloud Control API

list_resources from local services now works via the Cloud Control API (#1602), and read-only describe/list APIs for resource collection are broadly implemented (#1581). Combined with the Steampipe support in 1.5.28, tools that use unified resource-discovery APIs against AWS can now target Floci.

💾 Persistence expansion

Three more services join the durable-state family:

  • Elastic Beanstalk: applications, versions, and environments persist across restart (#1729)
  • Lambda: version counters and event-invoke configs persist (#1730)
  • API Gateway: API key tags persist, plus GetApiKey route (#1677)

🚀 Lambda cold-start performance

Lambda cold starts get meaningfully faster: function code now mounts from a read-only volume rather than being copied per cold start (#1673). Combined with the base64 round-trip removal in 1.5.30, Lambda's warm-up story is significantly improved.

🖥️ EC2: image and metadata catalogs

Two coordinated EC2 improvements from @jvanzyl:

  • Instance metadata catalog with architecture parity (#1596)
  • Registered images and snapshots support (#1601)

Real IaC that references specific instance types or manages custom AMIs behaves much closer to actual AWS.

📨 EventBridge to Firehose

EventBridge can now deliver events to Firehose delivery stream targets (#1739), closing an integration gap for event-streaming architectures that fan out to analytics pipelines.

🧩 Step Functions extensions

Two more Step Functions capabilities land:

  • Map ItemReader for S3-backed JSON datasets (#1588), enabling large-scale distributed map patterns
  • Qualified Lambda function ARNs resolved in lambda:invoke (#1660)

📚 Docs: auto-generated Supported Actions

Documentation now generates Supported Actions tables from handler source (#1641). Drift between docs and code is structurally addressed, so the service pages stay accurate as new actions land.

✨ New Features

CloudWatch / RDS Data / Cloud Control

EC2 / EventBridge / Scheduler / CloudFormation

Step Functions / Secrets Manager

API Gateway

Core / Docs

🐛 Bug Fixes

Persistence

RDS / Auto Scaling / EC2 / EKS

SQS / S3 / Step Functions

CloudWatch / EMR / Storage / Docker

🚀 Performance

🧰 Tests

📚 Documentation

👋 New Contributors

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

Full Changelog: floci-io/floci@1.5.30...1.5.31

View the full release notes at https://github.com/floci-io/floci/releases/tag/1.5.31.


Copilot AI review requested due to automatic review settings July 7, 2026 10:08
@github-actions github-actions Bot added the java Java use is a significant feature of the PR or issue label Jul 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Homebrew formula for floci (a local AWS emulator) to the latest upstream release 1.5.31, aligning the tap with the new tag and source checksum.

Changes:

  • Bump floci from 1.5.26 to 1.5.31.
  • Update the source tarball sha256 to match the new release.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions Bot mentioned this pull request Jul 7, 2026
@github-actions

Copy link
Copy Markdown

Superseded by #9055

@github-actions github-actions Bot added the superseded PR was replaced by another PR label Jul 11, 2026
@github-actions github-actions Bot closed this Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

java Java use is a significant feature of the PR or issue superseded PR was replaced by another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants