github scala-steward-org/scala-steward v0.38.0
v0.38.0 - Cooldown support

latest releases: v0.39.2, v0.39.1, v0.39.0...
6 months ago

What's Changed

The substantial new feature in this release is support for dependency cooldowns, configured like this:

updates.cooldown = {
  minimumAge: "7 days"
}

Note that in this new release, we've had to update the format of the file-db stored by Scala Steward to additionally store the 'first-seen' time for every artifact Scala Steward encounters - that's the only way for Scala Steward to work out if the Maven artifact is too recent for the cooldown period. When your Scala Steward instance is first updated to this release (v0.38.0) it'll start saving that info, but no artifacts will be recorded as being older than that upgrade point. So if you want to configure a cooldown period of, for example, 7 days, you may want to wait until 7 days after the update to Scala Steward v0.38.0 has occurred - otherwise the config will be somewhat more impactful than intended, with all updates being rejected until those 7 days have passed.

🌱 Dependency Updates

Other Changes

Full Changelog: v0.37.2...v0.38.0

Don't miss a new scala-steward release

NewReleases is sending notifications on new releases.