You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added Redis 8+ and Valkey 9+ support (#2996)
* Added Redis 8+, 9+ and Valkey 9+ support
* Removed Redis 9
* Update docs/getting_started/requirements.md
* Apply suggestions from code review
* Added mention about messenger tables (#3003)
* Removed warning about Safari
* Elasticsearch 8 support (#3002)
* Adjusted the doc
* Selfreview
* Apply suggestion from @mnocon
* Reworked the doc: api_key examples and ES7 is still supported
* Apply suggestions from Doc review
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
* Added suggestion that updating is recommended - and removed explicit version
* Update docs/search/search_engines/elasticsearch/configure_elasticsearch.md
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Improved wording
---------
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Mention that the new configuration is for both ES 7 and 8 (#3013)
* PHP API Ref HTML
* REST API Ref HTML
* Release notes for 5.0.5 (#3011)
* Adjusted the doc
* Selfreview
* Apply suggestion from @mnocon
* Reworked the doc: api_key examples and ES7 is still supported
* Apply suggestions from Doc review
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
* Release notes for 5.0.5
* Added suggestion that updating is recommended - and removed explicit version
* Update docs/search/search_engines/elasticsearch/configure_elasticsearch.md
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Removed broken links
* Removed broken fragment
* Bumped mkdocs variable
* Fixed image
* Removed big TODO headers
* Fixes
* Adjusted headers
* Apply suggestions from code review
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
---------
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
* Added links to REST API ref
---------
Co-authored-by: julitafalcondusza <117284672+julitafalcondusza@users.noreply.github.com>
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
Co-authored-by: ibexa-workflow-automation-1[bot] <ibexa-workflow-automation-1[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/getting_started/requirements.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
215
215
|Name|Version|
216
216
|---|---|
217
217
|Solr|8.11.1+ or 9.8.1+|
218
-
|Elasticsearch| 7.16.2+ |
218
+
|Elasticsearch| 7.16.2+ or 8.19+ |
219
219
220
220
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
221
221
For example, "1.18+" means any 1.x version equal to or higher than 1.18, but not 2.x.
@@ -295,7 +295,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
295
295
=== "[[= product_name =]] v5.0"
296
296
297
297
- Linux NFS or S3/EFS (for IO, aka binary files stored in content repository, not supported with legacy)
298
-
- Redis 7.2+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence)
298
+
- Redis 7.2+, 8.4+, or Valkey 9.0+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence)
299
299
- [Varnish](http://varnish-cache.org/) 6.0LTS or 7.1 with [varnish-modules](https://github.com/varnish/varnish-modules/blob/master/README.md) or [Fastly](https://www.fastly.com/) using [the provided bundle](http_cache.md) (for HTTP Cache)
300
300
301
301
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
@@ -304,7 +304,7 @@ For production setups it's recommended that you use Varnish/Fastly, Redis, NFS/E
304
304
=== "[[= product_name =]] v4.6"
305
305
306
306
- Linux NFS or S3/EFS (for IO, aka binary files stored in content repository, not supported with legacy)
307
-
- Redis 4.0+, 5.0+, and 7.2+(separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence) or [Memcached](https://memcached.org/) 1.5 or higher
307
+
- Redis 4.0+, 5.0+, 7.2+, 8.4+, or Valkey 9.0+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence), or [Memcached](https://memcached.org/) 1.5 or higher
308
308
- [Varnish](http://varnish-cache.org/) 6.0LTS or 7.1 with [varnish-modules](https://github.com/varnish/varnish-modules/blob/master/README.md) or [Fastly](https://www.fastly.com/) using [the provided bundle](http_cache.md) (for HTTP Cache)
309
309
310
310
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
#### Added OpenAPI support for Collaborative editing REST API
55
+
56
+
The [Collaborative editing](collaborative_editing.md) REST API endpoints are now included in the [OpenAPI-based REST API reference](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Collaboration-Sessions).
To learn more, see the [corresponding security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-005-password-change-and-xss-vulnerabilities-in-back-office).
42
93
43
-
####Real-time collaborative editing
94
+
### Real-time collaborative editing
44
95
45
96
Real-time editing is now part of the [Collaborative editing](collaborative_editing.md) feature.
46
97
@@ -53,7 +104,7 @@ This extends the already existing capabilities allowing editors to work on the s
53
104
54
105
For more information, see how to [configure Collaborative editing](https://doc.ibexa.co/en/5.0/content_management/collaborative_editing/configure_collaborative_editing/).
55
106
56
-
####Taxonomy suggestions for faster content classification
107
+
### Taxonomy suggestions for faster content classification
57
108
58
109
You can now speed up taxonomy assignment with AI-powered taxonomy suggestions.
59
110
@@ -65,17 +116,17 @@ This approach reduces manual effort, minimizes errors, and significantly improve
65
116
66
117
For more information, see [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions).
67
118
68
-
####Infrastructure
119
+
### Infrastructure
69
120
70
121
- MariaDB 11.4 is now [officially supported](requirements.md#dbms)
To learn more, see the [corresponding security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-004-xss-and-enumeration-vulnerabilities-in-back-office).
146
197
147
-
####Developer experience
198
+
### Developer experience
148
199
149
-
#####PHP API
200
+
#### PHP API
150
201
151
202
The PHP API has been expanded with the following:
152
203
@@ -188,7 +239,7 @@ The PHP API has been expanded with the following:
The new [Collaborative editing feature](collaborative_editing_guide.md) allows multiple users to preview, review, and edit the same content, improving teamwork and streamlining the review process.
194
245
Internal and external users can be invited to a collaboration session, through different sharing options.
@@ -197,36 +248,36 @@ With Real-time editing, more advanced part of the feature, users can see each ot
197
248
198
249
Additionally, shared drafts can be accessed and managed through new dashboard tabs: **My shared drafts** and **Drafts shared with me**, helping users stay organized.
199
250
200
-
####Discount indexing
251
+
### Discount indexing
201
252
202
253
Discounts now allow scheduling a re-indexing of discounted product catalog prices at the most convenient time by using the Ibexa Messenger package.
203
254
Ibexa Messenger is a customization of the Symfony Messenger package, created to adjust it to [[= product_name =]]'s needs.
204
255
205
256
Once properly configured, it uses a background queue to trigger price re-indexing, ensuring efficient use of system resources without causing performance disruptions.
206
257
207
-
####Improvements to notifications
258
+
### Improvements to notifications
208
259
209
260
An improved notifications system is now more intuitive.
210
261
Developers can now create and configure their own notification types, while users can now [browse through a list of notifications](https://doc.ibexa.co/projects/userguide/en/latest/getting_started/notifications/), where they can either act on them or dismiss them.
211
262
212
263

213
264
214
-
####Chat GPT 5.0 support
265
+
### Chat GPT 5.0 support
215
266
216
267
With improved reasoning and greater accuracy in mind, the AI Connector package has been enhanced by adding ChatGPT 5.0 to its list of supported LLMs.
217
268
218
269

219
270
220
-
####Developer experience
271
+
### Developer experience
221
272
222
-
#####New packages
273
+
#### New packages
223
274
224
275
The following packages have been introduced in Ibexa DXP v5.0.2:
225
276
226
277
- ibexa/collaboration
227
278
- ibexa/messenger
228
279
229
-
#####New version of PHP Storm Plugin
280
+
#### New version of PHP Storm Plugin
230
281
231
282
To further improve your experience with Ibexa DXP, a 1.14.0 version of [PHP Storm Plugin](phpstorm_plugin.md) has been released, which brings the following changes:
232
283
@@ -236,7 +287,7 @@ To further improve your experience with Ibexa DXP, a 1.14.0 version of [PHP Stor
236
287
- Added code completion for Twig Component Groups in YAML config files and AsTwigComponent attribute
237
288
- Added code completion for Twig Component Types in YAML config files
238
289
239
-
#####REST APIs
290
+
#### REST APIs
240
291
241
292
Ibexa DXP v5.0.2 adds REST API coverage for the following features:
242
293
@@ -255,7 +306,7 @@ Ibexa DXP v5.0.2 adds REST API coverage for the following features:
255
306
- Discount
256
307
- DiscountList
257
308
258
-
#####PHP API
309
+
#### PHP API
259
310
260
311
The PHP API has been expanded with the following:
261
312
@@ -313,7 +364,7 @@ The PHP API has been expanded with the following:
The [online editor](online_editor_guide.md) now allows to easily enter special characters like currency symbols.
329
380
It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html).
330
381
331
382

332
383
333
-
####Support for Solr 9
384
+
### Support for Solr 9
334
385
335
386
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
336
387
337
388
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to the [AI Actions](ai_actions.md) feature.
338
389
339
-
####Improved content creation interface
390
+
### Improved content creation interface
340
391
341
392
The editing interface of the back office is now improved to better highlight the language, creator, and the publication date when working with content items.
342
393
343
394

344
395
345
-
####Taxonomy Subtree limitation
396
+
### Taxonomy Subtree limitation
346
397
347
398
You can now manage access to [taxonomy items](taxonomy.md) more effectively by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation).
348
399
349
400
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
350
401
351
-
####Base price column added to a Product Picker view
402
+
### Base price column added to a Product Picker view
352
403
353
404
The Product Picker tool that, for example, lets you [select products eligible for discounts]([[= user_doc =]]/commerce/discounts/work_with_discounts/#create-new-discount), now displays a **Base price** column for products and product variants.
354
405
355
-
####PHP API
406
+
### PHP API
356
407
357
408
The PHP API has been enhanced with the following new classes:
358
409
@@ -362,7 +413,7 @@ The PHP API has been enhanced with the following new classes:
362
413
363
414
This release brings additional minor improvements to the developer's experience that result from capabilities offered by PHP in version 8.3.
0 commit comments