Skip to content

Update oj: 3.11.0 → 3.13.1 (minor)#327

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/oj-3.13.1
Closed

Update oj: 3.11.0 → 3.13.1 (minor)#327
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/oj-3.13.1

Conversation

@depfu
Copy link

@depfu depfu bot commented Aug 10, 2021

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.11.0 → 3.13.1) · Repo · Changelog

Release Notes

3.13.1 (from changelog)

  • Fixed failing build on Windows.

3.13.0 (from changelog)

  • Added Oj::Parser, a faster parser with better option management.

  • Watson1978 increasd dump performance ever more and is now a collaborator on Oj!

3.12.3 (from changelog)

  • Update documents for the :cache_keys and :cache_strings.

  • Watson1978 increased dump performance for rails mode.

3.12.2 (from changelog)

  • Thanks to Watson1978 for the dump performance for time values.

3.12.1 (from changelog)

  • Fixed :cache_keys not being honored in compat mode.
  • Increased the cache size.

3.12.0 (from changelog)

  • Added string and symbol caching options that give Oj about a 20% parse performance boost.

3.11.8 (from changelog)

  • Fixed or reverted change that set the default mode when optimize_Rails was called.

3.11.7 (from changelog)

  • Fixed exception type when parsing after Oj::Rails.mimic_JSON is called.

3.11.6 (from changelog)

  • Fixed bug where Oj::Doc#fetch on an empty Hash or Array did not return nil.

  • Added an Oj::Doc#exists? method.

  • Deprecated Oj::Doc#where? in favor Oj::Doc#where or the alias, Oj::Doc#path.

3.11.5 (from changelog)

  • Oj.generate fix introduced in previous bug fix. Oj.mimic_JSON is forced if Oj.generate is called.

3.11.4 (from changelog)

  • Code re-formatted with clang-format. Thanks goes to BuonOmo for suggesting and encouraging the use of a formatter and getting the effort started.

  • Added support for GC.compact on Oj::Doc

  • Fixed compatibility issue with Rails and the JSON gem that requires a special case when using JSON.generate versus call to_json on an object.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 65 commits:


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Aug 10, 2021
@depfu depfu bot requested a review from dangeranger August 10, 2021 23:46
@depfu
Copy link
Author

depfu bot commented Aug 18, 2021

Closed in favor of #329.

@depfu depfu bot closed this Aug 18, 2021
@depfu depfu bot deleted the depfu/update/oj-3.13.1 branch August 18, 2021 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant