-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
Patch 1 #3382
Closed
Closed
Patch 1 #3382
Conversation
This file contains 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
Which was introduced via neos#2793
FEATURE: Separate RouteConfiguration from Router
…rom `Session` and `SessionManager` into `SessionDataStore` and `SessionMetaDataStore` This is the first step of refactoring the storage of session data to value objects.
…array based metadata
This will enable to have a single record to contain the whole metadata for the session.
…rmal and remote sesions
…ion internally and accept session metadata externally
The method collectGarbage is now located in the sessionManagerInterface.
some tests had to be adjusted for that
By serializing in SessionDataStore and using the string frontend a debounce hash can be held to avoid writing the same data again even when it was already written.
The metadata store will keep a copy of all metadata entries while reading and will only update metadata entries that have been modified or that are older than the given threshold.
…nstant overwriting with same values
The properties get the readonly flag after we rebase / merge to php 8.1
…ession stores internal
Since the odd behavior of writing "lastVisitedNode" to the session cache without reading it first is gone.
After rebasing we have php 8.1 as min version and can rely on that.
…on and storage identifier
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](certifi/python-certifi@2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
In preparation of Flow 9 we deprecate some functionality we expose but that was deprecated in doctrine already, so we will remove it.
!!!TASK: Deprecate outdated doctrine functionality
We accept DBAL with ^3.1.4 and ORM ^2.14.0
Adation to IterableResult deprecation.
…entation/urllib3-2.2.2 Bump urllib3 from 2.0.7 to 2.2.2 in /Neos.Flow/Documentation
…entation/certifi-2024.7.4 Bump certifi from 2023.7.22 to 2024.7.4 in /Neos.Flow/Documentation
Co-authored-by: Karsten Dambekalns <[email protected]>
…bal-tw-3.2 !!! FEATURE: update to `doctrine/dbal` version 3
spelling mistakes found and corrected
undoing the error of the previous commit
Hi @Safat99 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Spelling mistakes found and now cherry-picking
Upgrade instructions
here
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions