935.0.0
Bug Fixes
- JENKINS-55927 Hook event should not trigger Branch Indexing by @Dohbedoh in #908
- BitbucketTagSCMHead does not receive an annotated tag date by @nfalco79 in #991
- JENKINS-74980 Pull requests are no longer fetchable by @nfalco79 in #989
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