Para v1.36.0 Release Notes

Release Date: 2020-03-19 // about 4 years ago
  • โฌ†๏ธ 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