Update oj 3.16.7 → 3.16.11 (patch) #262
Open
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ oj (3.16.7 → 3.16.11) · Repo · Changelog
Release Notes
3.16.11 (from changelog)
3.16.10 (from changelog)
3.16.9 (from changelog)
3.16.8 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Update changelog
`size_t` everywhere. (#969)
ARM Neon optimization of `oj_dump_cstr` (#967)
Optimize rails_xss_friendly_size and rails_friendly_size with ARM Neon instructions. (#966)
Increment the str pointer. (#965)
clang-format fixes
Circular range (#964)
Use ARM Neon instructions to accelerate hibit_friendly_size. (#963)
Bump jidicula/clang-format-action from 4.14.0 to 4.15.0 (#960)
Fix typo of "escaping" (#959)
Release preparation
Expose `oj_parser_type` for extensions (#958)
CI: Fix failures with Ruby 3.5-dev (#957)
github: add 3.4 for CI (#956)
Mention drop of Ruby 2.6 in OJ 3.14.3 (#954)
Remove broken rails 7 from CI
Remove test files to reduce gem size (#952)
Use rb_utf8_str_new/rb_utf8_str_new_cstr to create UTF8 string (#950)
bench: Avoid allocating an extra hash when not necessary (#949)
Improve performance of reading escaped string (#948)
CI: Add Rails 8 and drop Rails 6.1 (#947)
Fixed Oj::Parser create_id size issue #931
Bump jidicula/clang-format-action from 4.13.0 to 4.14.0 (#942)
Sort the conditional statements (#946)
Release prep
Fix streaming to file descriptor (#945)
Release Notes
3.2.0
3.1.9 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 28 commits:
Bump version to 3.2.0
Add dev:version:bump rake task
CHANGES: Add v3.2.0 entries
Fix division rounding (#330)
Integrate BigDecimal_div and BigDecimal_div2 (#329)
[DOC] Indent multiline call-seq comment (#311)
Merge pull request #327 from ko1/ractor_value
Use `Ractor#value` as `Ractor#take` is removed
Add a precision assertion to BigMath test (#316)
Merge pull request #318 from tompng/rm_atan_convergence_comment
Merge pull request #313 from mrzasa/fix-no-allocator-on-truffle
Remove outdated BigMath.atan document that referrs to convergence
Fix spec NoMethodError message for .allocator on truffle Ruby
CI: Disable benchmarking of some versions on Ruby
Bump up to v3.1.9
CHANGES: Add v3.1.9 entries
Accept no digits in the fractional part (#302)
Merge pull request #305 from nobu/c2x-pedantic
Fix extra semicolon outside of a function in `NO_SANITIZE`
Merge pull request #296 from franzliedke/patch-1
Merge pull request #303 from nobu/extconf
Reduce unnecessary checks
Merge pull request #299 from anakinj/minimal-typo-fix
Minor typo fix
Merge pull request #298 from ruby/remove-custom-runner
Use macos-14 instead of macos-arm-oss
Fix indentation [ci skip]
Extend docs for round(0)
Commits
See the full diff on Github. The new version differs by 4 commits:
Bump up v0.6.1
Enabled trusted publisher for rubygems.org
Update license files same as ruby/ruby
Do not include a backtick in error messages and backtraces
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands