Skip to content

935.0.0

Compare
Choose a tag to compare
@nfalco79 nfalco79 released this 16 Feb 12:09
· 74 commits to master since this release

Bug Fixes

Features

  • Replace the avatar cache beta implementation with api provided by the scm-api plugin by @nfalco79 in #978 and in #990

Mantainance

  • Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 by @dependabot in #980
  • Bump org.jenkins-ci.plugins:plugin from 5.5 to 5.7 by @dependabot in #987

Breaking Changes

The plugin now use the Avatar Image from scm-api, so BitbucketApi#getTeamAvatar instead to return com.cloudbees.jenkins.plugins.bitbucket.avatars.AvatarImage returns the jenkins.scm.impl.avatars.AvatarImage. The class is the same but different package. For who is using this API interface need to recompile own plugin and change the import package

Full Changelog: 934.4.2...935.0.0