The release notes for versions 3.3.0 and above are available here.
3.2.10 (11 September 2022)
Bug fix - Gradle wrapper should remove the requirement for capability - https://github.com/jfrog/bamboo-artifactory-plugin/pull/189
3.2.9 (24 April 2022)
Bug fix - Build Info aggregation may pass the OS environment variable size limit - https://github.com/jfrog/bamboo-artifactory-plugin/pull/177
3.2.8 (1 March 2022)
Bug fix - NullPointerException in Maven task when no deployment server is configured - https://github.com/jfrog/bamboo-artifactory-plugin/pull/172
3.2.7 (22 February 2022)
3.2.6 (12 January 2022)
Compatibility with 8.1.1 - https://github.com/jfrog/bamboo-artifactory-plugin/pull/165
3.2.5 (14 December 2021)
Dependencies update - https://github.com/jfrog/bamboo-artifactory-plugin/pull/161
3.2.4 (12 December 2021)
Bug fix - NullPointerException while executing task - https://github.com/jfrog/bamboo-artifactory-plugin/pull/155
Bug fix - NoSuchMethodError: org.apache.commons.io.IOUtils.toString - https://github.com/jfrog/bamboo-artifactory-plugin/pull/158
3.2.3 (4 August 2021)
3.2.2 (6 June 2021)
Bug fix - Artifactory response parsing can fail due to missing JSON properties - https://github.com/jfrog/build-info/pull/502
3.2.1 (10 Jan 2021)
Credentials are not encrypted in the UI. BAP-533- Authenticate to see issue details
Using SSH shared credentials produces NPE. BAP-532 - Using SSH shared credentials produces NPE Resolved
3.2.0 (10 Nov 2020)
Artifactory Docker task. BAP-515 - Add docker support Resolved
Artifactory NuGet and .NET tasks. BAP-516 - Add NuGet and .Net support Resolved
Support Bamboo shared credentials in all tasks. BAP-465 - Bamboo Artifactory Plugin Shared Credential Resolved
Support running Maven, Gradle and Ivy builds in Docker containers. BAP-507 - maven3 - Could not find the Maven lib directory Resolved BAP-518 - Support for running Maven, Gradle and Ivy builds in Docker containers Resolved
Support custom build name and number. BAP-476 - As a developer i would like to customize my build name and build number Resolved BAP-506 - Support custom build name and number Resolved
Bamboo 7.1.4 compatibility. BAP-517 - Artifactory tasks UI fail to load on Bamboo server 7.1.3 Resolved
Bug fixes and improvments ( BAP-448 - Prevent autofilled userid and password Resolved , BAP-510 - Plugin compatibility update for Bamboo v 7.1.1 Resolved , - Maven 3 task: JAVA_HOME is not correctly set Resolved , BAP-520 - Can't create Gradle task with Gradle wrapper Resolved , BAP-521 - Replace deprecated methods Resolved , BAP-522 - NPE when JDK capability is not well configured in agent Resolved ).
3.1.0 (31 Mar 2020)
Breaking change: Maven and Gradle - remove restriction of build-info collection only when deployment is configured. BAP-503 - Breaking change: Maven and Gradle remove restriction of build-info collection only when deployment is configured Resolved
Bamboo 7 upgrade and compatibility. BAP-504 - Upgrade to Bamboo 7 Resolved
Improvements ( BAP-496 - Improve tasks descriptions Resolved , BAP-498 - File-specs defined in task configuration should be labeled as 'Task configuration' Resolved , BAP-499 - Add description for Maven 'Project file' field Resolved , BAP-500 - Add validations to tasks configurations Resolved , BAP-501 - Using overriding credentials requires saving the task in order to fetch repository list Resolved , BAP-502 - Improve UI of Artifactory tasks Resolved ).
3.0.1 (16 Jan 2020)
3.0.0 (23 Dec 2019)
Artifactory npm task. BAP-487 - Add npm support Resolved
Build Issues-Collection task. BAP-486 - Add issues collection task Resolved
HTTP proxy support in Artifactory tasks. BAP-204 - Add an option for HTTP proxy configuration Resolved
Gradle 6 support. BAP-493 - Support Gradle 6 Resolved
Removed deprecated APIs. BAP-484 - Remove deprecated actions and APIs Resolved
Bug fixes ( BAP-492 - Gradle task doesn't allow promoting a released build Resolved , BAP-488 - Bamboo Artifactory Gradle task fails with java.lang.NullPointerException Resolved , BAP-491 - Maven task failing with message "Failed to add Build Info to context" Resolved ).
2.7.2 (9 Sep 2019)
Bug fix - Downloads using file specs may fail, if Artifactory's S3 Redirect feature is enabled. BAP-477 - Downloads using file specs may fail, if Artifactory's S3 Redirect feature is enabled Resolved
2.7.1 (30 Jul 2019)
Bug fix - Releasing from plan branch broken. BAP-475 - Releasing from plan branches broken Resolved
2.7.0 (22 Jul 2019)
Support aggregating build-info from multiple tasks. New tasks created since this version can publish build-info only by the use of the new Publish Build Info task. BAP-473 - Add the ability to aggregate build info's Resolved
Bug fix - Gradle Artifactory Executable is not part of the plan requirements. BAP-474 - Adding an executable in Gradle task does not add it as a requirement automatically Resolved
2.6.3 (2 May 2019)
2.6.2 (28 Oct 2018)
2.6.1 (14 Oct 2018)
Gradle, Maven and Ivy builds no longer support JDK 7
Bamboo Deployment Project - Support deployment using FileSpecs BAP-443 - Bamboo Deployment Project - Artifactory Deployment using FileSpecs Resolved
Artifactory FileSpec from file ignores variable BAP-447 - Artifactory spec from File ignors variable Resolved
Concurrency issue in parallel deployment of artifacts using FileSpecs BAP-450 - Generic upload job running in several threads throwing a NullPointerException Resolved
Matrix Parameters are not passed correctly BAP-446 - Matrix Parameters are not passed correctly Resolved
2.5.1 (26 June 2018)
Gradle skips deployment to Artifactory when "Project uses the Artifactory Gradle Plugin" option is unchecked ( BAP-442 - Deploying artifact faild without error Resolved )
2.5.0 (18 June 2018)
Support for build scan with JFrog Xray ( BAP-426 - Support for Xray scan build feature Resolved )
Files uploaded to Artifactory using Files Specs are now uploaded in parallel using three threads ( BAP-433 - Parallel deployment of Artifacts when using FileSpecs Resolved )
Large files downloads from Artifactory are now downloaded concurrently (using range request) ( BAP-427 - Download artifacts concurrently using range-request Resolved )
Bug fixes ( BAP-441 - Remove the limitation of Generic Deploy task must be a final task Resolved , BAP-432 - Bamboo artifactory plugin fails with Gradle 4.7 Resolved , BAP-430 - When using the same file with filespec it will upload for the same target Resolved , BAP-425 - Build info extractor replaces spaces in file names with '+' Resolved , BAP-423 - Maven fails to resolve snapshot parent pom from Artifactory Resolved )
2.4.2 (3 June 2018)
Compatibility with Bamboo 6.5.x ( BAP-439 - Bamboo 6.5.0 compatibility Resolved )
2.4.1 (21 Jan 2018)
Bug fix ( BAP-422)
2.4.0 (17 Jan 2018)
2.3.0 (10 Oct 2017)
2.2.0 (6 Aug 2017)
2.1.1 (22 Jun 2017)
Compatibility with Bamboo 6.0.x ( BAP-376)
2.1.0 (20 Apr 2017)
2.0.2 (16 Feb 2017)
2.0.1 (29 Jan 2017)
Bug fix ( BAP-369)
1.10.2 (22 Sep 2016)
1.10.1 (7 Apr 2016)
Bug fixes ( BAP-345)
1.10.0 (25 Feb 2016)
1.9.2 (22 Dec 2015)
1.9.1 (13 Dec 2015)
Bug fix ( BAP-312)
1.9.0 (26 Nov 2015)
1.8.2 (27 Oct 2015)
1.8.1 (4 Aug 2015)
Bug fix ( BAP-282)
1.8.0 (15 Jun 2015)
1.7.7 (30 Mar 2015)
Support for Bamboo 5.8.x ( BAP-249)
1.7.6 (14 Jan 2015)
1.7.5 (10 Nov 2014)
1.7.4 (12 Aug 2014)
1.7.3 (29 Jul 2014)
1.7.2 (25 Jun 2014)
1.7.1 (26 MAY 2014)
A new check box that gives the ability to ignore artifacts that are not deployed according to include/exclude patterns. ( BAP-180)
1.7.0 (06 Apr 2014)
1.6.2 (24 Nov 2013)
1.6.1 (03 Oct 2013)
Support form Bamboo 5.1.1
Bug fixes 1.6.1
1.6.0 (16 Jul 2013)
Support form Bamboo 5.0
1.5.6 (03 Sep 2013)
Support form Bamboo 4.2
1.5.5 (03 Sep 2012)
1.5.4 (25 Jun 2012)
Support Bamboo 4.1.
Bug fixes. ( JIRA)
1.5.3 (02 Apr 2012)
Support Bamboo 4.0.
1.5.2 (02 Apr 2012)
1.5.1 (05 Jan 2012)
1.5.0 (11 Dec 2011)
Compatible with bamboo version 3.3.x.
Compatible with Gradle 1.0-milestone-6.
1.4.2 (19 Sep 2011)
Bug fix ( BAP-91)
1.4.1 (01 Aug 2011)
Support for Bamboo 3.2.x
Bug fix ( BAP-90)
1.4.0 (14 Jul 2011)
Introducing Release Management capabilities.
Generic Build Info support for all job types.
Bug fixes.
1.3.2 (14 Jun 2011)
Bug fix ( BAP-65)
1.3.1 (13 Jun 2011)
Bug fix ( BAP-64)
1.3.0 (30 May 2011)
Support for Bamboo 3.1.x
1.2.0 (2 Mar 2011)
Support for Bamboo 3.x
1.1.0 (2 Jan 2011)
Gradle Support - Gradle builds are now fully supported with the new Gradle builder
Ivy builds now support custom Ivy patterns for artifacts and descriptors
Support for Bamboo 2.7.x
1.0.3 (21 Nov 2010)
Add Include/exclude pattern for artifacts deployment
Bug fix ( BAP-26)
1.0.2 (7 Nov 2010)
Control for including published artifacts when running license checks
Limiting license checks to scopes
Control for turning off license discovery when running license checks