Skip to content

Commit

Permalink
bump changes and version
Browse files Browse the repository at this point in the history
danmayer committed Apr 21, 2024
1 parent 6097c92 commit 2c6b6e0
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### Coverband 6.1.0

This release has a number of smaller fixes and improvements. It includes a sizable refactoring around the UI which should simplify improvements going forward. This release is mostly targetting large projects with 6K+ ruby files, use the new `config.paged_reporting = true` option with the HashRedisStore to enable paged reporting for large projects. The HashRedisStore now also includes the last time a line in a file was executed.

* Thanks to @FeLvi-zzz for the last time accessed support for the Hash Redis Store
* Thanks to @alpaca-tc for the improvements on the route tracker
* Thanks to @ydah for typo fixes, doc updates, adding ruby 3.3 to build matrix, improvements on CI, standardrb fixes
* Thanks to @trivett, @khaled-badenjki, @IsabelleLePivain for improved docs
* Thanks to @prastamaha for the memcached adapter
* Thanks to @ursm for a yaml fix
* Thanks to @Drowze for a layered cache approach for perf improvements
* Thanks to @vs37559 for a sinatra pandrino fix
* This release addresses large projects and adds in paged reporting
* to ensure even on projects with 10K+ files it can load on heroku under the 30s timeout
* only supports HashRedis store
* faster UI for web UI in general which should be noticable on non paged reports
* reduce redis calls

### Coverband 6.0.2

* thanks makicamel for improved deferred eager loading
@@ -11,16 +29,12 @@

### Coverband 6.0.0

__NOTE: I ended up having 5.2.6 in various RCs for a long time, mostly because I had some breaking changes that were related to dropping support for old versions of Ruby and Rails__

* The 6.0.0 release is all that was the 6 different RC releases of 5.2.6
* Added Rails test matrix to github actions to test on all the supported versions
- Rails: 6.0.x, 6.1.x, 7.0.x, 7.1.x

### Coverband 5.2.6

__NOTE: the current RCs include below, but this might turn into coverband 6.0__

- add support for translation keys
- refactor non Coverage.so based trackers
- adds CSP report support (thanks @jwg2s)
2 changes: 1 addition & 1 deletion lib/coverband/version.rb
Original file line number Diff line number Diff line change
@@ -5,5 +5,5 @@
# use format "4.2.1.rc.1" ~> 4.2.1.rc to prerelease versions like v4.2.1.rc.2 and v4.2.1.rc.3
###
module Coverband
VERSION = "6.0.3.rc.4"
VERSION = "6.1.0"
end

0 comments on commit 2c6b6e0

Please sign in to comment.