Para v1.38.1 Release Notes

Release Date: 2020-11-27 // over 4 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