Releases: societe-generale/ci-droid-tasks-consumer
Releases · societe-generale/ci-droid-tasks-consumer
v2.1.0
Added
- PR 97 - adding support for Bitbucket - thanks @chandrasekharpanigrahy for your contribution !
[BREAKING] potentially minor breaking change inRemoteForGitHubBulkActionsWrapper
interface (signature change onfetchCurrentUser
)
Changed
- PR 99 - moved the asynchronous config in a separate config file
[BREAKING] potentially minor breaking change : may need to launch the application explicitly withasynchronous
profile when needed now.
v2.0.1
Fixed
- PR 96 - adding getRawEvent in PushEvent, which had been removed by mistake in 2.0.0
Changed
- documentation
v2.0.0
Added
- Azure Devops capabilities
Changed
- [BREAKING] source control config is now configured under
source-control
, with an explicittype
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