Skip to content

Releases: porscheinformatik/weblate-spring

0.9.0 (2024-09-11)

11 Sep 07:01
665193f
Compare
Choose a tag to compare

BREAKING CHANGES

  • Java 17 and Spring Boot 3.x is now required

Dependencies

  • Spring Boot 3 (#82) and switch to current Spring Web API (#83)
  • Update all Maven plugins (#84)

Full Changelog: v0.8.0...v0.9.0

0.9.0-rc1 (2024-09-11)

11 Sep 05:59
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGES

  • Java 17 and Spring Boot 3.x is now required

Dependencies

  • Spring Boot 3 (#82) and switch to current Spring Web API (#83)
  • Update all Maven plugins (#84)

Full Changelog: v0.8.0...v0.9.0-rc1

0.8.0 (2022-12-07)

14 Jan 08:42
Compare
Choose a tag to compare

BREAKING CHANGES

  • Java 11 is now required

Features

  • Add possibility to load data asynchronously (#49, #58)
  • API compatability for Spring Framework 6 / Spring Boot 3 (#59, #60)

0.7.1 (2022-12-07)

07 Dec 12:27
Compare
Choose a tag to compare
  • Reuse cached entries if possible (#55)
  • Fix small code and spell issues (#56)

0.7.0 (2022-11-23)

23 Nov 08:43
Compare
Choose a tag to compare

Features

  • Cache handling improvements (#48)
    • Added a method to reload the available languages without clearing the cache.
    • Added a method to remove empty cache entries.
    • Set only languages with translations as available.
    • Improved logging when translations are not available: only report when no translations are available at all.

Dependencies

  • Spring Boot 2.7.5 (#47)

0.6.0 (2022-10-12)

12 Oct 11:05
0804b99
Compare
Choose a tag to compare

Features

  • Allow to specify the initial cache timestamp for bundled messages (#46)

Dependencies

  • Spring Boot 2.7.4

0.5.1

16 Sep 20:34
36dc005
Compare
Choose a tag to compare

Fixed

  • Unchanged texts were not loaded (#43)

0.5.0

01 Sep 05:40
Compare
Choose a tag to compare

BREAKING CHANGES

  • Switch to units API from file API (#40). This fixes the issue that the GitLab API performs a commit when fetching data via the file API (#38).

Dependencies

  • Spring Boot 2.7.3

Full Changelog

Version 0.4.0

30 Mar 14:05
Compare
Choose a tag to compare

Added

  • Added support for Locale variants (#20)
  • Add public getter for field existingLocales in WeblateMessageSource (#32)

Changed

  • Dependency Updates:
    • Spring Boot 2.6.5

0.4.0-rc1

24 Jan 11:54
Compare
Choose a tag to compare

Added

  • Added support for Locale variants (#20)

Changed

  • Dependency Updates:
    • Spring Boot 2.6.3