Skip to content

v1.29.0

Choose a tag to compare

@albogdano albogdano released this 14 Mar 23:47
· 1080 commits to master since this release
  • Moved LuceneSearch to para-search-lucene and H2DAO to para-dao-sql
  • Added support for optimistic locking through a new version field
  • Updated Search interface with 2 new methods - rebuildIndex() and isValidQueryString()

c57bad7 updated Spring Boot to 2.0, Spring and Spring Security to 5.0, Hibernate Validator to 6.0
64c8faa updated Dropwizard Metrics to 4.x, added Jackson Java Time module, fixed Hibernate Validator conflict
e119696 refactoring: moved LuceneSearch to its own repository para-search-lucene
3d23fa5 fixed an issue of inaccurate health reporting on startup
c3658aa moved H2DAO to SqlDAO plugin repository
8647e93 removed accept header from Microsoft auth filter
f86cc25 fixed app not able to update itself with a PATCH request
ed89c20 removed AWS_ACCESSKEY and AWS_SECRETKEY from Config
6e1a085 fixed query string verification for *
ea52e7c added query string syntax validation to search API
a459d7a added 2 new methods to Search interface - rebuildIndex() and isValidQueryString()
c2994f3 fixed null values ignored by ParaClient
d6b92e1 reverted field back to public
53f53f7 added optimistic locking support in AWSDynamoDAO
60dea58 added version field constant
5b5d9d7 added filtering of failed objects with a negative version
7d5c50a added a new version field to ParaObject
975f34f added overloaded stripAndTrim for stripping non-ASCII characters
4a0ffc9 increased number of allowed untranslated strings in LanguageUtils to 5

📦 Download WAR