Para v1.38.1 Release Notes

Release Date: 2020-11-27 // over 3 years ago
  • ๐Ÿš€ d92ee55 Release v1.38.1.
    โšก๏ธ 99f690f updated Spring Boot to 2.4.0, minor fixes
    ๐Ÿ›  0f85d38 minor fixes - switched to lambdas when adding App listeners
    ๐Ÿ›  d327a2f fixed CSRF errors on login
    ๐Ÿ›  8b654ff fixed current thread should be interrupted on IE in River class
    ๐Ÿ›  0b58532 fixed backup file names could contain space
    โšก๏ธ 4a93113 updated the AWS SDK to 2.15.23
    fa54505 added new methods to the Search interface - createIndex() and deleteIndex()
    ๐Ÿ›  45eb2e7 minor fixes - formatting, rebuildIndex operation not measured
    b170cca added new option para.dynamodb.replica_regions
    ๐ŸŒฒ 1bcd02d minor change to logging in SAMLAuthFilter
    ๐Ÿ‘ 93137ab added support for basic HTML tags in the Utils.markdownToHTML() method
    โšก๏ธ c8404b5 updated AWS SDK
    ๐Ÿ›  861fa8e fixed connection timeouts for some throttled requests to Para
    ๐Ÿ›  ba1a075 fixed app id could contain non-ASCII chars
    โšก๏ธ 32811e1 updated SQL and Lucene plugins

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR


Previous changes from v1.38.0

  • You can now easily export all data from your Para app and then import it to another Para server or app using the new /v1/_export and /v1/_import API methods.

    The new import/export API makes it really simple to migrate from one Para server to another or from a self-hosted Para to ParaIO.com, and vice versa.

    ๐Ÿš€ 7af282a Release v1.38.0.
    f7003e8 added backup and restore API methods - /v1/_import and /v1/_export
    ๐Ÿšš b10d9c6 removed coloring of log messages
    โšก๏ธ 0b9c866 updated dependencies
    ๐Ÿšš e385832 removed deprected OpenID code
    ๐Ÿ”€ 20ba742 Merge pull request #74 from Erudika/dependabot/maven/junit-junit-4.13.1
    22798c3 Bump junit from 4.12 to 4.13.1
    ๐Ÿšš 7f67028 removed warning for user creation via API
    ๐Ÿ›  5f7cd99 fixed river still processing webhooks even when they're disabled
    ๐ŸŒฒ 61e9039 added more verbose log message for when a user belongs to an app that doesn't exist
    ๐Ÿ“‡ 18196bb added link() method overload for adding metadata to Linker objects
    ๐Ÿ”จ b79366c refactored Config.getRootAppIdentifier()
    ๐Ÿ›  5352b40 fixed possible casting exception in WebhookIOListener
    ๐Ÿ›  4f7b541 fixed possible cast exception when IDP returns a numeric user ID instead of string
    ๐Ÿ”’ a554254 fixed inconsistent behavior when API security is disabled

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR