Skip to content

v1.23.0

Choose a tag to compare

@albogdano albogdano released this 08 Feb 21:46
· 1410 commits to master since this release
  • 3af739a removed unused and deprecated methods in Translation class
  • 01a172c removed unused getConfigMap() method, added support for environment variables
  • 626dd3a removed deprecated method populate()
  • d2051ee added object voting through the API
  • ffb4512 added new method client.getServerVersion()
  • 65b75f0 added new method existsIndexAlias()
  • eb93d17 added overloading method client.me(jwt)
  • 6d6c6cf added debug logging to client requests
  • a531d78 IndexBasedDAO rewrite
  • 477c488 added info message when an app is created
  • b9a3498 fixed findByIds() - multiget request not returning results in ES
  • 6cc9f5f fixed integration test for ParaClient not creating index alias
  • e52539c refactoring of LanguageUtils
  • eeec476 fixed a log message in AWSQueueUtils
  • 5dd96e3 cleanup, fixes for sonar bug reports
  • c906a85 fixed findNearBy() creating arrays larger than page size
  • 527f45f fixed humantime should return 1n instead of 1m for months
  • 060f268 fixed tags field should not be analyzed by ES
  • ad6b46f fixed readAllTranslationsForKey()
  • 2ae77c9 fixed logback config
  • 9adb91c updated ES to 2.4.4, AWS SDK to 1.11.81, Boot to 1.4.4