Releases: microsphere-projects/microsphere-i18n
Releases · microsphere-projects/microsphere-i18n
Release list
0.2.20
Release notes generation failed. Raw commits since 0.2.19:
d83a02b Update README.md
a35486a chore: merge main into release [skip ci]
5f16be4 Bump microsphere-spring-cloud to 0.2.25
b5c18e2 chore: merge release into main [skip ci]
f2f438d chore: bump version to next patch after publishing 0.2.19
Full Changelog: 0.2.19...0.2.20
0.1.20
Release notes generation failed. Raw commits since 0.1.19:
a2c9c14 Update version numbers in README.md
b55acab Merge pull request #62 from mercyblitz/dev-1.x
69dc9fd Bump Microsphere Spring Cloud to 0.1.25
9f5b9ea chore: merge release-1.x into dev-1.x [skip ci]
898403b chore: bump version to next patch after publishing 0.1.19
Full Changelog: 0.1.19...0.1.20
0.2.19
Release Notes - Version 0.2.19
Dependency Updates
- Made
spring-contextdependency optional. (ddb1c6b) - Bumped BOM versions and marked core dependency as optional. (3df2e2b)
Build and Workflow Enhancements
- Merged
mainintoreleaseandreleaseintomainto ensure synchronization. (00162d7, f109a52, f97babd)
Other Changes
- Updated version for post-0.2.18 development. (ac09d57)
Full Changelog: View commit history for more details.
Full Changelog: 0.2.18...0.2.19
0.1.19
# Release Notes - Version 0.1.19
## Dependency Updates
- Bumped parent BOM and aligned release versions. ([8a39094](#))
## Build and Workflow Enhancements
- Merged `release-1.x` branch into `dev-1.x`. ([876a519](#))
- Updated `pom.xml` for dependency configuration. ([cf58fde](#))
## Other Changes
- Bumped version to the next patch following the 0.1.18 release. ([de3c2f5](#))Full Changelog: 0.1.18...0.1.19
0.2.18
Release Notes - Version 0.2.18
New Features
- Test Enhancements: Add
json-path-asserttest dependencies to improve testing capabilities. (4c223dc)
Bug Fixes
- i18n Auto-Config: Fix test setup issues for i18n auto-configuration. (5fb27eb)
Dependency Updates
- Remove redundant
slf4j-apidependency fromopenfeignmodule. (39e233b) - Remove optional SLF4J dependencies to clean up configurations. (36cf8dc, 84cae58)
- Align and simplify Spring Boot and Spring Cloud module dependencies. (f411069, 0fb6b55)
- Bump
microsphere-spring-cloudto version0.2.23. (9263899) - Add starter test dependency to
servermodule for better configurability. (0f69799)
Documentation
- Update README with the latest release versions. (9b63d33)
Test Improvements
- Remove unused context runner to streamline endpoint testing. (81750c9)
Build and Workflow Enhancements
- Multiple merges of
mainintoreleaseto synchronize changes. (922c7b0, dc871c0, c0534fb, 4733c50) - Bump version to
0.2.18after releasing0.2.17. (ca80527)
Note: For a detailed list of changes, refer to the full changelog in the repository.
Full Changelog: 0.2.17...0.2.18
0.1.18
Release Notes for Version 0.1.18
New Features
- JSONPath Assertion: Added
json-path-asserttest dependency for improved integration testing. (#60)
Bug Fixes
- Fixed Spring Boot test issues to ensure smoother testing workflows. (commit)
Dependency Updates
- Microsphere Spring Cloud: Bumped version to
0.1.23for compatibility improvements. (commit)
Documentation
- Updated the release version table in the README for better clarity. (commit)
Build and Workflow Enhancements
- Aligned module POMs with Spring Boot starters to maintain consistency. (commit)
- Merged
release-1.xintodev-1.xfor streamlined development. (commit) - Bumped version to the next patch level post-
0.1.17release. (commit)
Full Changelog: v0.1.17...v0.1.18
Full Changelog: 0.1.17...0.1.18
0.2.17
Release Notes - Version 0.2.17
New Features
- Internationalization (i18n):
- Auto-configure Spring Cloud i18n server to streamline setup.
- Gate i18n server auto-configuration by endpoint availability.
- Introduced
ConditionalOnI18nAvailableannotation for enhanced conditional auto-configuration.
Bug Fixes
- Fixed actuator auto-configuration registration issue.
Dependency Updates
- Bumped
microsphere-spring-cloudto version0.2.22. - Refined Spring Boot, Spring Cloud, and OpenFeign POM dependencies.
Documentation
- Updated README with the latest version numbers.
Build and Workflow Enhancements
- Added annotation processors in core and server modules for improved development workflows.
- Cleaned up unused Spring metadata files.
- Tidy up test dependency management across modules.
Other Changes
- Marked several auto-configurations with
@Configurationfor better Spring context handling. - Enhanced i18n auto-config test setup for improved robustness.
For more details, refer to the Full Changelog.
Full Changelog: 0.2.16...0.2.17
0.1.17
Release Notes - Version 0.1.17
New Features
- Introduced auto-configuration for i18n server. (3669947)
- Added
@Configurationannotations to various i18n-related classes for better integration. (ba48320, 7250e8c) - Implemented
ConditionalOnI18nAvailableannotation for conditional configuration. (01b0ab2)
Bug Fixes
- Refined i18n endpoint auto-configuration conditions. (b5edeee)
- Improved test reliability with
microsphere-spring-boot-test. (9a84e99, b014161)
Documentation
- Updated README with the latest release versions. (7830a67)
Dependency Updates
- Upgraded
microsphere-spring-cloudto version 0.1.22. (23391e4) - Marked
commonsdependency as optional for reduced dependency footprint. (e271683)
Build and Workflow Enhancements
- Added annotation processors to module POMs for consistency. (48c521b)
- Removed empty Spring metadata files. (a472017)
Test Improvements
- Refactored i18n auto-configuration tests and improved naming conventions. (59ea6b4)
- Switched to
microsphere-spring-boot-testfor enhanced testing. (b014161)
Other Changes
- Registered cloud i18n listener via
@Beanfor streamlined integration. (e6bb1d9) - Added Understand Anything analysis artifacts for internal use. (133f183)
Full Changelog: 0.1.16...0.1.17
0.2.16
Release Notes for Version 0.2.16
Bug Fixes
- Corrected typo in
ConditionalOnI18nAvailable. (#60b79b8)
Documentation
- Updated README with the latest release versions. (#86563b7)
Other Changes
- Prepared repository for versioning and publishing:
- Merged
mainintorelease. (#eafbd2c, #9548079) - Bumped version post 0.2.15 release. (#e8f2942)
- Merged
Full Changelog: 0.2.15...0.2.16
0.1.16
Release Notes: Version 0.1.16
Documentation
- Updated README with the latest version matrix. (6f8b0fe)
Other Changes
- Renamed i18n condition to "Available". (fe94bc0)
- Merged
release-1.xintodev-1.x. (3342618) - Bumped version to the next patch after publishing 0.1.15. (bb0bb0e)
Full Changelog: v0.1.15...v0.1.16
Full Changelog: 0.1.15...0.1.16