-
Notifications
You must be signed in to change notification settings - Fork 11
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
v0.5.0 Release #62
Merged
Merged
v0.5.0 Release #62
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
#43) * Set TableName from config to get most of the AzureTableJournalSpec tests to pass, went from 13 Passed/22 Failed to 26 Passed/9 Failed * Added config to get the SerializerHelperSpecs tests to pass
Implemented HighestSequenceNrEntry to keep track of the highest sequence number separate from the journal entries themselves Updated replay query to consider the highest sequence number entry
Bumps [NBench](https://github.com/petabridge/NBench) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/petabridge/NBench/releases) - [Changelog](https://github.com/petabridge/NBench/blob/dev/RELEASE_NOTES.md) - [Commits](petabridge/NBench@1.2.1...v1.2.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
* Fixed blob storage tests Implemented HighestSequenceNrEntry to keep track of the highest sequence number separate from the journal entries themselves Updated replay query to consider the highest sequence number entry * This was the first pass at a completed implementation with the exception of the two tests that will not pass when the entire spec is run but will pass if run individually * Cleaned up table entities
Bumps [Akka.Persistence](https://github.com/akkadotnet/akka.net) from 1.3.8 to 1.3.15. - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md) - [Commits](akkadotnet/akka.net@v1.3.8...1.3.15) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Akka.Streams](https://github.com/akkadotnet/akka.net) from 1.3.14 to 1.3.15. - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md) - [Commits](akkadotnet/akka.net@1.3.14...1.3.15) Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Akka.Persistence.TCK](https://github.com/akkadotnet/akka.net) from 1.3.8 to 1.3.15. - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md) - [Commits](akkadotnet/akka.net@v1.3.8...1.3.15) Signed-off-by: dependabot-preview[bot] <[email protected]>
* disable test parallelization * added missing props file * fixed path in xunitRunner.props
Bumps [Akka.Persistence.Query](https://github.com/akkadotnet/akka.net) from 1.3.14 to 1.3.15. - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/1.3.15/RELEASE_NOTES.md) - [Commits](akkadotnet/akka.net@1.3.14...1.3.15) Signed-off-by: dependabot-preview[bot] <[email protected]>
* added TCK SerializationSpecs * disabled spec that can't pass due to akkadotnet/akka.net#3965
IgorFedchenko
pushed a commit
to IgorFedchenko/Akka.Persistence.Azure
that referenced
this pull request
Jul 14, 2020
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.
0.5.0 October 08 2019
Beta Release of Akka.Persistence.Azure
Akka.Persistence.Azure v0.5.0 is a major leap forward ahead of v0.1.0. It fully implements Akka.Persistence.Query and fully implements Akka.NET v1.4.0-compatible serialization techniques.
There are still some issues with respect to ordering and result sets from Akka.Persistence.Query and those will be addressed in a future release of Akka.Persistence.Azure.