Release Notes for XWiki 14.10.1
This is the release notes for XWiki Commons, XWiki Rendering and XWiki Platform. They share the same release notes as they are released together and have the same version.
This is mainly a bugfix release that covers important issues that we have discovered since 14.10 has been released. However, it also comes with an improved attachment gallery picker and a way for developers to restrict when it's allowed to execute a template. It also included fixes for several security vulnerabilities, making it a recommended upgrade.
New and Noteworthy (since XWiki 14.10)
Full list of issues fixed and Dashboard for XWiki 14.10.1.
For Users
Attachment gallery picker scope selection toggle
The attachment gallery picker allows to define a search scope, either the current page only, or all viewable pages. In addition, a warning is displayed to the user when the selected attachment is not from the current page.
For Admins
No changes!
For Developers
Template requirements
It's now possible to express, through template properties, requirements that must be met before the template is executed. By default, the possibility to express a requirement on the context action is supported but any extension can provide its own requirements types. See Template Module for more details.
Miscellaneous
Parameterized and translatable exceptions: A org.xwiki.logging.AbstractMessageException is provided to make easier to create exceptions with the same features as org.xwiki.logging.Message. See https://extensions.xwiki.org/xwiki/bin/view/Extension/Logging%20Module#HParameterizedandtranslatableexceptions for more details.
Translations
The following translations have been updated:
Tested Browsers & Databases
Here is the list of browsers we support and how they have been tested for this release:
Browser | Tested on: | |
---|---|---|
Mozilla Firefox 107 | Jira Tickets Marked as Fixed in the Release Notes | |
Google Chrome 108 | Tests run and results | |
Microsoft Edge 108 | ||
Safari 16 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Tested on: | |
---|---|---|
HyperSQL 2.7.1 | Not Tested | |
PostgreSQL 15 | Not Tested | |
MariaDB 10.6 | Jira Tickets Marked as Fixed in the Release Notes | |
MySQL 8 | Tests run and results | |
Oracle 19c |
Here is the list of Servlet Containers we support and how they have been tested for this release:
Servlet Container | Tested on: | |
---|---|---|
Tomcat 9.0.70 | ||
Jetty 10.0.7 (XWiki Standalone packaging) | ||
Jetty 10.0.7 | Not Tested |
Known issues
Backward Compatibility and Migration Notes
General Notes
- When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
- xwiki.cfg
- xwiki.properties
- web.xml
- hibernate.cfg.xml
- Add xwiki.store.migration=1 in xwiki.cfg so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
API Breakages
The following APIs were modified since XWiki 14.10:
No breakage!
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
- Manuel Leduc
- Michael Hamann
- Raphaƫl Jakse
- Simon Urli
- Thomas Mortagne
- Vincent Massol