Releases: jenkinsci/bitbucket-branch-source-plugin
Releases Β· jenkinsci/bitbucket-branch-source-plugin
v2.9.4 π
v2.9.3 π
- Let BitbucketEndpointConfigurationTest tolerate Spring Security version of AccessDeniedException (#362) @jglick
π¦ Dependency updates
- Bump mockito-core from 1.10.19 to 3.5.11 (#372) @dependabot
- Bump bom-2.176.x from 11 to 12 (#371) @dependabot
- Bump checkstyle from 8.36 to 8.36.1 (#368) @dependabot
- Bump plugin from 4.6 to 4.7 (#366) @dependabot
- Bump handy-uri-templates-2-api from 2.1.6-1.0 to 2.1.8-1.0 (#348) @dependabot
- Bump workflow-multibranch from 2.11 to 2.22 (#339) @dependabot
- Bump checkstyle from 8.35 to 8.36 (#361) @dependabot
v2.9.2 π
- JENKINS-63401 - Harden looking up credentials (#350) @timja
- Upgrade to modern jenkins and bom (#337) @bitwiseman
π¦ Dependency updates
- Bump checkstyle from 8.29 to 8.35 (#344) @dependabot
- Bump maven-checkstyle-plugin from 3.1.0 to 3.1.1 (#341) @dependabot
v2.9.1 π
Features and Fixes
- Add Bitbucket "Server Version" option to fix webhook management on v6.x and earlier (#332) @bitwiseman
Changes
v2.9.0 π
This release includes several fixes related to BitBucket v7 support for PR building.
See the user guide's BitBucket Server 7 compatibility section for details.
π Bug Fixes
- JENKINS-57775 - JENKINS-62780 - Handle PRs from/to non existing src/dest (#322) @Dohbedoh
- add support for server event
pr:from_ref_updated
. (#309) @mattiassluis - Fix CHANGE_AUTHOR and CHANGE_AUTHOR_DISPLAY_NAME (#325) @jglick
- Fix no longer supported git PR refs (#294) @viceice
v2.8.0 π
Support for OAuth authentication is now supported on Bitbucket Cloud sources.
π New features and improvements
- JENKINS-60751 - Add listener to new bitbucket events (#291) @drg2
- Allow to override timeout in case of slow network (#292) @AlbanAndrieu
- add OAuth authentication (#262) @kurddt
π Bug Fixes
- PRs without a valid destination branch no longer break SCM scanning. (#283) @ghunteranderson
π¦ Dependency updates
- bump parent pom (#299) @jetersen
- Bump checkstyle from 8.18 to 8.29 (#281) @dependabot
π Documentation updates
v2.7.0 π
π New features and improvements
- add max pagelen of 100 to /refs/branches call (#277) @Twb3
- Added condition for 403 HTTP Status (#274) @alexanderrtaylor
- more verbose in build status notification exception (#265) @jfroche
- JENKINS-45504 - Add @symbol annotations to traits (#257) @darxriggs
π Bug Fixes
- fix Job DSL by adding a DataboundSetter it can understand (#278) @Casz
- Fix NullPointerException and Concurrency Issues (#244) @2improveIT
- Fixing NullPointerExceptions in PullRequests (#245) @2improveIT
π» Maintenance
- Moving docs from docs.cloudbees.com (#272) @amuniz
- Make common traits consistent with github-branch-source-plugin (#256) @darxriggs
- Improve pom.xml (#255) @darxriggs
v2.6.0 π
π New features and improvements
- Add PR's title into PullRequestSCMHead (#227) @LinuxSuRen
- Add support for Avatars for authenticated teams/projects (#240) @mlasevich
- Set the page length to the max allowed for Bitbucket Cloud REST APIs (#241) @nfalco79
π Bug Fixes
- Keep bitbucket credentials with proxy (#248) @ca-stefan-cordes
- JENKINS-59553 - Automatic hook registration use different scoped REST path on update (#232) @nfalco79
π¦ Dependency updates
- Bump checkstyle from 8.17 to 8.18 (#236) @dependabot
π» Maintenance
v2.5.0 π
π New features and improvements
- JENKINS-57516 - Support tag creation on tag push (#230) @sheldonrong
π» Maintenance
v2.4.6 π
Added some quality of life for the HTTP client strategies.
π Features
- 5 second ConnectionKeepAliveStrategy (#218) @alanjcastonguay
- Retry idempotent requests. (#214) @timpeeters
π» Maintenance
- fix checkstyle line separator to lf (#219) @Casz
- File formatting improvements (#207) @darxriggs