Releases: deftdevs/bootstrapi
BootstrAPI 1.0.0-rc1
What's Changed
- Make Sonarqube work with this multi-module project by @pathob in #223
- Remove unnecessary component exports by @pathob in #228
- Use SystemAdminOnly filter by Atlassian in Confluence by @pathob in #230
- Rename model classes from *Bean to *Model by @pathob in #231
- Use Spring Java instead of Sprint Scanner to resolve dependencies by @pathob in #229
- Use fixed bytebuddy version by @pathob in #241
- Use updated Atlassian repository by @pathob in #242
- Remove gadgets endpoints by @pathob in #243
- Remove "forbidden" NotNull's (for now) by @pathob in #245
- Remove forbidden NotNull's (for now) part 2 by @pathob in #247
- Remove obsolete generated docs by @pathob in #248
- Prepare for gray API removals by @pathob in #250
- Upgrade to latest LTS versions Jira 10.3, Confluence 9.2, Crowd 6.3 by @pathob in #220
- Update release workflow to allow setting next development version by @pathob in #253
- Use API instead of whole atlassian-authentication-plugin as dependency by @pathob in #258
- Exclude jakarta.ws.rs-api from jira-plugins dependency import by @pathob in #259
- Dependency version upgrades
Full Changelog: v0.12.0...v1.0.0-rc1
BootstrAPI 0.12.0
This is a BREAKING release. Since BootstrAPI is still in a early development stage, I allow myself to make breaking changes in minor versions.
What's Changed
- Restructure licenses, add singleton endpoint, accept string licenses by @pathob in #195
- Version upgrades
Full Changelog: v0.11.0...v0.12.0
BootstrAPI 0.11.0
What's Changed
- Support setting OAuth config for application links by @pathob in #147
- Large number of refactorings and version upgrades
Full Changelog: v0.10.3...v0.11.0
BootstrAPI 0.10.3
What's Changed
Full Changelog: v0.10.1...v0.10.3
BootstrAPI 0.10.2
What's Changed
Full Changelog: v0.10.1...v0.10.2
BootstrAPI 0.10.1
What's Changed
Full Changelog: v0.10.0...v0.10.1
BootstrAPI 0.10.0
What's Changed
Full Changelog: v0.9.1...v0.10.0
BootstrAPI 0.9.1
BootstrAPI 0.9.0
This is a BREAKING release. Since BootstrAPI is still in a early development stage, I allow myself to make breaking changes in minor versions. The REST API has changed as described and documented in #114. The release also contains two new endpoints; a settings/banner endpoint for Jira and a settings/custom-html endpoint for Confluence. Also, it's now possible to download snapshot builds for the main branch and merge requests.
What's Changed
- Separate endpoints for single and multiple entities by @pathob in #114
- Workflow: Archive packaged artifacts by @pathob in #116
- Jira: Allow setting announcement banner by @pathob in #115
- Confluence: Allow setting custom HTML by @pathob in #117
Full Changelog: v0.8.2...v0.9.0
BootstrAPI 0.8.2
This is a BREAKING release. Since BootstrAPI is still in a early development stage, I allow myself to make breaking changes in minor versions. The REST API has changed as described in #104 and documented in #108. In this patch release, the trusted-proxies endpoint for Crowd has been adjusted the same way as the other endpoints in release 0.8.0 (as it was forgotten before). Release 0.8.1 is a non-working release for Crowd due to a misconfigured cross-compiler and should not be used.
What's Changed
- Also change over trusted proxies from collection model to array schema by @pathob in #109
- Remove 'all' resource from Crowd plugin by @pathob in #110
- Make REST API method names more consistent by @pathob in #111
- Fix Crowd plugin by compiling for Java 11 again by @pathob in #113
Full Changelog: v0.8.0...v0.8.2