-
Notifications
You must be signed in to change notification settings - Fork 7
upgrade hydrator 2.0 #777
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
base: 4.0.x
Are you sure you want to change the base?
upgrade hydrator 2.0 #777
Conversation
Hello 👋 here is the most recent benchmark result:
This comment gets update everytime a new commit comes in! |
@@ -11,7 +11,7 @@ powered by the reliable Doctrine ecosystem and focused on developer experience. | |||
* Automatic [snapshot](snapshots.md)-system to boost your performance | |||
* [Split](split_stream.md) big aggregates into multiple streams | |||
* Versioned and managed lifecycle of [subscriptions](subscription.md) like projections and processors | |||
* Safe usage of [Personal Data](personal_data.md) with crypto-shredding | |||
* Safe usage of [Personal Data](sensitive_data.md) with crypto-shredding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Safe usage of [Personal Data](sensitive_data.md) with crypto-shredding | |
* Safe usage of [Sensitive Data](sensitive_data.md), like personal data, with crypto-shredding |
@@ -459,4 +459,4 @@ final class DTO | |||
* [How to define aggregates](aggregate.md) | |||
* [How to define events](events.md) | |||
* [How to snapshot aggregates](snapshots.md) | |||
* [How to work with personal data](personal_data.md) | |||
* [How to work with personal data](sensitive_data.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [How to work with personal data](sensitive_data.md) | |
* [How to work with sensitive data](sensitive_data.md) |
@@ -261,4 +261,4 @@ And if the version is no longer correct and the snapshot is therefore invalid, t | |||
* [How to define aggregates](aggregate.md) | |||
* [How to store and load aggregates](repository.md) | |||
* [How to split streams](split_stream.md) | |||
* [How to work with personal data](personal_data.md) | |||
* [How to work with personal data](sensitive_data.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [How to work with personal data](sensitive_data.md) | |
* [How to work with sensitive data](sensitive_data.md) |
No description provided.