Releases: Erudika/para
v1.51.0
5d6f94d [maven-release-plugin] prepare for next development iteration
21a331b [maven-release-plugin] prepare release v1.51.0
efff87e updated dependencies
e915eab code cleanup: Signer.java
917e877 updated dependencies
d33878e added new config option para.security.ldap.displayname_attribute for mapping the LDAP display name to the user's full name in Para
e12a99e fixed request signatures
ed77d0a added access log rotation configuration for Jetty
40c6302 fixed user details service auto-configuration
c83e917 updated dependencies
254bc1f updated Spring Boot
c42419c removed AWS SDK from para-core, in favor of the lightweight AWS client
cb01abc fixed integration test
a31bef1 fixed deprecation warnings
67e9db1 updated Spring Security and Spring Boot
f93a33b Bump and rename sslcontext-kicktart to ayza
a507525 Bump org.apache.commons:commons-lang3 in /para-core
2ee3248 [maven-release-plugin] prepare for next development iteration
📦 Download JAR
📦 Download WAR
v1.50.8
612688b updated dependencies and resolved deprecations
46a908d fixed CWE-532 in FacebookAuthFilter - improper logging of sensitive information
1fc2591 updated Spring Boot
2d0bec5 Bump commons-beanutils:commons-beanutils in /para-core
1e8a895 removed logging of root app secret when initializing Para
📦 Download JAR
📦 Download WAR
v1.50.7
v1.50.6
e85db50 [maven-release-plugin] prepare for next development iteration
52414a0 [maven-release-plugin] prepare release v1.50.6
cbb60ef fixed bug in webhooks where property filters didn't work most of the time
6863a00 [maven-release-plugin] prepare for next development iteration
📦 Download JAR
📦 Download WAR
v1.50.5
0312d7c updated dependencies
52b01d9 added more verbose logging in ParaClient
a367259 updated dependencies
62aa7ac updated github workflows
3ca3f27 added more verbose loging for ParaClient requests
4b87957 fixed typo
65494f0 updated Spring Boot
📦 Download JAR
📦 Download WAR
v1.50.4
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
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
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
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
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