Skip to content

Releases: Erudika/para

v1.50.4

23 Jan 17:34
22b56d1
Compare
Choose a tag to compare

e671235 Release v1.50.4.
7c853ed fixed bug when calculating entity size limit for batch requests
2c91e9c fixed issue with missing configuration properties not cleared from config file, added method for overwriting internal config object
58a1b21 updated Spring Boot
73a3fd6 fixed deprecation warnings
4ecd435 updated dependencies
d913f6a updated Lucene plugin
384a6f9 updated Lucene plugin

📦 Download JAR

📦 Download WAR

v1.50.3

29 Oct 11:23
feb2e88
Compare
Choose a tag to compare

9df34c1 updated plugins
ac971bb updated dependencies
b3f6db0 minor fixes of deprecated methods
04bb3ed fixed tests
9a030b2 refactored config parsing methods
1e95c49 fixed URI and paths normalization
822ac29 updated Spring Security
876f45a updated Spring Boot
0ca1fe5 updated Dockerfile-base
adbc1a1 updated dependencies
30cbb81 added installer.sh Bash script for Debian distros

📦 Download JAR

📦 Download WAR

v1.50.2

01 Aug 15:29
c1934a9
Compare
Choose a tag to compare

7fa1efd added MockEmailer class
50afaad updated dependencies
53fd189 fixed login email should not be case-sensitive
2956679 fixed login email should not be case-sensitive
686eb4d fixed possible NPE in HealthUtils, closes #280

📦 Download JAR

📦 Download WAR

v1.50.1

07 Jun 20:29
c0021b6
Compare
Choose a tag to compare

cd4af31 updated dependencies
899ae04 removed json ignore annotation in User class
d44df86 fixed Webhook filters method to allow empty lists and strings
84cd3b2 fixed pom.xml files
5982306 added support for Webhook filters
52192d5 added native image configuration and new method for registering core classes in ParaObjectUtils

📦 Download JAR

📦 Download WAR

v1.50.0

27 Apr 17:24
73367eb
Compare
Choose a tag to compare

Migrated project to Spring Boot 3.x -

  • JDK 17+ required,
  • javax.* > jakarta.* namespace changed
  • Updated Dockerfiles to use JDK 21
  • added native build profile

d758faa updated plugin versions
687db4d removed unused configuration property para.security.csrf_cookie
3393b4b removed old CSRF token repostiory in favor of new Spring Sec 6+ protection mechanism
0c67d4f added tag description property
8e3b9e0 fixed native build
645e628 minor fix for failing requests containing large batches of IDs to delete
3b5c76f updated pom.xml files
dc89049 updated dependencies
b2aaedb Bump org.springframework.security:spring-security-core in /para-server
9474740 migrated Para to Spring Boot 3.x, JDK 17+
f91f2ef added support for uppercase ENV variables, closes Erudika/scoold#452
6e3322f switched to JDK 21

📦 Download JAR

📦 Download WAR

v1.49.5

08 Apr 09:32
76660eb
Compare
Choose a tag to compare

09bf831 removed unused import in LDAPAuthenticator
c6a66e3 Merge pull request #266 from mljohns89/ldap-authenticated-read-access
979446a use afterPropertiesSet to initialize authenticationSource

📦 Download JAR

📦 Download WAR

v1.49.4

03 Apr 14:33
9f0730c
Compare
Choose a tag to compare

46e87da updated dependencies
0eef624 Merge pull request #259 from mljohns89/ldap-authenticated-read-access
1b13294 support for ldap servers requiring authentication for read access

📦 Download JAR

📦 Download WAR

v1.49.3

18 Mar 14:26
cf1e59d
Compare
Choose a tag to compare

31d8aed [maven-release-plugin] prepare for next development iteration
cf1e59d [maven-release-plugin] prepare release v1.49.3
fc9e622 updated dependencies
f3884a3 updated JWT library
feaf6b0 added better error message if local file is missing
08cee4b added option to send host_url as an index appended to appid in the state parameter of an auth request
64c4a81 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

📦 Download WAR

v1.49.2

20 Feb 21:02
d7f64b8
Compare
Choose a tag to compare

01d5511 added support for different host_url parameters in redirect URLs back to client app, after signin succes/failure
a8ad7b5 updated dependencies
34a0e5e added support for sending attachments along with emails in the Emailer class
e5c647d Merge pull request #248 from BulkSecurityGeneratorProjectV2/fix/JLL/use_https_to_resolve_dependencies_maven
b7aa5de vuln-fix: Use HTTPS instead of HTTP to resolve deps CVE-2021-26291

📦 Download JAR

📦 Download WAR

v1.49.1

06 Dec 17:09
6a13cd7
Compare
Choose a tag to compare

428604b updated dependencies
bfc16a4 fixed bug where new config values don't get saved to application.conf file when set through System.setProperty(), closes Erudika/scoold#423
e579d7c fixed exceptions on startup when configuration file is missing, and also fixed bug where Para would not save/update secret in config file
fb62068 added password length check to user password validation method
386aa9d added option for not sending scope parameter in OAuth2 token requests when using the GenericOAuth2Filter

📦 Download JAR

📦 Download WAR