Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/BEFOUND-1543-Github-Build-Releas…
Browse files Browse the repository at this point in the history
…e-Fix' into BEFOUND-1543-Github-Build-Release-Fix
  • Loading branch information
MalarsriA committed Oct 22, 2024
2 parents 7a0b4ca + f082c51 commit 4b2de76
Showing 1 changed file with 43 additions and 15 deletions.
58 changes: 43 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,79 +2,93 @@

# backbase-services-toolkit Changelog


## Unreleased
## 1.0.1
- Bug fix - Remove usage of Internal request

## 1.0.0

## [1.0.0]

- Intellij service plugin 2.x update
- Fix deprecated usage and scheduled for removal
- Supported SSDK 18.0.1,17.1.0 (Latest 2 release lines)

## 0.0.12
## [0.0.12]

### Update
- Supported SSDK 17.0.0

## 0.0.11
- Supported SSDK 17.0.0

## [0.0.11]

### Update

### Update
- Supported SSDK 16.0.1
- Fix broken ExampleControllerIT.java
- Fix broken ExampleControllerIT.java

## 0.0.10 - 2023-04-20
## [0.0.10] - 2023-04-20

### Update

- Supported SSDK version
- Gradle and Java update
- Supported Intellij version

## 0.0.9
## [0.0.9]

### Update

- Plugin marketplace icon

## 0.0.8
## [0.0.8]

### Update

- New logo
- Supported SSDK version

## 0.0.7
## [0.0.7]

### Update

- Add and remove new SSDK supported versions
- Support only Intellij version from 2021

### Added

- Consume Messages Action
- Add default ExampleController and Integration Test in new Backbase Projects.

## 0.0.5
## [0.0.5]

### Update

- Minor fixes

## 0.0.4
## [0.0.4]

### Update

- Events file generation and consume event bugs fix.

## 0.0.3
## [0.0.3]

### Update

- Doc links on how to use the plugins different features.

## 0.0.2
## [0.0.2]

### Added

- Create new behaviour extension project
- Generate new behaviour extension hooks

## 0.0.1
## [0.0.1]

### Added

- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Golden Samples Action
- Wizard Create Backbase Service
Expand All @@ -83,3 +97,17 @@
- Add any SSDK module
- Generate clients and API from open-api specs.
- Synchronize with scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

[Unreleased]: https://github.com/Backbase/backbase-services-toolkit/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.12...v1.0.0
[0.0.12]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.11...v0.0.12
[0.0.11]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.10...v0.0.11
[0.0.10]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.9...v0.0.10
[0.0.9]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.5...v0.0.7
[0.0.5]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/Backbase/backbase-services-toolkit/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/Backbase/backbase-services-toolkit/commits/v0.0.1

0 comments on commit 4b2de76

Please sign in to comment.