Merge pull request #5 from akkadotnet/Update-RELEASE_NOTES-for-0.3.0

Update RELEASE_NOTES.md for 0.3.0 release
This commit is contained in:
Gregorius Soedharmo 2024-10-02 23:51:01 +07:00 коммит произвёл GitHub
Родитель b689cf76a3 0a36aa592c
Коммит 13b457f3dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

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

Просмотреть файл

@ -1,6 +1,6 @@
# Akka.Persistence.Sql.Exporter
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.
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.
## Supported Akka Persistence Module
@ -36,7 +36,7 @@ string entityId = ((msg / 3) % MaxEntities).ToString();
### Round Of Data Generation
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.
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.
### Full Data Generation
@ -79,7 +79,7 @@ var tagCount = (msg % 3);
## Creating Test Environment
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.
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.
```csharp
void Setup(AkkaConfigurationBuilder builder, IServiceProvider provider)

Просмотреть файл

@ -1,3 +1,9 @@
#### 0.3.0 October 2nd 2022 ####
* Bump Akka.Persistence.Postgre from 1.4.45 to 1.4.46
* Bump Akka.Persistence.Sqlite from 1.4.45 to 1.4.51
* Upgrade SQL Server base docker image to 2022-latest
#### 0.2.0 November 9 2022 ####
* Increased exported data integrity