|
| 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 | + |
1 | 19 | ### Coverband 6.0.2
|
2 | 20 |
|
3 | 21 | * thanks makicamel for improved deferred eager loading
|
|
11 | 29 |
|
12 | 30 | ### Coverband 6.0.0
|
13 | 31 |
|
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 |
| - |
16 | 32 | * The 6.0.0 release is all that was the 6 different RC releases of 5.2.6
|
17 | 33 | * Added Rails test matrix to github actions to test on all the supported versions
|
18 | 34 | - Rails: 6.0.x, 6.1.x, 7.0.x, 7.1.x
|
19 | 35 |
|
20 | 36 | ### Coverband 5.2.6
|
21 | 37 |
|
22 |
| -__NOTE: the current RCs include below, but this might turn into coverband 6.0__ |
23 |
| - |
24 | 38 | - add support for translation keys
|
25 | 39 | - refactor non Coverage.so based trackers
|
26 | 40 | - adds CSP report support (thanks @jwg2s)
|
|
0 commit comments