Releases: JaimeStill/azure-demo
Arma.Demo.Core v0.0.9
Fixed a bug in SyncHub
where groups.ServiceGroup.Key
could be null when trying to log output.
Arma.Demo.Core v0.0.8
Add the ability to subscribe listeners to SyncGroupProvider
.
Arma.Demo.Core v0.0.7
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
Establishes the Arma.Demo.Core.Sync
library.
Refines the Arma.Demo.Core.Processing
implementation.
Arma.Demo.Core v0.0.5
Establish the Arma.Demo.Core.Processing
namespace to facilitate shared service infrastructure.
v0.0.4
Fixes order of processing for JsonExceptionHandler
middleware
Testing automated NuGet push
Merge pull request #15 from JaimeStill/scripts adjust NuGet package GitHub Actions