Releases: danmayer/coverband
Releases · danmayer/coverband
6.1.3
- memory optimizations thx @fatkodima
- drop support for Ruby less than 2.7 thx @fatkodima
- improved 0 missed styles thx @fatkodima
- improved sidekiq swarm support thx @fatkodima
- default include memcached adapter thx @colemanja91
- improved long filename web admin views thx @fatkodima
- reduce logging noise thx @jamiecobbett
- improved readme thx @hotoolong
- fix for ignoring views @thijsnado
- improved documentation @jjb
- add back static output summary @bessey
5.0.3
5.0.2
- change default port of local server
- update on readme about issue with scout app, thanks @mrbongiolo
- fix on configuration page not loading when redis can't load
5.0.1
5.0.0
- Full JRuby support
- Reduced footprint
- drops S3 support
- drops static report support
- drops gem support
- only loaded web reporter files when required
- configuration improvements
- improved load order allowing more time for ENV vars (better dotenv, figaro, rails secrets support)
- all config options can be set via coverband config, not requiring ENV var support
- deprecation notices on soon to be removed config options
- config exceptions on invalid configuration combinations
- additional testing around configurations
- improved defaults and reduced configuration options
- improved resque patching pattern
- improved default ignores
- additional adapters
- supports web-service adapter for http coverage collection
- support log/file adapter
- extendable pattern to support any additional backends
- reduce logs / errors / alerts on bad startup configurations
- fix: #301 runtime vs eagerload should always remain correct