- Added Copilot-powered release notes generation to streamline changelog drafting. (b06b06e)
- Introduced a workflow to sync branches from upstream automatically. (5c9adf8)
- Corrected indentation issues in
dependabot.yml, ensuring proper configuration parsing. (d407903)
- Updated Maven wrapper to version 3.9.15 for enhanced build compatibility. (fb2d3e6)
- Bumped Microsphere Spring Cloud parent version to 0.2.10. (8f2f9d4)
- Updated branch version numbers in the README for consistency. (87c23b2)
- Simplified merge workflow by introducing matrix strategy. (10d8934)
- Added workflow contents read permission for better automation control. (ddf75d4)
For full details, visit the commit history.
- Bumped
microsphere Spring Cloudto0.2.11. (d4738de)
- Fixed indentation issues in
dependabot.yml. (4fa0e94)
- Updated branch versions in
README. (aed9fe4) - Improved release notes and automated release creation process. (12eacd8)
- Removed trailing newline in
generate-wiki-docs.py. (a398e96)
For a detailed list of changes, refer to the full changelog.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.3...0.2.4## v0.2.5
- Bumped
microsphere-spring-clouddependency to0.2.12. (7673b5d)
- Added OSSRH credentials to Maven publish workflow to streamline deployment. (5d4f530)
- Adjusted Maven GitHub Actions and fixed EOF issues. (70725f9)
- Updated README to reflect changes in branches and versions. (e744b5c)
No other changes.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.4...0.2.5## v0.2.6
- Added Copilot instructions for
microsphere-gateway. (#d414d84) - Introduced agents/prompts and updated the
CONTRIBUTING.mdfile. (#77e94c0)
- Reformatted README project links and Javadocs. (#10fc70a)
- Updated README badges. (#08a7311)
- Upgraded
microsphere Spring Cloudto version0.2.13. (#4905cd6)
For more details, see the Full Changelog.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.5...0.2.6## v0.2.7
- Bumped
microsphere-spring-cloudto0.2.14. (436ff2b)
- Removed duplicated line separators and trailing whitespace in Java source files, improving code consistency and readability. (3e7ba6c)
- Routine merges between
mainandreleasebranches to streamline workflow and maintain versioning integrity. (8c3eb54, 7432600, dd17967) - Updated project version to prepare for the next patch. (c9afa66)
Full Changelog: v0.2.6...v0.2.7
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.6...0.2.7## v0.2.8
- Spring Cloud: Upgraded Microsphere Spring Cloud to
0.2.15. - Updated
pom.xmlconfiguration.
- Merged
mainintoreleaseandreleaseback intomain. - Bumped version to the next patch (
0.2.8) after publishing0.2.7.
No additional new features, bug fixes, or documentation changes in this release.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.7...0.2.8## v0.2.9
- Bumped Microsphere Spring Cloud to
0.2.16. (6a6e997)
- Merged
mainbranch intorelease. (0f84da7, 7d563be) - Merged
releasebranch intomainpost-publishing. (b4292df) - Updated version to prepare for the next patch release. (398c4fb)
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.8...0.2.9## v0.2.10
- Introduced WebFlux availability condition in auto-configuration. #34da1a7
- Added
ConditionalOnMicrosphereGatewayEnabledtests for improved validation. #444414d
- Disabled WebMVC in tests via configuration property. #f84bf9f
- Removed
EnableWebMvcExtensionandEnableWebFluxExtensionfrom various test classes. #911622a, #b3a42f2 - Removed unused imports in test classes. #57b27c9
- Upgraded
microsphere-spring-cloudto v0.2.19. #8dc0d32 - Previously bumped
microsphere-spring-cloudto v0.2.18. #c8508d1
- Added
microsphereweb endpoint mapping tests for better coverage. #74481c8
- Introduced logic to require Web MVC and order it after
WebMvcAutoConfigurationin auto-configuration. #bb7e415 - Reordered
@ConditionalOnGatewayEnabledannotation for proper validation. #e6356f1
- Added minor Javadoc improvements. #3fae668
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.9...0.2.10## v0.2.11
- Gateway Features: Registered metadata for gateway features. (d495c83)
- Microsphere Spring Cloud: Bumped version to
0.2.20. (61eb871)
- Renamed "web endpoint bind advisor" to "listener" for improved clarity. (a36b81d)
Note: This release includes minor internal merges and version bumps but no user-facing breaking changes.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.10...0.2.11## v0.2.12
- Bumped version to the next patch after publishing
0.2.11. (f20486f)
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.11...0.2.12## v0.2.13
- microsphere-spring-cloud: Bumped to version
0.2.21. (0973c5c)
- Merged
mainintorelease. (456358e, 074171e) - Prepared for next development cycle by bumping version post
0.2.12publication. (ef505de)
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.12...0.2.13## v0.2.14
- Gateway Configuration:
- Aligned WebFlux gateway auto-config tests with other modules. (dc9a3d7, 6024a25)
- Used a shared test base for gateway auto-configuration scenarios. (5676201)
- Removed obsolete test file
WebEndpointMappingGatewayAutoConfigurationTest.java. (076434d)
- Upgraded Microsphere Spring Cloud to
0.2.22. (bf9fc72)
- Various merges from
mainto ensure release branch alignment. (Multiplechore: merge maincommits) - Bumped version to prepare for next patch release cycle. (04fc744)
For a complete list of changes, refer to the Full Changelog.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.13...0.2.14## v0.2.15
- Refine MVC auto-configuration and split related tests. (b948cc9)
- Add auto-configuration test coverage for
WebEndpointMapping. (4b473fe)
- Guard WebFlux auto-configuration conditionally based on classpath. (725c78d)
- Re-enable WebFlux Gateway auto-configuration tests. (c45fb0f)
- Bump
microsphere-spring-cloudto version 0.2.23. (53f0c17) - Bump parent project version to 0.2.23 and rename project. (2cd9138)
- Use
starter-testin WebMVC test scope for uniformity. (e864835)
- Refine module dependencies for
WebMVC,WebFlux, andcommons. (6155322, 299a100, c8681b1) - Various
merge mainandmerge releasechores. (353f3f4, 6620c81, f79e6a7, d330d28, 1e4b2e5)
Note: These changes aim to enhance module configuration, testing, and maintainability across the project.
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.14...0.2.15## v0.2.16
- Gateway Module: Mark gateway module dependencies as optional.
- Spring Cloud Commons: Add optional
spring-cloud-commonsdependencies.
- Upgraded
microsphere-spring-cloudto version0.2.24.
- Merged updates from
mainintorelease. (No functional changes, [skip ci])
Full Changelog: https://github.com/microsphere-projects/microsphere-gateway/compare/0.2.15...0.2.16