Skip to content

Bump zstd-ruby from 2.0.1 to 2.0.3#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/zstd-ruby-2.0.3
Open

Bump zstd-ruby from 2.0.1 to 2.0.3#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/zstd-ruby-2.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown

Bumps zstd-ruby from 2.0.1 to 2.0.3.

Release notes

Sourced from zstd-ruby's releases.

v2.0.3

What's Changed

Full Changelog: SpringMT/zstd-ruby@v2.0.2...v2.0.3

v2.0.2

What's Changed

New Contributors

Full Changelog: SpringMT/zstd-ruby@v2.0.1...v2.0.2

Commits
  • a437c74 bump version
  • f4b0117 Merge pull request #120 from SpringMT/fix-ruby-abi-version-symbol-error
  • 7b6c6ee add ruby-head for CI
  • 8052728 add _ruby_abi_version
  • 85c1395 Fix ruby_abi_version symbol error on macOS
  • cb4b3f7 bump version
  • 7cc7e95 Merge pull request #118 from Watson1978/ruby-3.5
  • 5c6d656 CI: Support Ruby 3.5
  • 5b13b1a Merge pull request #117 from XrXr/fix-build-on-dev-ruby
  • 987b288 Darwin: Fix build on development versions of ruby
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [zstd-ruby](https://github.com/SpringMT/zstd-ruby) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/SpringMT/zstd-ruby/releases)
- [Commits](SpringMT/zstd-ruby@v2.0.1...v2.0.3)

---
updated-dependencies:
- dependency-name: zstd-ruby
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Nov 3, 2025
dkam added a commit that referenced this pull request Jun 21, 2026
Centralize the four duplicated SQL scaffolds the review flagged:

- DDSketch bucket formula lived in 3 SQL sites + Ruby, a writer/reader drift
  risk. Add Analytics::Histogram.bucket_index_sql (GAMMA inlined as a literal —
  no bind) as the single source; the rollup job and the percentile reader now
  share it, matching the Ruby bucket_index/index_to_ms.
- global_percentile and Transaction.histogram_percentile were near-verbatim
  copies. Replace both with one parameterized TransactionAnalytics#merged_percentiles
  (project-wide / substring / exact-endpoint via optional name predicate),
  returning batched p50/p95/p99. This also removes the remaining 3x-CTE per
  endpoint in percentiles_for_endpoint and endpoint_percentiles (so
  stats_by_endpoint_with_impact's top-N goes from ~60 CTE runs to ~20).
- Hand-rolled timestamp bucketing (6 sites) -> Analytics::Histogram.time_bucket_sql.
- Drop the dead has_ln?/ruby_rollup fallback: the read path uses LN()
  unconditionally, so guarding only the write was pointless dead weight.
- db/seeds/compression_dictionaries.rb used a redefined IssuesEventsDict;
  use the existing Compression::IssuesEventsDict model.

Verified percentiles, rollup, and time-series are unchanged (bound vs inlined
GAMMA produce identical buckets, both matching Ruby). Suite green apart from the
4 pre-existing main-branch failures.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants