MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.69k stars 401 forks source link

Bump version to 3.0.0 #526

Closed OsamaSayegh closed 2 years ago

OsamaSayegh commented 2 years ago

Bumping the major version because 3e6f7e5 introduces a number of breaking changes to the abstract, memory and redis stores API, and also replaces the snapshot_limit config option with max_snapshot_groups and max_snapshots_per_group.

codecov-commenter commented 2 years ago

Codecov Report

Merging #526 (c639313) into master (3e6f7e5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #526   +/-   ##
=======================================
  Coverage   87.48%   87.48%           
=======================================
  Files          18       18           
  Lines        1286     1286           
=======================================
  Hits         1125     1125           
  Misses        161      161           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3e6f7e5...c639313. Read the comment docs.

nate-at-gusto commented 2 years ago

@OsamaSayegh Push to rubygems.org coming soon?

OsamaSayegh commented 2 years ago

@nate-at-gusto yep, I think so! We need @SamSaffron to push it for us and I think he can do it tomorrow!

SamSaffron commented 2 years ago

sorry for the delay, pushed a new version of the gem just now!