- Major change: GC:ing of the cache is now opt-in. To enable GC again, set the following system property to "true": com.axis.system.jenkins.plugins.downstream.cache.BuildCache.GC_ENABLED. Check #10 for reasoning.
- Feature: New pipeline step, downstreamBuilds, which provides downstream builds for a given build
- Fix: Queue related performance fixes
- Fix: Minor synchronization fixes
- Feature: Build the cache in the background. Jenkins UI will no longer be blocked during the cache loading phase on Jenkins startup.
- Fix: Extra NPE-guards [JENKINS-60504]
- Fix: Concurrency bug
- Feature: Helper methods to find downstream jobs in the queue
- First public release.