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

Changelog History
Page 1

  • v1.38.1 Changes

    November 27, 2020

    ๐Ÿš€ 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

  • v1.38.0 Changes

    October 28, 2020

    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

  • v1.37.1 Changes

    July 13, 2020

    ๐Ÿš€ 97652b9 [maven-release-plugin] prepare for next development iteration
    ๐Ÿš€ 9413343 [maven-release-plugin] prepare release v1.37.1
    ๐Ÿš€ ad2fd37 Release v1.37.1.
    โœ… e661472 switched to GrizzlyConnectorProvider in ParaClient due to failing tests
    โšก๏ธ 7c9f5ee updated Spring Boot to 2.3.1, Spring to 5.2.7
    โš  0f4f9f3 fixed illegal reflective access warning caused Jersey's HttpUrlConnectorProvider, switched to ApacheConnectorProvider
    โฌ†๏ธ bcf1d74 upgraded Slack auth filter to use their v2 endpoint
    ๐Ÿš€ b6131d5 Merge pull request #72 from Erudika/dependabot/maven/para-server/springSecVer-5.3.3.RELEASE
    ๐Ÿš€ 0ee24a9 Bump springSecVer from 5.3.2.RELEASE to 5.3.3.RELEASE in /para-server
    โšก๏ธ be4eb74 updated Spring, Spring Boot, Spring Security and the AWS SDK
    โš  bf765aa fixed unchecked warnings
    cce4217 minor complexity fix
    ๐Ÿ›  b563550 fixed issue with emails in SAML, LDAP, OAuth filters
    ๐Ÿ›  18cba8f fixed stream not closed properly in github auth filter
    ๐Ÿ›  c3e37c7 fixed password auth method for JWT logins
    e3f539d added more detailed info for requests with invalid signatures
    ๐ŸŒฒ 430b122 minor edit of log message
    ๐Ÿ›ฐ c396b17 minor change in Webhooks class to have JSON payloads by default
    25113b8 minor fix in river class
    ๐Ÿš€ 4123717 [maven-release-plugin] prepare for next development iteration

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.37.0 Changes

    April 01, 2020

    ๐Ÿš€ 4123717 [maven-release-plugin] prepare for next development iteration
    ๐Ÿš€ 45f0053 [maven-release-plugin] prepare release v1.37.0
    ๐Ÿš€ ee3230a Release v1.37.0.
    โšก๏ธ c2113e9 updated dependencies
    ๐Ÿ’… ad0dca7 fixed checkstyle errors
    ๐Ÿ‘ b5ed0f6 added support for Amazon authentication
    ๐Ÿ‘ 95cfa9f added support for custom events and custom event triggers in webhooks.
    โšก๏ธ 35c007a updated HttpClient to 4.5.12
    ๐Ÿš€ bfef383 [maven-release-plugin] prepare for next development iteration

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.36.1 Changes

    March 25, 2020

    ๐Ÿš€ 2123171 Release v1.36.1.
    โšก๏ธ 8a56136 updated AWS SDK to 2.10.86
    ๐Ÿ›  e167e6e fixed a bug where some auth responses were encoded with iso-8859-1 instead of utf-8
    ๐Ÿณ cb0f5b2 fixed docker files

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.36.0 Changes

    March 19, 2020

    โฌ†๏ธ Note: Lucene indices will have to be rebuilt after upgrading.

    ๐Ÿ‘€ You may see errors in the logs saying:

    No search results for type 'null' in app 'para': cannot change field "_docid" from index
     options=DOCS_AND_FREQS to inconsistent index options=DOCS_AND_FREQS_AND_POSITIONS.
    

    ๐Ÿ›  The can be fixed with a full reindex of the root app index and other child app indices.

    ๐Ÿš€ 765625c Release v1.36.0.
    ๐Ÿ›  44f9d37 fixed bugs reported by sonar
    3920ced added option to map LDAP nodes to user groups
    ๐Ÿ›  15f2de1 fixed serialized JSON output in ParaClient should not have indentation
    ๐Ÿ›  08b75b5 Merge pull request #71 from madpeteguy/bugfix/madpeteguy/rootdn-ron-ldap
    ๐Ÿ‘ 2971d42 Custom rootDn config support for Active Directory.
    b12d6e6 added catch clause to a method in GitHubAuthFilter
    ๐ŸŒฒ f59bd9c added extra logging info about failed OAuth 2 requests
    ๐Ÿ›  bc07146 fixed http responses not closed properly
    e47a9c0 improved CSRF protection for logins with stateless tokens
    ๐Ÿ‘ cb1fa8a added support for SameSite auth cookies
    ๐Ÿ›  3353ae5 fixed email pattern for longer TLDs
    8535666 added missing mattermost provider in User class
    ๐Ÿ›  1b1506f fixed certain LDAP login issues with Active Directory servers where logins would fail if the UPN suffix is different than the given domain, related to Erudika/scoold#67
    ๐Ÿ›  1cd04f8 fixed possible user duplication issues due to identical emails with different case
    โšก๏ธ f4d64b7 updated plugins
    ๐Ÿ›  300a4ef fixed potentially invalid CSRF cookie values
    โœ… 3162635 added test for invalid base64 encoded strings
    ๐ŸŒฒ 14981b7 added more detailed log message for requests with invalid signatures
    0266ceb added error message to Utils.base64dec() method
    13b4056 bumped year in license
    ๐Ÿ— 382b853 fixed docker base build, closes #70
    ๐Ÿš€ e1d3c8a [maven-release-plugin] prepare for next development iteration

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.35.0 Changes

    February 16, 2020

    โš ๏ธ H2 DATABASE MIGRATION REQUIRED :
    โฌ†๏ธ Upgrading to this version of Para requires you migrate your H2 database to the new version 1.4.200. If you're not using H2 as database, no further action is necessary.

    โช Follow the migration guide here

    ๐Ÿš€ 9a19957 Release v1.35.0.
    ๐Ÿ›  56c6328 fixed errors reported by sonar
    ๐Ÿšš 42ec075 removed unused class LanguageUtils
    โšก๏ธ 400a7fc updated dependencies
    ๐Ÿ›  3af402f fixed AWSDynamoDAO not handling ProvisionedThroughputExceededException properly
    ๐Ÿ— 767136c fixed docker-base build, related to #70
    ๐ŸŒฒ 758789e made logging of API exceptions less verbose
    โšก๏ธ 6ac0d4e updated AWS SDK to 2.10.56
    070d8a0 updated SQL DAO plugin to 1.35.0, database migration may be necessary
    c7f6d0f added new option para.debug_request_signatures to print out request signatures for debugging

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.34.3 Changes

    January 24, 2020

    ๐Ÿš€ c1a1b12 Release v1.34.3.
    โšก๏ธ af96836 updated log messages to be more helpful
    โšก๏ธ cda15ed updated dependencies
    โœ… bd03e5a added unit test for method Utils.bcrypt(unicode)
    ๐Ÿ›  8e050f4 fixed an obscure bug related to request signatures, related issue: Erudika/scoold#141
    ๐Ÿ›  4ea65da fixed a bug in the API controller which blocked calls to unlink() and unlinkAll()
    ๐Ÿ›  9730071 fixed logging and added more detailed messages about requests with invalid signatures
    ๐Ÿ›  254781e fixed error message duplication in ParaClient
    ๐Ÿ›  a25051d fixed a bug in Tag#getObjectURI()
    ๐Ÿ›  b724d52 fixed authentication with OAuth and SAML should not fail when a valid email is missing
    ๐Ÿ”จ f0f8234 refactored toObject() method to honor the app's datatypes
    ๐Ÿ›  d07fc8e fixed a bug which blocked requests with a public permission
    fe79716 added additional debug info for LDAP requests

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.34.2 Changes

    December 19, 2019

    ๐Ÿš€ b03985d Release v1.34.2.
    โšก๏ธ 289d2f3 updated dependencies
    654e19e added mattermost config parameters
    2b98a5c added user-agent header to client requests
    ๐Ÿ”€ 772431c Merge pull request #69 from cesarsotovalero/master
    8204107 exclude unused dependencies from core
    ๐ŸŒฒ 558b6d5 added more verbose logging messages in GenericOAuth2Filter
    โšก๏ธ cc39c54 fixed profile pictures not updated by the PasswordlessAuthFilter
    ๐Ÿ”ง a5600b6 added error message when OAuth parameters not configured
    ๐Ÿ›  049335f fixed picture not set in PasswordlessAuthFilter
    3a7b1a9 added option to make the names of LDAP users the same as their usernames
    โšก๏ธ 73813ea updated JWT library
    ๐Ÿ›  0b00ab4 fixed nbf claim in JWTs not optional

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR

  • v1.34.1 Changes

    October 01, 2019

    ๐Ÿš€ 492e751 Release v1.34.1.
    โšก๏ธ 400b54e updated dependencies
    ๐Ÿ‘ 784d0a3 added passwordless auth filter supporting externally authenticated users (external SSO) like SAML, LDAP, etc. and virtually any custom authentication mechanism
    โฑ 96a90be increased idle timeout for all requests due to failing batch writes with 504
    โš  34708ee added warning for duplicates in createAll() requests, DynamoDB handling of duplicates, fixed deleteAll() for more than 20 items in batch
    ๐Ÿšš e1cdf28 removed limit for batch delete requests

    ๐Ÿš€ ๐Ÿ“ฆ Download JAR

    ๐Ÿš€ ๐Ÿ“ฆ Download WAR