Para v1.38.0 Release Notes

Release Date: 2020-10-28 // over 3 years ago
  • 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