Skip to content

Releases: JaimeStill/azure-demo

Arma.Demo.Core v0.0.9

07 Mar 20:33
ed6f3ba
Compare
Choose a tag to compare

Fixed a bug in SyncHub where groups.ServiceGroup.Key could be null when trying to log output.

Arma.Demo.Core v0.0.8

07 Mar 18:08
db0ccc3
Compare
Choose a tag to compare

Add the ability to subscribe listeners to SyncGroupProvider.

Arma.Demo.Core v0.0.7

06 Mar 23:54
1ec5277
Compare
Choose a tag to compare

Add reconnect resilience to SyncService. This was preventing the cloud-deployed instances of the servers from working properly as the API-based services may have been trying to connect to the Sync server before it was provisioned.

Refactor SyncAction to SyncActionType.

SyncAction no encapsulates the Sync event methods so that they can be appropriately disposed and modified at any point.

Arma.Demo.Core v0.0.6

03 Mar 21:27
38c5b4b
Compare
Choose a tag to compare

Establishes the Arma.Demo.Core.Sync library.

Refines the Arma.Demo.Core.Processing implementation.

Arma.Demo.Core v0.0.5

02 Mar 14:28
37e068c
Compare
Choose a tag to compare

Establish the Arma.Demo.Core.Processing namespace to facilitate shared service infrastructure.

v0.0.4

01 Mar 15:35
1b71e8b
Compare
Choose a tag to compare

Fixes order of processing for JsonExceptionHandler middleware

Testing automated NuGet push

25 Feb 21:56
5a276b9
Compare
Choose a tag to compare
Merge pull request #15 from JaimeStill/scripts

adjust NuGet package GitHub Actions