Skip to content

Commit 2c6b6e0

Browse files
committed
bump changes and version
1 parent 6097c92 commit 2c6b6e0

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

changes.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### Coverband 6.1.0
2+
3+
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.
4+
5+
* Thanks to @FeLvi-zzz for the last time accessed support for the Hash Redis Store
6+
* Thanks to @alpaca-tc for the improvements on the route tracker
7+
* Thanks to @ydah for typo fixes, doc updates, adding ruby 3.3 to build matrix, improvements on CI, standardrb fixes
8+
* Thanks to @trivett, @khaled-badenjki, @IsabelleLePivain for improved docs
9+
* Thanks to @prastamaha for the memcached adapter
10+
* Thanks to @ursm for a yaml fix
11+
* Thanks to @Drowze for a layered cache approach for perf improvements
12+
* Thanks to @vs37559 for a sinatra pandrino fix
13+
* This release addresses large projects and adds in paged reporting
14+
* to ensure even on projects with 10K+ files it can load on heroku under the 30s timeout
15+
* only supports HashRedis store
16+
* faster UI for web UI in general which should be noticable on non paged reports
17+
* reduce redis calls
18+
119
### Coverband 6.0.2
220

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

1230
### Coverband 6.0.0
1331

14-
__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__
15-
1632
* The 6.0.0 release is all that was the 6 different RC releases of 5.2.6
1733
* Added Rails test matrix to github actions to test on all the supported versions
1834
- Rails: 6.0.x, 6.1.x, 7.0.x, 7.1.x
1935

2036
### Coverband 5.2.6
2137

22-
__NOTE: the current RCs include below, but this might turn into coverband 6.0__
23-
2438
- add support for translation keys
2539
- refactor non Coverage.so based trackers
2640
- adds CSP report support (thanks @jwg2s)

lib/coverband/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# 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
66
###
77
module Coverband
8-
VERSION = "6.0.3.rc.4"
8+
VERSION = "6.1.0"
99
end

0 commit comments

Comments
 (0)