Skip to content

Releases: Erudika/para

v1.42.0

26 Nov 15:39
5cd9d33
Compare
Choose a tag to compare

b6852f5 Release v1.42.0.
c94ac49 fixed method User#getIdentifiers() should not be public
00c8272 added support for jwt=id parameter in auth requests, enhanced PasswordlessAuthFilter to accept the new id tokens
41d4fc6 fixed the one_session_per_user feature
ac7389e added support for para.security.one_session_per_user and per-app configuration of session_timeout; added support for ?jwt-cookie= parameter in signin_success paths
2e086d9 fixed default queue impl should be LocalQueue instead of AWSQueue
c5e5835 fixed backup method should not use search, but should directly read from DB instead
5c6db67 fixed missing important properties on exported objects which have JsonIgnore annotation
e0baeff updated Spring Boot to 2.6.0, Jackson to 2.13
ec34cb0 fixed connection issues in ParaClient
24863c2 added support for audio and video tags in Markdown
069b2d0 fixed method for deleting global tables with replicas in AWSDynamoUtils
cdbe8c9 fixed CORS filter order, breaking CORS headers completely
c07db0b Fix Flaky MockDAOTest (#83)

📦 Download JAR

📦 Download WAR

v1.41.3

17 Oct 12:21
51e985d
Compare
Choose a tag to compare

08e93ba updated dependencies and added Automatic-Module-Name to JAR Manifest
eb89b6f fixed ParaClient should throw exception when configured to do so
c44db7e Merge pull request #82 from fpellet/app-key
315d2e3 add new config option para.app_key
34d56ed minor cleanup in ParaClient

📦 Download JAR

📦 Download WAR

v1.41.2

05 Oct 13:23
6d09521
Compare
Choose a tag to compare

e562b42 [maven-release-plugin] prepare for next development iteration
6d09521 [maven-release-plugin] prepare release v1.41.2
1e5b638 fixed ClassNotFoundException errors in ParaClient when a WebApplicationException is thrown
9f65c4e [maven-release-plugin] prepare for next development iteration

📦 Download JAR

📦 Download WAR

v1.41.1

04 Oct 19:54
f95f571
Compare
Choose a tag to compare

17871e7 fixed incorrect initialization of SSL context in ParaClient, closes Erudika/scoold#266

📦 Download JAR

📦 Download WAR

v1.41.0

04 Oct 16:06
82d7871
Compare
Choose a tag to compare

594aad3 upgraded to Apache HTTP client 5.x
a13e87a refactored ParaClient to use Apache HTTP client instead of Jersey client, thus making Para compatible with Java 17
3c3df4b added support for JSON pointers in the GenericOAuth2Filter for extracting user data from nested fields
6d9fa6a added option to configure soft line breaks in Markdown - para.markdown_soft_break = '<br>'
7755c98 fixed river/webhooks don't work when server starts unhealthy
cc1dfac fixed error while fetching profile data from OAuth2 IDP endpoint
c104060 minor logging fix in GenericOAuth2Filter

📦 Download JAR

📦 Download WAR

v1.40.0

27 Aug 19:40
2c939c1
Compare
Choose a tag to compare

19d5c40 updated dependencies and fixed build
032d9b5 added new option for downloading avatars in GenericOAuth2Filter
3db5e03 added support for storing ID tokens in User objects
76b6b34 fixed MicrosoftAuthFilter gets the wrong email by default
4581328 fixed deprecated warning after upgrading Jsoup
c84f74d updated jsoup
f38dacb added support for mTLS in ParaClient
5a6af9e updated gencerts.sh
8b356d8 added sslcontext-kickstarter dependency
c588367 removed Spring dependencies from para-core, added ClassGraph lib for classpath scanning
f49211e added support for native SSL and HTTP2 in Para
90ae7c6 fixed IllegalStateException when search query contains curly braces
76f11b4 added docker build actions
ba0ff8c added more verbose logging on errors in the GenericOAuth2Filter
67b220b minor fix for logging message in SAMLAuthFilter
2837317 updated Spring Security to 5.5.1
d153b34 added more verbose logging around failed SAML and OAuth2 requests
399b8b5 updated SQL DAO plugin to 1.40.0, adding support for Oracle and SQLite
a1c8d1a fixed irrelevant warning about Kotlin
d0ae583 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

📦 Download WAR

v1.39.1

09 Jun 15:26
5b4a35b
Compare
Choose a tag to compare

6b5072f updated Spring Boot to 2.5.0
9e6fec9 fixed a minor error in AOPUtils if list contains null items
b53887e removed CurrencyConverter class and I18n module
fcdeed2 added extra OAuth2 parameters for fetching first/last name values from IDP
57fc1e1 fixed error when trying to login with Slack
d6484fe updated plugins

📦 Download JAR

📦 Download WAR

v1.39.0

25 Apr 11:52
e54b711
Compare
Choose a tag to compare

b3dc28f Release v1.39.0.
8b52ebc removed IoT classes and functionality, reason: too specific, out of the scope of this project
7c3c92a updated dependencies
e89b460 fixed name size between 1 and 255 chars
1646bdd fixed logging of unprocessed items in AWSDynamoUtils class
35d0863 fixed exception when loading file in AWSFileStore
986e412 fixed bug in FieldFilter
fc7d8ad added select parameter to Pager class for selecting the returned fields from API
a709822 fixed webhooks' response codes should be in the 2xx range, not just 200
1df0042 fixed bugs in FileStore implementations, removed calls to in.available() method
a5cfa44 fixed issues reported by Sonar
c2c62eb added log message on failed upload to S3
9e4e400 fixed file storage module should not bind S3 impl by default, closes Erudika/scoold#225
9c3f250 fixed several issues around FileStore implementations, added option to store MS avatars on disk
d4e75ba fixed logging messages in AWSDynamoUtils
73e536f fixed expection in MicrosoftAuthFilter when avatar is too large to fit in DB
24af8f0 added more verbose logging of uprocessed requests to DynamoDB
46c6a99 fixed issues reported by sonar
2237f1c fixed webhook logic to disable unresponsive hooks
49fb076 fixed bug in River code when syncing indexes across regions
b5aab73 fixed error in data import method when the backup zip contains binary files
aef8480 fixed errors when deleting global tables in DynamoDB

📦 Download JAR

📦 Download WAR

v1.38.4

27 Feb 18:57
7b636f7
Compare
Choose a tag to compare

65f7a82 Release v1.38.4.
8aa13a5 updated Spring Boot to 2.4.3
c61fc5c fixed broken import method which resulted in partially imported data
10cb4d7 added new parameter to Para.newApp() method
ce5a4dd bumped year in license header
0b737ee added new API response for counting objects of each type
ea796be added new option to explicitly enable AD mode for LDAP auth
eb6db37 fixed bug in LocalQueue causing high CPU usage

📦 Download JAR

📦 Download WAR

v1.38.3

11 Jan 20:25
2fa1f69
Compare
Choose a tag to compare

5bd744e Release v1.38.3.
55e8ddd added more debug info to all auth filters, explaining why an auth request had failed
6d045fc fixed problem with ParaClient where AWSv4 request signatures would break for PUT requests with large bodies
7922b42 added some more log messages in MicrosoftAuthFilter
62f1d88 fixed ConcurrentModificationException in River class
d2c6d9a added option to configure indexing retries in River class
5339e61 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

📦 Download WAR