floci 1.5.31 - #8896
Closed
chenrui333 wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
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
flocifrom 1.5.26 to 1.5.31. - Update the source tarball
sha256to match the new release.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closed
|
Superseded by #9055 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
GetApiKeyroute (#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:
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:
MapItemReaderfor S3-backed JSON datasets (#1588), enabling large-scale distributed map patternslambda: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
RunTaskby @jvanzyl in feat(scheduler): dispatch ECS targets to RunTask floci-io/floci#1733CorsConfigurationby @dixitrathod16 in feat(cloudformation): apply S3 Bucket CorsConfiguration floci-io/floci#1617Step Functions / Secrets Manager
MapItemReaderfor S3-backed JSON datasets by @shrimptails-f in feat(stepfunctions): support Map ItemReader for S3-backed JSON datasets floci-io/floci#1588Filtersand pagination inBatchGetSecretValueby @hectorvent in feat(secretsmanager): support Filters and pagination in BatchGetSecretValue floci-io/floci#1737API Gateway
GetApiKeyroute by @awuzi in feat(apigateway): persist API key tags and add GetApiKey route floci-io/floci#1677Core / Docs
🐛 Bug Fixes
Persistence
RDS / Auto Scaling / EC2 / EKS
SQS / S3 / Step Functions
DelaySecondsfor standard SQS queues by @Croway in Honor queue-level DelaySeconds for standard SQS queues floci-io/floci#1567CopyObject(issue #1560) by @kapoorp99 in Fix(s3)/1560 fix copy object floci-io/floci#1670lambda:invokeby @abanna in fix(stepfunctions): resolve qualified Lambda function ARNs in lambda:invoke floci-io/floci#1660CloudWatch / EMR / Storage / Docker
ResourceNotFoundforSetAlarmStateon missing alarm by @mvanhorn in fix(cloudwatch): return ResourceNotFound for SetAlarmState on missing alarm floci-io/floci#1621InternalServerErrorby @hectorvent in fix(emr): return AWS client-error codes instead of 500 InternalServerError floci-io/floci#1731computeIfAbsentatomic by @jvanzyl in fix(storage): make computeIfAbsent atomic floci-io/floci#1699🚀 Performance
🧰 Tests
describeDefaultVpcby @okinaka in test(ec2): filter default VPC/subnet lookups to fix flaky describeDefaultVpc floci-io/floci#1726GlueJsonHandlerEmptyListTestcompile on main by @hectorvent in chore(glue): fix GlueJsonHandlerEmptyListTest compile on main floci-io/floci#1764📚 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.