Skip to content

Commit 13b457f

Browse files
authored
Merge pull request #5 from akkadotnet/Update-RELEASE_NOTES-for-0.3.0
Update RELEASE_NOTES.md for 0.3.0 release
2 parents b689cf7 + 0a36aa5 commit 13b457f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Akka.Persistence.Sql.Exporter.sln

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{8975719B
1313
build.ps1 = build.ps1
1414
src\Directory.Build.props = src\Directory.Build.props
1515
build.sh = build.sh
16+
README.md = README.md
17+
RELEASE_NOTES.md = RELEASE_NOTES.md
1618
EndProjectSection
1719
EndProject
1820
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PostgreSql.Exporter", "src\PostgreSql.Exporter\PostgreSql.Exporter.csproj", "{6751E029-5644-4675-812A-4DF61CCD09EE}"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Akka.Persistence.Sql.Exporter
22

3-
This repository is used to generate data for `Akka.Persistence.Sql` backward compatibility test. It generate a standardized test data and package them inside a docker container.
3+
This repository is used to generate data for `Akka.Persistence.Sql` backward compatibility test. It generates a standardized test data and package them inside a docker container.
44

55
## Supported Akka Persistence Module
66

@@ -36,7 +36,7 @@ string entityId = ((msg / 3) % MaxEntities).ToString();
3636

3737
### Round Of Data Generation
3838

39-
A round of data generation is done by sending a sequence of [0..299] integer messages of each data type to the shard region actor. On each round, each entity will persist exactly 12 data consisting each data type in all of the tag variants.
39+
A round of data generation is done by sending a sequence of [0..299] integer messages of each data type to the shard region actor. On each round, each entity will persist exactly 12 data consisting each data type in all the tag variants.
4040

4141
### Full Data Generation
4242

@@ -79,7 +79,7 @@ var tagCount = (msg % 3);
7979

8080
## Creating Test Environment
8181

82-
All of the needed environment code are in the `Akka.Persistence.Sql.Exporter.Shared` project. The start code automatically start a 3 node cluster with all of the required configuration set.
82+
All the needed environment code are in the `Akka.Persistence.Sql.Exporter.Shared` project. The start code automatically start a 3 node cluster with all the required configuration set.
8383

8484
```csharp
8585
void Setup(AkkaConfigurationBuilder builder, IServiceProvider provider)

RELEASE_NOTES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 0.3.0 October 2nd 2022 ####
2+
3+
* Bump Akka.Persistence.Postgre from 1.4.45 to 1.4.46
4+
* Bump Akka.Persistence.Sqlite from 1.4.45 to 1.4.51
5+
* Upgrade SQL Server base docker image to 2022-latest
6+
17
#### 0.2.0 November 9 2022 ####
28

39
* Increased exported data integrity

0 commit comments

Comments
 (0)