Skip to content

Releases: societe-generale/ci-droid-tasks-consumer

v2.1.0

14 Nov 10:17
Compare
Choose a tag to compare

Added

  • PR 97 - adding support for Bitbucket - thanks @chandrasekharpanigrahy for your contribution !
    [BREAKING] potentially minor breaking change in RemoteForGitHubBulkActionsWrapper interface (signature change on fetchCurrentUser)

Changed

  • PR 99 - moved the asynchronous config in a separate config file
    [BREAKING] potentially minor breaking change : may need to launch the application explicitly with asynchronous profile when needed now.

v2.0.1

22 May 16:07
Compare
Choose a tag to compare

Fixed

  • PR 96 - adding getRawEvent in PushEvent, which had been removed by mistake in 2.0.0

Changed

  • documentation

v2.0.0

20 May 11:39
Compare
Choose a tag to compare

Added

  • Azure Devops capabilities

Changed

  • [BREAKING] source control config is now configured under source-control, with an explicit type attribute. Not using profiles anymore to load source control specific config
  • Spring Boot 2.6.6 upgrade
  • Libraries upgrades
  • Upgrade to Java 11
  • Rearranged the code in clear modules, one for each source control type
  • replaced TravisCi by GitHub Actions