Open
Conversation
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.
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.11 → 3.17.0) · Repo · Changelog
Release Notes
3.17.0
3.16.17
3.16.16 (from changelog)
3.16.15 (from changelog)
3.16.14
3.16.13
3.16.12
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 45 commits:
Prepare for a releaseImplement Oj::Parser.safe with configurable JSON safety limits (#1007)Update changelogUpdate changelogRaise error for incomplete primitive literals (#1005)Fix read() not handling partial reads for large files (#1004)Handle unterminated strings in usual parser (#1002)Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 (#1001)Array hash as json (#1003)Update changelog to unreleasedAddress issue #985Bump jidicula/clang-format-action from 4.15.0 to 4.17.0 (#999)Use fast_memcpy16 to quickly copy up to 16 bytes to for tail handing in ARM Neon code. (#998)Release prepCleanupFix new parser stack consistency error (#997)Specify static and OJ_TARGET_SSE42 on _mm_sum_epu8 (#996)Add an ARM Neon string scanning implementation. (#994)Put back the ostruct dependency for nowRelease prepOptimize `oj_dump_cstr` using SSE4.2 and SSSE3. (#973)changelogUpdate versionmergemergeUpdate changelogFix illegal instruction error on CPUs without SSE4.2 support (#993)Remove generic testsRemove ostruct dependencyChange first arg to oj_parse_options (#987)Remove windows ucrt from CIComment out head in CIRelease prepRails encoder fix (#984)clang-formatclang-formatBump actions/checkout from 5 to 6 (#983)Enable SIMD optimizations by default with auto-detection (#982)Bump actions/checkout from 4 to 5 (#976)Fix clang format issuesUpdate changelogFix buffer realloc issueImprove worst case performance when using ARM Neon instructions (#970)Restore TruffleRuby in CI (#972)Fix spelling errorRelease Notes
4.1.2
4.1.1
4.1.0
4.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 59 commits:
Bump version to v4.1.2 (#529)Update dtoa to version from Ruby 4.0 (#528)Merge pull request #526 from ruby/dependabot/github_actions/step-security/harden-runner-2.17.0Bump step-security/harden-runner from 2.16.1 to 2.17.0Fix unary minus on unsigned type warning (#525)BigMath.exp overflow/underflow check (#523)Revert "Add a workaround for slow BigDecimal#to_f when it has large N_significant_digits (#514)" (#522)Use '0'+n for converting single digit to char (#521)Merge pull request #517 from ruby/dependabot/github_actions/rubygems/release-gem-1.2.0Merge pull request #518 from ruby/dependabot/github_actions/step-security/harden-runner-2.16.1Fix calloc-transposed-args warning (#520)Optimize BigDecimal#to_s (#519)Bump step-security/harden-runner from 2.16.0 to 2.16.1Bump rubygems/release-gem from 1.1.4 to 1.2.0Bump version to v4.1.1 (#516)Add a workaround for slow BigDecimal#to_f when it has large N_significant_digits (#514)tiny grammar fix in README.md (#513)Update to cover change in Bundler (#512)Increase VpMult batch size (#511)Multiplication with 8-decdig batch (#501)Remove unused minitest from Gemfile (#510)Make BigDecimal object embedded (#507)Add changelog for 4.1.0. (#508)Define `test` as the default rake task (#509)Bump version to 4.1.0 (#505)Fix error compiling with ruby.wasm (#504)Increase BigMath converge test precisions (#503)Fix erfc(x,prec) precision when x is huge (#502)Update depend files, etc (#499)Use bit_length to calculate NTT bit size (#498)Remove DECDIG=uint16_t branch. BigDecimal already requires uint64_t from v3.1.0 (#497)Simplify butterfly operation of Number Theoretic Transform (#496)Merge pull request #494 from ruby/dependabot/github_actions/rubygems/release-gem-1.1.4Merge pull request #495 from ruby/dependabot/github_actions/step-security/harden-runner-2.16.0Bump step-security/harden-runner from 2.15.1 to 2.16.0Bump rubygems/release-gem from 1.1.2 to 1.1.4Merge pull request #493 from ruby/dependabot/github_actions/step-security/harden-runner-2.15.1Bump step-security/harden-runner from 2.14.1 to 2.15.1Add missing sig file (#492)Add RBS signature and testing (#488)Split internal extra calculation prec and BigDecimal.double_fig usage (#486)Add missing call-seq (#485)Remove calculating log(10) in BigMath.log for large/small x (#484)Improve taylor series calculation of exp and sin by bit burst algorithm (#433)Implement BigMath::PI with Gauss-Legendre algorithm (#434)NTT multiplication and Newton-Raphson division (#407)Merge pull request #483 from ruby/dependabot/github_actions/actions/checkout-6.0.2Merge pull request #482 from ruby/dependabot/github_actions/step-security/harden-runner-2.14.1Bump actions/checkout from 6.0.1 to 6.0.2Bump step-security/harden-runner from 2.14.0 to 2.14.1Change frozen_string_literal from false to true (#481)Improve performance of add/sub when exponent of two bigdecimals have huge difference (#478)Sample code without deprecated modules (#480)Remove ENABLE_NUMERIC_STRING flag (#479)Bump version to v4.0.1 (#477)Remove "Which version should you select" section (#476)Remove unused variable (and add test for it) (#475)Merge pull request #474 from ruby/exclude-dependabot-updateExclude dependabot updates from release noteRelease Notes
0.6.3
0.6.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
v0.6.3use `Ractor.shareable_proc`Bump step-security/harden-runner from 2.12.1 to 2.12.2v0.6.2Bump step-security/harden-runner from 2.12.0 to 2.12.1 (#80)Don't need to use admin secret for gh releaseUse `Ractor#value` as `Ractor#take` is removedBump step-security/harden-runner from 2.11.1 to 2.12.0Bump step-security/harden-runner from 2.11.0 to 2.11.1Bump step-security/harden-runner from 2.10.4 to 2.11.0Bump step-security/harden-runner from 2.10.3 to 2.10.4Bump step-security/harden-runner from 2.10.2 to 2.10.3 (#71)Provide a 'Changelog' link on rubygems.org/gems/ostructBump rubygems/release-gem from 1.1.0 to 1.1.1Fixed version number of rubygems/release-gemBump rubygems/release-gemBump step-security/harden-runner from 2.10.1 to 2.10.2Exclude TruffleRuby from Actions. It easily broke our CICI: Run Ruby 2.5 on macos-13 (#64)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