Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update oj 3.13.19 → 3.16.0 (minor) #268

Closed
wants to merge 1 commit into from
Closed

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Aug 19, 2023


Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


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.13.19 → 3.16.0) · Repo · Changelog

Release Notes

3.16.0 (from changelog)

  • Added the float_format option.

  • Expanded the max_nesting option to allow integer values as well as the previous boolean (true or nil).

  • Skip nesting tests with Truffle Ruby in the json gem tests.

3.15.1 (from changelog)

  • Add protection against some using require 'oj/json, an internal file.

  • Fixed non-json errors when in compat mode.

3.15.0 (from changelog)

  • Added omit_null_byte option when dumping.

3.14.3 (from changelog)

  • Fixed compat parse with optimized Hash when parsing a JSON::GenericObject.

3.14.2 (from changelog)

  • Fixed check for \0 in strings.

3.14.1 (from changelog)

  • Fixed issue with uninitialized handler for Oj::Parser::Saj.

  • Fixed hang on unterminated string with a \0 byte in parse.c.

3.14.0 (from changelog)

  • Tracing is now a compile time option giving a 15 to 20% performance boost.

  • Some cleanup in teh fast parser.

3.13.23 (from changelog)

  • Fixed issue with Oj::Parser extension regarding GC timeing.

3.13.22 (from changelog)

  • Reorganized Oj::Parser code to allow for parser extensions in C.

3.13.21 (from changelog)

  • Bug parsing big numbers fixed in the SAJ parser.

3.13.20 (from changelog)

  • SSE4 made optional with a --with-sse42 flag to the compile.

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


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 cancel merge
Cancels automatic merging of this PR
@​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 19, 2023
@codecov
Copy link

codecov bot commented Aug 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d2b8bcf) 95.702% compared to head (3203529) 95.702%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #268   +/-   ##
=========================================
  Coverage   95.702%   95.702%           
=========================================
  Files          311       311           
  Lines         2955      2955           
=========================================
  Hits          2828      2828           
  Misses         127       127           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@depfu
Copy link
Author

depfu bot commented Sep 2, 2023

Closed in favor of #271.

@depfu depfu bot closed this Sep 2, 2023
@depfu depfu bot deleted the depfu/update/oj-3.16.0 branch September 2, 2023 18:07
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.

None yet

0 participants