build(deps): bump the gomod-minor-and-patch group across 1 directory with 7 updates - #48
Merged
tazarov merged 5 commits intoJul 30, 2026
Conversation
…with 7 updates Bumps the gomod-minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.19.0` | `1.19.1` | | [github.com/RoaringBitmap/roaring/v2](https://github.com/RoaringBitmap/roaring) | `2.19.0` | `2.24.0` | | [github.com/amikos-tech/pure-simdjson](https://github.com/amikos-tech/pure-simdjson) | `0.1.4` | `0.1.7` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.1` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.27` | `1.32.32` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.104.2` | `1.106.1` | Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.1 - [Release notes](https://github.com/klauspost/compress/releases) - [Commits](klauspost/compress@v1.19.0...v1.19.1) Updates `github.com/RoaringBitmap/roaring/v2` from 2.19.0 to 2.24.0 - [Release notes](https://github.com/RoaringBitmap/roaring/releases) - [Commits](RoaringBitmap/roaring@v2.19.0...v2.24.0) Updates `github.com/amikos-tech/pure-simdjson` from 0.1.4 to 0.1.7 - [Release notes](https://github.com/amikos-tech/pure-simdjson/releases) - [Changelog](https://github.com/amikos-tech/pure-simdjson/blob/main/CHANGELOG.md) - [Commits](amikos-tech/pure-simdjson@v0.1.4...v0.1.7) Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.1) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.27 to 1.32.32 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.32.27...config/v1.32.32) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.26 to 1.19.31 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@credentials/v1.19.26...credentials/v1.19.31) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.104.2 to 1.106.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.104.2...service/s3/v1.106.1) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-minor-and-patch - dependency-name: github.com/RoaringBitmap/roaring/v2 dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-and-patch - dependency-name: github.com/amikos-tech/pure-simdjson dependency-version: 0.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-minor-and-patch - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.43.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-and-patch - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-minor-and-patch - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.19.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-minor-and-patch - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.106.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Route out-of-range integers (values overflowing both int64 and uint64, introduced by pure-simdjson v0.1.7's TypeBigInt) through the same numeric-failure-policy path as stdlib, instead of falling into the fail-closed default arm in walkElement and materializeElement.
Match the pure-simdjson v0.1.7 Go bindings already in go.mod (via dependabot PR #48) so the SIMD job fetches a compatible native binary.
dependabot
Bot
deleted the
dependabot/go_modules/gomod-minor-and-patch-1bec9f6472
branch
July 30, 2026 05:09
This was referenced Jul 30, 2026
Closed
tazarov
added a commit
that referenced
this pull request
Jul 30, 2026
PR #48 bumped pure-simdjson v0.1.4 to v0.1.7 and fixed the ci.yml bootstrap pin, but left 13 stale v0.1.4 references in prose. Pinned references bumped to v0.1.7 where naming a specific release carries meaning: - NOTICE.md (x4): third-party license attribution must name the shipped release and link that tag's LICENSE/NOTICE. - docs/simd-deployment.md nesting limit: version-specific behavioural claim, verified still accurate (defaultMaxDepth = 1024 in v0.1.7). Remaining references unpinned to defer to go.mod, so prose cannot go stale independently of code: README opt-in section, docs intro, automatic bootstrap, bootstrap guide link (repointed to blob/main), air-gapped and corporate-mirror sections, and the integrity table's version-independent go.sum claim. CHANGELOG.md left untouched as an append-only historical record. Relates to #49, which tracks the underlying pattern (CI pin derivation).
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.
Bumps the gomod-minor-and-patch group with 6 updates in the / directory:
1.19.01.19.12.19.02.24.00.1.40.1.71.42.11.43.11.32.271.32.321.104.21.106.1Updates
github.com/klauspost/compressfrom 1.19.0 to 1.19.1Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
2602f4aUpdate changelog for version 1.19.0983acecadd defensive checks9960386zstd: Validate SnappyConverter literal copies (#1170)e29d4d3flate: usePeekinstead ofReadBytefor thebufio.Readerdecode path (#...c0bbc84zstd: bump avo pin, regenerate arm64 asm (#1167)efdb6edbuild(deps): bump the github-actions group with 6 updates (#1166)Updates
github.com/RoaringBitmap/roaring/v2from 2.19.0 to 2.24.0Release notes
Sourced from github.com/RoaringBitmap/roaring/v2's releases.
Commits
438e356Merge pull request #537 from RoaringBitmap/bsi-compare-bsi81c79f4minor cleaninga84c575Merge pull request #535 from perfloop/perfloop-pr-open-801b17cwarbdb28b8Add roaring64 BSI batch equal values2db4d9cperf: trust the sorted-key invariant in the bulk Or path16832d9Add roaring64 BSI batch value extractionf46bf92Add roaring64 BSI-to-BSI comparison70d5d21Merge pull request #536 from RoaringBitmap/bsi-correctness-benchmarks132f8dfClean roaring64 golint commentsce6964fClarify BSI64 benchmark scopeUpdates
github.com/amikos-tech/pure-simdjsonfrom 0.1.4 to 0.1.7Release notes
Sourced from github.com/amikos-tech/pure-simdjson's releases.
Changelog
Sourced from github.com/amikos-tech/pure-simdjson's changelog.
Commits
ab86c2efix: trust Alpine release source paths for v0.1.7 (#36)436942cfix: restore Alpine release smoke for v0.1.6 (#35)e9f3ceafeat: add ABI 1.2 bigint and diagnostics support (#34)94de003test(10): complete UAT - 8 passed, 0 issues (#30)565a765docs(planning): add v0.2 high-value API roadmap (#31)1856e4eFix PR benchmark live evidence handling60326e4Phase 10: Lightweight PR benchmark regression signal8386dc8Merge pull request #26 from amikos-tech/gsd/docs-09.1-summary-and-learnings1775385docs(09.1): close Plan 02 SUMMARY and extract phase learnings6277e70Merge pull request #25 from amikos-tech/gsd/docs-09.1-close-plan-02-gapsUpdates
github.com/aws/aws-sdk-go-v2from 1.42.1 to 1.43.1Commits
5cf37fbRelease 2026-07-2863ee662Regenerated Clientsc4668b7Update API model8599448Migrate serde2 kitchensink eventstream tests to smithy-go/eventstream (#3498)8aed63benable schema-serde cbor wave 2 (#3496)bd84643Fix transfer manager v2 uploader flaky test (#3489)a154dc4update to smithy-go v1.27.5 (#3495)6d541c7Add SSE-C, versionId and other fields to the first HeadObject call on Transfe...b5dd9bbRelease 2026-07-27f49231dRegenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.27 to 1.32.32Commits
5cf37fbRelease 2026-07-2863ee662Regenerated Clientsc4668b7Update API model8599448Migrate serde2 kitchensink eventstream tests to smithy-go/eventstream (#3498)8aed63benable schema-serde cbor wave 2 (#3496)bd84643Fix transfer manager v2 uploader flaky test (#3489)a154dc4update to smithy-go v1.27.5 (#3495)6d541c7Add SSE-C, versionId and other fields to the first HeadObject call on Transfe...b5dd9bbRelease 2026-07-27f49231dRegenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/credentialsfrom 1.19.26 to 1.19.31Commits
5cf37fbRelease 2026-07-2863ee662Regenerated Clientsc4668b7Update API model8599448Migrate serde2 kitchensink eventstream tests to smithy-go/eventstream (#3498)8aed63benable schema-serde cbor wave 2 (#3496)bd84643Fix transfer manager v2 uploader flaky test (#3489)a154dc4update to smithy-go v1.27.5 (#3495)6d541c7Add SSE-C, versionId and other fields to the first HeadObject call on Transfe...b5dd9bbRelease 2026-07-27f49231dRegenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/service/s3from 1.104.2 to 1.106.1Commits
5cf37fbRelease 2026-07-2863ee662Regenerated Clientsc4668b7Update API model8599448Migrate serde2 kitchensink eventstream tests to smithy-go/eventstream (#3498)8aed63benable schema-serde cbor wave 2 (#3496)bd84643Fix transfer manager v2 uploader flaky test (#3489)a154dc4update to smithy-go v1.27.5 (#3495)6d541c7Add SSE-C, versionId and other fields to the first HeadObject call on Transfe...b5dd9bbRelease 2026-07-27f49231dRegenerated ClientsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions