Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 4.49 KB

CHANGELOG-0.3.md

File metadata and controls

61 lines (48 loc) · 4.49 KB

v0.3.0

Documentation

Downloads for v0.3.0

Service Binaries

filename sha1 hash branch/tag
singleton-manager-i18n-s3-0.3.0.jar bd96993ed3a9a77774ce314a5dc0d69e05bc4aaa master/v0.3.0-Singleton-Service
singleton-manager-i18n-0.3.0.jar 4834268115be49ed1289cba41e2431c0b1636e91 master/v0.3.0-Singleton-Service
singleton-manager-l10n-0.3.0.jar 67d4fae94dae415c4e6fb07b4f43df91f4c1ef76 master/v0.3.0-Singleton-Service

Client Binaries

filename sha1 hash branch/tag
singleton-client-java-0.3.0.jar c6c13e73734fc0c69138417fcdb73737dc556b74 g11n-javaclient/v0.3.0-Singleton-Javaclient
@singleton-i18n/js-client - No update
@singleton-i18n/nodejs-client - No update
@singleton-i18n/angular-client - No update

Changelog since v0.2.0

Main Changes

Service

  • Add translation version fallback (#82)
  • Support product white list, please refer to Enable Product White List (#85)
  • Sort strings in translation bundles in alphabet order (#123)
  • Support fetching translations of multiple components in one call (#223)
  • Add relative time category (dateFields) in i18n formatting pattern API (#224)
  • Fixed - the Etag in the response header keeps on changing for the same GET request (#102)
  • Fixed - Singleton Service s3 build start failed based on https protocol (#145)
  • Fixed - Plurals rule doesn't follow with language (#148)
  • Fixed - The build failed to start when disable swagger-ui (#151)
  • Fixed - Failed to get translation when file(s) existing same location with component in Service S3 build (#159)

SDK

Java Client

  • Support customized header when sending request to Service (#122)
  • Support fetching translations of multiple components in one call (#219)
  • Support shared components (#226)
  • Fixed - Long source string is cut when being collected dynamically (#307)

Known Issues

Service

  • Wrong localeID display when combination is valid while the pattern result is from different locale (#311)
  • The product-white-list configuration files don't be loaded from S3 storage (#316)
  • Failed to get translation for all translation related APIs in Singleton S3 build (#317)
  • Don't support version fallback in combination API (#321)
  • Don't support product-white-list in combination API (#322)
  • Don't support version fallback in getSupportedLanguageList API (#338)

Improvement

N/A

Action Required

N/A