Skip to content

Releases: danmayer/coverband

6.1.3

16 Oct 23:49
Compare
Choose a tag to compare

5.0.3

09 Oct 03:41
Compare
Choose a tag to compare
  • fix for non standard root paths for view_tracker thx @markshawtoronto
  • support basic auth for Rack prior to 2.0 thx @kadru

5.0.2

30 Sep 03:21
Compare
Choose a tag to compare
  • 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

17 Sep 18:13
Compare
Choose a tag to compare
  • fix for race conditions around REDIS and setting up the Coverband configuration

5.0.0

30 Aug 21:42
Compare
Choose a tag to compare
  • 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

4.2.7

11 Jul 22:02
Compare
Choose a tag to compare

This fixes two small issues

  • Ignore patterns too aggressive #382
  • Stack level too deep error when running certain activejob jobs #367

4.2.6

29 Jun 18:34
Compare
Choose a tag to compare

Fixes redis deprecation warnings.