Skip to main content

Version 23.2

1. What's Changed:

A new Event Monitoring interface has been introduced, providing administrators with a convenient means to review all activities at the Project level through the Search & Filter functionality within the Admin panel. Events at the instance level are not visible on the UI, but they are securely stored in the database. This data can be easily transmitted to SIEM systems for future monitoring and analysis.

The list of project activities displayed in the Project Activity Panel has been expanded.

important

Please take into account that starting from this point forward, all events will have a new format for their storing in the database. Consequently, all events which have been stored prior to version 23.2 will be deleted.

Now instance administrators can empower users to delete their accounts and obfuscate associated personal data.

ReportPortal now offers the option to set a retention period for collected personal data during instance configuration.

note

Please note that Features 3 and 4 are configurable, giving you the flexibility to decide whether you want to use these features or not. If you choose to utilize them, you can configure them using environmental variables. Further details can be found in the respective documentation.

You can now generate as many API Keys as you need. You also have the ability to keep track of the creation date of API Keys and revoke any that are unused. Old tokens will still continue to function. Additionally, easy identification of the purpose of API Keys is facilitated through the use of prefixes.

2. Small updates:

  • “Load current step” functionality adjustments:

Minor refinements have been applied to the "Load current step" functionality. Now, you can access the "Load current step" feature by hovering over a step.

  • Download file name changes:

Attachment details and download format have been revised: files are now downloaded with the real file names.

  • Configuration examples updates:

Configuration examples on the user profile page have been updated.

3. Technical Improvements:

  • Storage layer now supports S3 storage, allowing data consolidation into a single bucket for the entire instance.

  • We’ve added postfix for bucket names in binary storage.

  • We’ve updated dependencies with security fixes: service-auto-analyzer and service-metrics-gatherer.

  • The issue of slow Log View loading when STEP has a complex structure of the nested steps nesting and count of them has been resolved and now up to 7x faster.

  • Service-jobs stability is improved during the reporting logs with the large stack traces.

  • We’ve optimized the attachments cleaning mechanism that allows us to increase the default value of the chunk_size by 20 times: from 1000 to 20000 in the docker compose and Kubernetes deployments.

  • Content Security Policy has been extended by adding the .browserstack.com. Now you can embed videos as a markdown from BrowserStack in order to ease failed tests troubleshooting.

  • Job for Flushing Demo data works as expected thanks to sql error fix.

  • We’ve updated react to version 17 and its dependencies to reduce the number of vulnerabilities and have a smooth transition to version 18.

  • Issues arising when service-api is starting (connected to bucket structure update or the binary storage type update) while there are integrations to external services like Jira have been resolved. Old logic for migrating integration salt has been removed.

  • Launches import via API is possible with additional parameters: name, description, attributes.

  • Rename notIssue parameter for import launch : For the end-point POST/v1 /{projectName} /launch /import parameter notIssue is renamed to skippedIsNotIssue. Logic remains the same.

4. Enhancements Based on Community Feedback:

  • #1815, #1795, #957, #1644, #1590. All ReportPortal images now support multiple platforms: linux/amd64

  • #1970. Deserialization issue has been fixed.

5. Released versions

Service NameRepositoryTag
Indexreportportal/service-index5.10.0
Authorizationreportportal/service-authorization5.10.0
UIreportportal/service-ui5.10.0
APIreportportal/service-api5.10.0
Jobsreportportal/service-jobs5.10.0
Migrationsreportportal/migrations5.10.0
Auto Analyzerreportportal/service-auto-analyzer5.10.0
Metrics Gathererreportportal/service-metrics-gatherer5.10.0

6. Migration guide