Skip to content
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 15 commits into from
Oct 9, 2019
Merged

v0.5.0 Release #62

merged 15 commits into from
Oct 9, 2019

Conversation

Aaronontheweb
Copy link
Member

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.

kaleho and others added 15 commits September 6, 2019 17:17
#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
* 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
* disable test parallelization

* added missing props file

* fixed path in xunitRunner.props
* added TCK SerializationSpecs

* disabled spec that can't pass due to akkadotnet/akka.net#3965
@Aaronontheweb Aaronontheweb merged commit 90b2e34 into master Oct 9, 2019
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants