Releases: petabridge/Phobos.Actor.Common
Releases · petabridge/Phobos.Actor.Common
Phobos.Actor.Common v1.1.2
1.1.2 June 06 2024
Update solution to target .NET Standard 2.0
Changes:
- dec71bd Fix SignClient version (#59)
- d00a21e Merge pull request #58 from Arkatufus/Update-build-script
- 9858983 Update linux script
- 677eb2a Update tooling versions
- 2219051 Update RELEASE_NOTES,md for 1.1.2 release (#57)
- 6d45aea Modernize solution (#56)
- e4dffd2 Use correct NuGet vars (#55)
- e9d5821 Update windows-release.yaml for Azure Pipelines (#54)
- 1527ed2 Bump xunit from 2.4.1 to 2.8.1 (#53)
- bd4851c Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.3.3 (#52)
See More
- 6e02d57 Upgrade to GitHub-native Dependabot (#50)
- 3c684fe Update pr-validation.yaml for Azure Pipelines
- 075c1cd Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.9.4 (#49)
- d66b1e6 fixed INeverInstrumented intellisense comment (#41)
- 6b1bb3d Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#40)
- 596dbde added NodeLabel (#39)
This list of changes was auto generated.
Phobos.Actor.Common v1.1.1 Stable Release
1.1.1 January 07 2020
Renamed IWithTrace
to to IWithTracing
.
Phobos.Actor.Common v1.1.0 Stable Release
1.1.0 January 06 2020
Introduced the following interfaces:
IWithTrace
- explicitly adds tracing support to a message, actor, etc.IWithMonitor
- explicitly adds monitoring support to a message, actor, etc.INeverInstrumented
- permanently disables tracing and monitoring support for any actors marked with this interface and cannot be overridden by configuration.IInstrumented
- explicitly enables both tracing and monitoring support for this object.
Phobos.Actor.Common v1.0.0 Stable Release
1.0.0 March 8 2018
Introduced the following two interfaces:
INeverTrace
- disables all tracing for any actors who implement this interface.INeverMonitor
- disables all monitoring for any actors who implement this interface.