Changelog History
Page 3
-
v1.30.0 Changes
August 05, 2018๐ cbec1cc fixed Maven release issue - missing JavaDocs for para-jar
๐ 28bdb53 fixed resource deallocation issue in LoclaFileStore
โก๏ธ 6c59504 updated Spring to v5.0.7
โ 3dba903 fixed cyclomatic complexity issue, fixed tests
๐จ 7b32455 refactored metrics to allow plugins to use them, moved Dropwizard-core to para-core
๐ 3eb5efa fixed deprecated calls inAWSIoTService
0dd0819 added a new counter method
๐จ f19de81 refactoredParaObjectUtils
to prevent conflict on theproperties
field
โก๏ธ 9b40d1b updated SSL context to use TLSv1.2
3cd87be added properties field name constant
๐จ 1230a74 Revert "refactoredApi1
class to use lambdas"
๐ 2b3fdaf switched toLinkedHashMaps
inParaObjectUtils
for better consistency
๐ฒ 8224085 added Spring LDAP logging config
๐ 3efb33d added support for SSE for new DynamoDB tables
โก๏ธ 14ef570 updated AWS SDK to 1.11.313
8d067c9 added option to throw on write errors
๐ 43b490d Merge pull request #49 from bitnot/patch-1
e7e3465 Convert email to lower case for Gravatar hashing
ae9823f added rebuildIndex() methods to ParaClient
๐จ 740176a refactoredApi1
class to use lambdas
๐จ cd4b4eb refactored Para class - moved it to para-core so plugins can callPara.addDestroyListener()
, added alternative init and destroy methods toParaServer
๐ ca908be renamed WAR file mentions to JAR - switching to JAR releases
411a202 added new Maven module para-jar
๐จ 8e5226c refactored a couple ofclass.newInstance()
calls
โก๏ธ dade40f updatedSqlDAO
and Lucene plugins to 1.30.0
๐ 394f459 added new resource methodPOST /v1/_reindex
to API, fixes #45๐ ๐ฆ Download JAR
๐ ๐ฆ Download WAR
-
v1.29.2 Changes
June 02, 2018โ f186056 added new method
getCoreParaTypes()
and fixed tests
๐ 9c300d8 removed unnecessary check beforecache.get()
446a375 added new method for listing all fields marked with a set of annotations
f1d3cd0 added option to turn on/off throwing of exceptions on HTTP error responses
๐จ 7119203 refactoredParaClient
to throwWebApplicationException
on HTTP errors
๐จ 6b92aee refactoring inApp
class, switched toLinkedHashMaps
๐ 4eb352c moved a few methods fromRestUtils
to App andSecurityUtils
๐ 2d6f58f fixed version field ignored as if it is locked
โก๏ธ d05939a updated dependencies
๐ณ a993060 minor change to user permissions in Dockerfile
๐ณ 06566d3 added mvn clean step to Dockerfile-base
๐ d1b7dd4 added deploy.sh
๐ณ 3b69abc added Dockerfile for the Para base image
๐ณ 1d34d5c changed Dockerfile to download WAR from Maven
๐ณ 23a7a8a added Dockerfile
๐ f32c8f0 fixed LangUtils to enable the loading of the two Chinese variants
๐ 5fbec5a fixed a possible NPE
๐ 2a5c535 fixed language progress map loading too often
e5b546c added overloaded method to allow reindexing an app to an existing index
๐ d06e23d fixed rebuildIndex method registration in MetricsUtils
๐ 54f8841 fixed #40
โก๏ธ 8fb8c93 updated Spring Boot to 2.0.1, Security to 5.0.4
โก๏ธ 666cfad added 412 response code for failed single and batch updates
โก๏ธ c3a3841 fixed version field not ignored on update
๐จ e2d733b refactoredAWSDynamoDAO
to enable per-object control of optimistic locking๐ ๐ฆ Download WAR