-
Notifications
You must be signed in to change notification settings - Fork 40
Add release notes for 4.5.0 #2062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
alhambrav
wants to merge
10
commits into
craftercms:master
Choose a base branch
from
alhambrav:rn-4-4-5
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
56f7f8b
Add release notes for 4.4.5
40d7856
Update release notes version to 4.5.0
2a82cfc
Update default regex for SEARCH_KEYWORDS
db34259
Updates for rn
55d9f58
Merge branch 'master' into rn-4-4-5
5bde22b
Merge branch 'master' into rn-4-4-5
c0487b4
Updates to release notes
db61d65
Update OAS files for version 4.5.0
e6fd1fe
Some more updates to OAS file
227373d
Update support page
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
.. index:: CrafterCMS version 4.5.0 Release Notes | ||
|
||
------------------------ | ||
CrafterCMS Version 4.5.0 | ||
------------------------ | ||
|
||
Released *TBD, 2025* | ||
alhambrav marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
.. important:: | ||
|
||
Please see :ref:`Breaking changes <breaking-changes-4-x>` for breaking changes and other | ||
things to consider before upgrading | ||
|
||
For instructions on how to update your CrafterCMS install, please see :ref:`upgrading-craftercms` | ||
|
||
^^^^^^^^^^^^ | ||
New Features | ||
^^^^^^^^^^^^ | ||
* New Groovy sandbox whitelists |br| | ||
See :ref:`Deployer Groovy Sandbox <deployer-groovy-sandbox-configuration>`, | ||
:ref:`Engine Groovy Sandbox <groovy-sandbox-configuration>` and | ||
:ref:`Studio Groovy Sandbox <studio-groovy-sandbox-configuration>` for more information on configuring the whitelists. | ||
|
||
* Improved serverless performance |enterpriseOnly| |br| | ||
Improved startup and first page load speeds by using Redis/ValKey as a cache in front of S3. | ||
|
||
^^^^^^^^^^^^ | ||
Enhancements | ||
^^^^^^^^^^^^ | ||
* `New configurable properties for search connection pool max values for total connections and connections per route <https://github.com/craftercms/craftercms/issues/8344>`__ |br| | ||
See the :ref:`Deployer <deployer-search-connection-pool>`, :ref:`Engine <engine-search-connection-pool>`, | ||
and :ref:`Studio <studio-search>` search configuration sections for more information. | ||
|
||
* `Improved query performance and OpenSearch caching <https://github.com/craftercms/craftercms/issues/8350>`__ |br| | ||
CrafterCMS by default now excludes disabled and expired content from search results via default filters. See :ref:`engine-search-default-filters` for more | ||
information on enabling/disabling the default filters. | ||
|
||
* `Search input field is now in focus when clicking the search button <https://github.com/craftercms/craftercms/issues/8352>`__ | ||
|
||
^^^^^^^^^ | ||
Bug Fixes | ||
^^^^^^^^^ | ||
* `Fixed issue with repeating group control <https://github.com/craftercms/craftercms/issues/8355>`__ | ||
|
||
* `Fixed issue with Studio UI breaking when searching for a user with [SA] in the name <https://github.com/craftercms/craftercms/issues/8351>`__ |br| | ||
Square brackets are now allowed by default in search queries. To allow other characters not permitted by default in search queries, | ||
simply modify the ``studio.validation.regex.SEARCH_KEYWORDS`` property in the Studio :ref:`Global Config <nav-menu-global-config>`. | ||
|
||
See :ref:`studio-validations-regex` to learn more on configuring the regex for validating user names to suit your needs. | ||
|
||
^^^^^^^^^^^^^^^^^^ | ||
Dependency Updates | ||
^^^^^^^^^^^^^^^^^^ | ||
* Noteworthy dependency updates: | ||
|
||
- Spring security to version 6.5.4 | ||
- Mariadb4j to version 3.1.0.5 | ||
|
||
For a complete list of community tickets, please visit: `GitHub 4.5.0 <https://github.com/orgs/craftercms/projects/34/views/1>`_ | ||
|
||
For information on upgrading 3.1.x sites, see :ref:`here <compatibility-with-3.1.x>` | ||
|
||
|hr| | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.