P6 Core 6.10.7
Release date: Thursday, 14th of January 2025
Documentation can be found here.
Fixes¶
- [STN-18622] Rework script annotations
- [STN-18557] Use Anonymous user on incoming message via CMB
- [P6-7173] Fix elliptical SSL keys usage being broken
- [STN-18151] Fix internal documentation
- [STN-18787] Script Context could be null in some conditions
- [STN-18781] Fix duplicate jar entries blocking the application
- [STN-18501] Fix closing a JSON form was not cleaning the data
New Features¶
- [STN-18047] Create a feature rich HttpClient DSL
- [STN-18372] Create a feature rich file write DSL method
- [STN-18373] Create a feature rich file read DSL method
- [STN-18374] Create a feature rich file copy DSL method
- [STN-18375] Create a feature rich file move DSL method
- [STN-18367] Create a clean folder File DSL method
- [STN-18524] Create a feature rich Http mime DSL
- [STN-18048] Create a JSON to/from XML DSL
- [STN-17959] Rework the ELK auditing
- [STN-17961] Rework Log4j logging and add ELK support
- [STN-18053] Introduce code quality on scripts
- [STN-18052] Introduce code quality check on packaging
- [STN-18498] Introduce code quality on routes packaging
- [STN-18728] Attach code quality report to the job details
- [STN-18102] New Appconfig type named JSON Object
- [STN-18101] New merge method to AppConfig DSL to merge JSON Object
- [STN-18099] New application endpoint to retrieve configuration
- [STN-18100] New application endpoint to save configuration
- [STN-18098] New configure button on application
- [STN-18146] Allow application configuration edition from list
- [STN-17986] New ‘verified only’ property on the configuration to restrict applications that could be installed
- [STN-18006] Display the verified flag on application list
- [STN-17989] Restrict import source based on the ‘verified only’ property
- [STN-18103] Verify that application can be imported according to the new ‘verified only’ property
- [STN-18000] Introduce a new Application store concept as import source
- [STN-18474] Fixed internal usage of NotNull annotation
- [STN-18671] Implement a format method in the I18n DSL to perform interpolation
- [STN-18051] Security: Protect route compilation against malicious code
Tools update¶
- [P6-7254] Update p6cmd documentation