All Versions
22
Latest Version
Avg Release Cycle
43 days
Latest Release
914 days ago

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 in AWSIoTService
    0dd0819 added a new counter method
    ๐Ÿ”จ f19de81 refactored ParaObjectUtils to prevent conflict on the properties field
    โšก๏ธ 9b40d1b updated SSL context to use TLSv1.2
    3cd87be added properties field name constant
    ๐Ÿ”จ 1230a74 Revert "refactored Api1 class to use lambdas"
    ๐Ÿ‘ 2b3fdaf switched to LinkedHashMaps in ParaObjectUtils 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 refactored Api1 class to use lambdas
    ๐Ÿ”จ cd4b4eb refactored Para class - moved it to para-core so plugins can call Para.addDestroyListener(), added alternative init and destroy methods to ParaServer
    ๐Ÿš€ ca908be renamed WAR file mentions to JAR - switching to JAR releases
    411a202 added new Maven module para-jar
    ๐Ÿ”จ 8e5226c refactored a couple of class.newInstance() calls
    โšก๏ธ dade40f updated SqlDAO and Lucene plugins to 1.30.0
    ๐Ÿ›  394f459 added new resource method POST /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 before cache.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 refactored ParaClient to throw WebApplicationException on HTTP errors
    ๐Ÿ”จ 6b92aee refactoring in App class, switched to LinkedHashMaps
    ๐Ÿšš 4eb352c moved a few methods from RestUtils to App and SecurityUtils
    ๐Ÿ›  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 refactored AWSDynamoDAO to enable per-object control of optimistic locking

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR