Releases: microsphere-projects/microsphere-bom
0.2.1
Release Notes - Version 0.2.1
New Features
- Added Java 11+ Maven profile for Tomcat 10.1.54. (d4fcc7b, 92d353a)
- Introduced Tomcat 9/10 profiles; set Tomcat 11 for Java 17. (8c3f676)
Dependency Updates
- Bumped
org.xerial:sqlite-jdbcfrom3.51.3.0to3.53.0.0. (8646092)
Build and Workflow Enhancements
- Updated Maven wrapper to version
3.9.14. (ee8d01e)
Other Changes
- Removed the Java 11+ Maven profile. (46255e4)
Full Changelog: 0.2.0...0.2.1
0.2.0
Release Notes - Version 0.2.0
Build and Workflow Enhancements
- Improved formatting for release notes.
- Switched to using raw revision for release updates.
- Streamlined version bump process post-publishing.
Other Changes
- Merged
mainintoreleaseand vice versa to maintain branch parity.
Full Changelog: 0.1.9...0.2.0
v0.1.9
Release Notes for v0.1.9
Other Changes
- Release Notes Improvements:
Build and Workflow Enhancements
- Updated to use
FULL_CHANGELOGvariable in release notes generation. (e301998) - Bumped version to
0.1.9after publishing0.1.8. (12e4280)
View Full Changelog: ChangelogFull Changelog: 0.1.8...0.1.9
v0.1.8
Release Notes: Version 0.1.8
Build and Workflow Enhancements
- Improved release checks by using raw revision for validation. (2ad3ec2)
- Automated version bump to
0.1.8after publishing0.1.7. (870433e) - Integrated merging processes between
mainandreleasebranches. (147589a, 7563dbe, 6ef0cd9, 4149000)
Documentations
- Updated release notes with appended changelog details. (f3f15aa)
No new features, bug fixes, test improvements, or dependency updates in this version.
v0.1.7
Release Notes - Version 0.1.7
Build and Workflow Enhancements
- Added release-notes generation workflow using Copilot. (259841d)
- Enhanced release notes generation prompt and updated model to
gpt-4o. (1008410, f0b8e4e) - Normalized quoting and fixed indentation in CI workflows. (931ad92, 1695e39, 94484b4)
- Simplified workflow job names for clarity. (ec40fda, c576e4b)
- Introduced matrix job for syncing branches. (b994f08)
- Added workflow to sync branches from upstream. (07e0fd2)
Documentation
- Expanded README with project overview and additional links. (c2f34f2)
Other Changes
- Minor refinements to configurations including trailing newline removals and prompt improvements. (24d3c79, 02bed48)
- Clarified inputs and added a full changelog link in prompts. (36d64b6)
For a detailed changelog, refer here.
v0.1.6
Release Notes - Version 0.1.6
Other Changes
- Workflow Improvements: Added Copilot-generated release notes step to the Maven Publish workflow. (4cce001)
- Version Management: Bumped version to prepare for the next patch release. (733c5a1)
- Release Adjustments: Updated configuration to use raw revision for GitHub release creation. (d624506)
Thank you for using microsphere-projects! 🎉
v0.1.5
What's Changed
-
Updated the parent POM for io.github.microsphere-projects:microsphere-build from 0.2.5 to 0.2.6 in pom.xml to pick up the latest build/config changes.
-
Introduced a new microsphere-javadb-bom module that centralizes Java DB dependency versions (sqlite-jdbc and H2) and includes a java8 profile that pins H2 to 1.4.200. Register the new module in the parent pom, import the BOM in microsphere-all-bom, and add sqlite-jdbc and h2 dependencies to the bom example pom. This centralizes DB version management across the project.
-
Introduced a new microsphere-tomcat-bom module that centralizes dependencyManagement for Apache Tomcat artifacts (default tomcat.version=11.0.21). The BOM includes a java8 profile (tomcat.version=9.0.117) and a java17+ profile that adds tomcat-websocket-client-api. Register the new module in the parent pom, import the Tomcat BOM in microsphere-all-bom, and update microsphere-bom-example to declare Tomcat dependencies and a java17+ profile. This separates Tomcat version management and simplifies dependency usage across the project.
Full Changelog: 0.1.4...v0.1.5
v0.1.5
--latest
v0.1.4
What's Changed
- Bump javax.enterprise.concurrent:javax.enterprise.concurrent-api from 1.0 to 1.1 by @dependabot[bot] in #4
- Bump javax.enterprise.deploy:javax.enterprise.deploy-api from 1.6 to 1.7 by @dependabot[bot] in #3
New Contributors
- @dependabot[bot] made their first contribution in #4
Full Changelog: 0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3