Skip to content

Version 0.5#8

Merged
jdon merged 41 commits intomainfrom
rewrite_traits
Sep 23, 2025
Merged

Version 0.5#8
jdon merged 41 commits intomainfrom
rewrite_traits

Conversation

@jdon
Copy link
Copy Markdown
Owner

@jdon jdon commented Sep 29, 2024

No description provided.

@jdon jdon requested a review from Copilot April 19, 2025 23:32

This comment was marked as outdated.

@jdon jdon changed the title Remove Send + Sync from core traits Version 0.5 Jul 9, 2025
jdon and others added 5 commits July 9, 2025 23:10
This allows the application to control serialization. Doing this can
allow the application to choose the serialization format they want. It
can also allow the application to choose whether to derive serialize
on their aggregate or not. For example they may want a mapping to some
other type to prevent serializing their aggregate and making it more
annoying to change.
feat: add Pickle trait
This allows for events, side effects and snapshots to be encrypted
before storing them.
aewakefield and others added 12 commits July 30, 2025 10:44
Co-Authored-By: Alex Wakefield <1181370+aewakefield@users.noreply.github.com>
Co-Authored-By: Fabio Mirza <79943909+mapokko@users.noreply.github.com>
When we get this error logged we end up with lots of different
messages due to the aggregate ID and version number. These should be
logged outside of the message to make grouping this easier.
chore: simplify the error message
Generic SideEffectStorage
Add an encryption provider to encrypt data before storage
@jdon jdon marked this pull request as ready for review September 23, 2025 15:38
@jdon jdon merged commit 8f7596d into main Sep 23, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants