PIM 24.22
Version | 24.22 |
---|---|
Release Date | 06 February 2025 |
Changes
New features
- A new API endpoint
GET /api/tasks/list-task-names
that lists job types.
Enhancements on view generation and web hooks
Reduced latency in view generation (published product views)
Published product view (resolved views) generation is reworked which comes with the following benefits:
- Published product view generation is now done in the WatchAllGeneratedViewsAndModels Recurring Hangfire Job. PIM installations with a lot of products will experience a drastic reduction in this job's execution time, leaving time to handle other jobs.
- Published product views are generated faster. The latency from a product is published / updated to the corresponding resolved views are generated is drastically reduced. The improvements are especially beneficial for PIM installations with a lot of product updates.
Reduced latency in web hook forwarding
Web hook forwarding is reworked with slightly different retry policy. The main change, however, is that web hooks are forwarded faster which reduce the latency from when a domain event is handled in PIM, to the domain event is forwarded to the customer solution.
- See web hooks for documentation.
Other enhancements
- Jobs list UI's job type filter dropdown now only contains jobs that are present in the list.
Deprecations
- PIM User page no longer presents an API key component. Note: The API key has been deprecated and would not work; now the API key can no longer be retrieved from the UI.