Skip to content

Bump ruby-prof from 0.15.8 to 1.1.0#62

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/ruby-prof-1.1.0
Closed

Bump ruby-prof from 0.15.8 to 1.1.0#62
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/ruby-prof-1.1.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps ruby-prof from 0.15.8 to 1.1.0.

Changelog

Sourced from ruby-prof's changelog.

1.1.0 (2019-12-14)

Changes

  • Reimplement merge_fibers (Charlie Savage)
  • Fix crash caused by threads being freed when profiles are freed (Charlie Savage)

1.0.0 (2019-07-29)

ruby-prof's development stretches all the way back to 2005. Fourteen years later, it seems time for version 1.0!
Version 1.0 is a significant update that greatly improves the internals of ruby-prof and adds a number of improvements.

Changes (Charlie Savage):

  • Profiling is significantly faster - 5x in some cases
  • Recursive profiles are finally handled correctly. Yeah!!!
  • Redesigned reports (Chirs Whitefield)
  • New documentation website (https://ruby-prof.github.io)
  • The ability to measure allocations and memory usage using a standard (unpatched) version of ruby
  • The ability to save and reload profiling results for later analysis
  • The ability track object allocations

At the same time, it was also time to remove old code and deprecated methods. These changes include (Charlie Savage):

  • Drop support for old versions of ruby. Currently 2.4 and up are required.
  • Remove support for method elimination (instead use method exclusion).
  • Remove the CPU_TIME measurement mode since it duplicates the PROCESS_TIME mode and required inline assembly code
  • Remove the GC_TIME and GC_RUNS measurement modes since they required patched ruby versions. In modern ruby it is possible to reimplement this functionality, but it does not seem of that much value (shout out if you want it back).
  • Merge the RubyProf::FlatPrinterWithLineNumbers printer into RubyProf::FlatPrinter.
  • Removed support for RUBY_PROF_EDITOR_URI environment variable that specified the link scheme. This features was more confusing then helpful.

0.18.0 (2019-05-27)

Fixes

  • Fix grouping by thread/fiber (Charlie Savage)
  • Fix include/exclude thread checking (Charlie Savage)
  • Fix failing tests (Charlie Savage)
  • Fix grouping by thread_id and fiber_id (Charlie Savage)
  • Update Visual Studio solution to 2019 (Charlie Savage)
  • Adjust AbstractPrinter#editor_uri so it's possible to disable uri (Maciek Dubiński)-
  • Fix -X/--exclude-file option not working (John Lindgren)
  • Different directory for middleware output in readme (Aldric Giacomoni)
  • Fixing spelling mistakes and typos (David Kennedy and Roger Pack)
  • Add "allow_exceptions" option to Profile (Ryan Duryea)
  • Update readme (Jan Piotrowski, Nathan Seither, victor-am)
  • Travis updates (Niocals Leger and Charlie Savage)
  • Fix NewRelic module detection in exclude_common_methods! (Ben Hughes)
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [ruby-prof](https://github.com/ruby-prof/ruby-prof) from 0.15.8 to 1.1.0.
- [Release notes](https://github.com/ruby-prof/ruby-prof/releases)
- [Changelog](https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES)
- [Commits](ruby-prof/ruby-prof@v0.15.8...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 16, 2019
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #68.

@dependabot-preview dependabot-preview Bot deleted the dependabot/bundler/ruby-prof-1.1.0 branch January 24, 2020 13:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants