| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.5.16 source code.tar.gz | 2026-05-15 | 1.9 MB | |
| 1.5.16 source code.zip | 2026-05-15 | 2.7 MB | |
| README.md | 2026-05-15 | 4.5 kB | |
| Totals: 3 Items | 4.6 MB | 1 | |
π Highlights
This release lands two new AWS services β Transcribe and Cost Explorer β plus a full S3 SelectObjectContent evaluator powered by the floci-duck integration. Step Functions, SQS, EventBridge, and KMS all see meaningful conformance improvements, and core logging is cleaner with the AWS SDK fully removed from the runtime. Welcome to the 7 first-time contributors.
π¦ S3 SelectObjectContent β full evaluator via floci-duck
S3 Select is now a real query engine, not a stub. The new evaluator delegates SQL execution to floci-duck (DuckDB) and supports the full SelectObjectContent request β CSV, JSON, and Parquet inputs, scan-range filtering, and the standard event stream (Records, Stats, End) response framing. This makes Floci usable for any pipeline that issues SELECT ... FROM S3Object against real-world data.
π° New: Cost Explorer (ce:*)
Second of the three cost-services PRs from @ShubhamDX (after the AWS Price List in 1.5.15). Cost and Usage Reports (cur:* / bcm-data-exports:*) remains on the roadmap.
β¨ New Features
- feat(transcribe): add AWS Transcribe service support by @Croway in https://github.com/floci-io/floci/pull/827
- feat(ce): add Cost Explorer service by @ShubhamDX in https://github.com/floci-io/floci/pull/832
- feat(s3): full
SelectObjectContentevaluator withfloci-duckintegration by @hectorvent in https://github.com/floci-io/floci/pull/835 - feat(stepfunctions): add
ListTagsForResource,TagResource,UntagResourceby @yassiridhbi in https://github.com/floci-io/floci/pull/767 - feat(stepfunctions): add
ValidateStateMachineDefinitionaction by @marvikomo in https://github.com/floci-io/floci/pull/845 - feat(eventbridge): add
UpdateEventBusaction by @marvikomo in https://github.com/floci-io/floci/pull/834 - feat(rds): add cluster parameter group actions by @john-goloti in https://github.com/floci-io/floci/pull/838
- feat(sqs): implement
AddPermissionandRemovePermissionby @slang25 in https://github.com/floci-io/floci/pull/781
π Bug Fixes
S3
- fix(s3): strip
charsetparameter from XML responseContent-Typeby @kabosulike in https://github.com/floci-io/floci/pull/809 - fix(s3): make
us-east-1bucket creation idempotent by @fredpena in https://github.com/floci-io/floci/pull/844
SQS
- fix(sqs): honor
AttributeNames/MessageSystemAttributeNamesonReceiveMessageby @slang25 in https://github.com/floci-io/floci/pull/784 - fix(sqs): FIFO
ReceiveMessagereturns multiple messages per group per call by @slang25 in https://github.com/floci-io/floci/pull/785
Step Functions / EventBridge / EC2 / KMS
- fix(stepfunctions): honour
TimeoutSecondsonParallelstate by @rishvv in https://github.com/floci-io/floci/pull/771 - fix(eventbridge): support
EventBusNameas ARN in EventBridge operations by @kapoorp99 in https://github.com/floci-io/floci/pull/843 - fix(ec2): support wildcard filtering in EC2 filters by @kapoorp99 in https://github.com/floci-io/floci/pull/837
- fix(kms): non-deterministic
EncryptandEncryptionContextAAD validation by @ahmd-soliman in https://github.com/floci-io/floci/pull/825
Pricing
- fix(pricing): bundle snapshot resources into native image by @ShubhamDX in https://github.com/floci-io/floci/pull/836
π§° Refactors & Internals
- fix(floci-core): remove AWS SDK from Floci project by @hectorvent in https://github.com/floci-io/floci/pull/846
- fix(floci-core): improve Floci logs structure level and clean noisy logs by @hectorvent in https://github.com/floci-io/floci/pull/847
π Documentation
- docs: improve README readability by @cristiandlahoz in https://github.com/floci-io/floci/pull/831
π New Contributors
A warm welcome to everyone making their first contribution to Floci:
- @rishvv in https://github.com/floci-io/floci/pull/771
- @yassiridhbi in https://github.com/floci-io/floci/pull/767
- @Croway in https://github.com/floci-io/floci/pull/827
- @kabosulike in https://github.com/floci-io/floci/pull/809
- @ahmd-soliman in https://github.com/floci-io/floci/pull/825
- @kapoorp99 in https://github.com/floci-io/floci/pull/837
- @john-goloti in https://github.com/floci-io/floci/pull/838
Full Changelog: https://github.com/floci-io/floci/compare/1.5.15...1.5.16