Skip to content

Latest commit

 

History

History
111 lines (80 loc) · 5.46 KB

RELEASE_NOTES.md

File metadata and controls

111 lines (80 loc) · 5.46 KB

Version 1.0.2 (September 29, 2022)

Version 1.0.1 (May 17, 2022)

Version 1.0.0 (January 13, 2022)

Version 0.0.30 (November 1, 2021)

  • Publish project to maven central.

Version 0.0.29 (February 2, 2021)

Version 0.0.28 (January 1, 2021)

Version 0.0.27 (April 21, 2020)

  • BUGFIX: Fix for crumb which was being held in a static field. - Pull Request 88

Version 0.0.25 (February 11, 2020)

Version 0.0.24 (February 10, 2020)

Version 0.0.23 (January 27, 2020)

Version 0.0.22 (December 16, 2019)

Version 0.0.21 (December 2, 2019)

  • ADDED: JobsApi.progressiveText with additional buildNumber param. - Pull Request 74

Version 0.0.20 (October 8, 2019)

  • ADDED: PipelineApi. - Pull Request 64
  • ADDED: Bump various dependency versions.

Version 0.0.19 (June 20, 2019)

  • ADDED: 'message' property attached to Error object can now be null.

Version 0.0.18 (April 2, 2019)

  • ADDED: SystemApi gained endpoints quietDown and cancelQuietDown. - Pull Request 54

Version 0.0.17 (March 18, 2019)

  • ADDED: JobsApi gained endpoint rename. - Pull Request 52
  • Bump gradle to 4.10.3
  • Bump jclouds to 2.1.2

Version 0.0.16 (January 4, 2018)

  • FIX: buildWithParameters now supports a null parameter map for parameterized builds that do not override any params. - Pull Request 43
  • Bump gradle to 4.10.2
  • Bump shadow plugin to 2.0.4

Version 0.0.15 (N/A)

Version 0.0.14 (August 17, 2018)

  • JenkinsClient now implements Closeable to better work with jdk8+ try-with-resources.
  • Bump jclouds to 2.1.1.
  • Bump AutoValue to 1.6.2
  • Bump gradle-bintray-plugin to 1.8.4
  • Bump gradle to 4.9

Version 0.0.13 (July 26, 2018)

  • ADDED: Endpoint Jobs.buildInfo now returns Actions as part of response. - Pull Request 29

Version 0.0.12 (July 15, 2018)

  • FIX: for when a build parameter is set to the empty string, the QueueItem.create() method should set the parameter value to the empty string.

Version 0.0.11 (May 24, 2018)

  • ADDED: all JobsApi endpoints gained the optionalFolderPath argument. - Pull request 22

Version 0.0.10 (May 14, 2018)

  • ADDED: PluginManagerApi with initial endpoint plugins. - Pull request 17
  • REFACTOR: convert all endpoints which return an Integer into an IntegerResposne so that we can capture any errors. - Pull request 18
  • ADDED: all endpoints within JobsApi that can take an optional folder path have been amended to provide an optional parameter to do so. - Pull request 20

Version 0.0.9 (May 9, 2018)

  • REFACTOR: don't assume "crumb validation" being enabled. - Pull request 15

Version 0.0.8 (May 7, 2018)

Version 0.0.7 (April 26, 2018)

Version 0.0.6 (April 21, 2018)

  • ADDED: QueueApi gained endpoints cancel and queueItem.

Version 0.0.5 (April 18, 2018)

  • REFACTOR: Do not throw exception when deprecated headers are missing.

Version 0.0.4 (April 15, 2018)

  • REFACTOR: various changes project wide to bring up-to-date with modern Jenkins.

Version 0.0.3 (May 12, 2016)

  • REFACTOR: JobsApi.build* endpoints will now return a 0 should a queueId not be handed back from Jenkins.

Version 0.0.2 (April 19, 2016)

  • ADDED: JobsApi.
  • ADDED: QueueApi.

Version 0.0.1 (April 14, 2016)

  • init for jenkins-rest
  • ADDED: SystemApi.
  • ADDED: StatisticsApi.