Skip to content

Releases: microsphere-projects/microsphere-i18n

0.2.20

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:01
d83a02b

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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:01
a2c9c14

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

Choose a tag to compare

@github-actions github-actions released this 11 Jul 11:57

Release Notes - Version 0.2.19

Dependency Updates

  • Made spring-context dependency optional. (ddb1c6b)
  • Bumped BOM versions and marked core dependency as optional. (3df2e2b)

Build and Workflow Enhancements

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

Choose a tag to compare

@github-actions github-actions released this 11 Jul 11:56
d0c2669
# 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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 14:19

Release Notes - Version 0.2.18

New Features

  • Test Enhancements: Add json-path-assert test 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-api dependency from openfeign module. (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-cloud to version 0.2.23. (9263899)
  • Add starter test dependency to server module 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


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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 14:18
5498ebf

Release Notes for Version 0.1.18

New Features

  • JSONPath Assertion: Added json-path-assert test 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.23 for 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.x into dev-1.x for streamlined development. (commit)
  • Bumped version to the next patch level post-0.1.17 release. (commit)

Full Changelog: v0.1.17...v0.1.18

Full Changelog: 0.1.17...0.1.18

0.2.17

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:42

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 ConditionalOnI18nAvailable annotation for enhanced conditional auto-configuration.

Bug Fixes

  • Fixed actuator auto-configuration registration issue.

Dependency Updates

  • Bumped microsphere-spring-cloud to version 0.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 @Configuration for 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

Choose a tag to compare

@github-actions github-actions released this 09 Jul 05:42
79922e4

Release Notes - Version 0.1.17

New Features

  • Introduced auto-configuration for i18n server. (3669947)
  • Added @Configuration annotations to various i18n-related classes for better integration. (ba48320, 7250e8c)
  • Implemented ConditionalOnI18nAvailable annotation 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-cloud to version 0.1.22. (23391e4)
  • Marked commons dependency 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-test for enhanced testing. (b014161)

Other Changes

  • Registered cloud i18n listener via @Bean for streamlined integration. (e6bb1d9)
  • Added Understand Anything analysis artifacts for internal use. (133f183)

Full Changelog: 0.1.16...0.1.17

0.2.16

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:05

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 main into release. (#eafbd2c, #9548079)
    • Bumped version post 0.2.15 release. (#e8f2942)

Full Changelog: 0.2.15...0.2.16

0.1.16

Choose a tag to compare

@github-actions github-actions released this 03 Jul 15:05
f6b5115

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.x into dev-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