Skip to content

Releases: autofac/Autofac.ServiceFabric

v4.0.0

29 Oct 13:03
Compare
Choose a tag to compare

This release is an update for compatibility with Autofac 6.0.0 and requires that new version. Autofac 6.0.0 does have some breaking changes - see the Autofac release notes for more information.

  • Fix #57 - Provide hook to add registrations when lifetime scope for service is being created

v3.0.0

13 Feb 18:30
Compare
Choose a tag to compare

This release is an update for compatibility with Autofac 5.0.0 and requires that new version. Autofac 5.0.0 does have some breaking changes - see the Autofac release notes for more information.

  • Minimum .NET Framework updated to .NET 4.6.1.
  • Minimum Autofac 5.1.0.

Thanks @pcherpitel for the PR to get this done!

v2.2.0

14 Mar 14:21
Compare
Choose a tag to compare
  • Upgraded Service Fabric packages to 6.4.644.
  • Fixed #48 - Removed ServiceFabricModule as internal components should be registered using RegisterServiceFabricSupport method.

v2.1.0

27 Oct 13:13
Compare
Choose a tag to compare
  • Allow logging exceptions during service instantiation.
  • Custom ActorService can be passed to RegisterActor.
  • Lifetime scope tag for actors and services can now be specified during registration.
  • Upgraded Autofac.Extras.DynamicProxy to 4.5.0.
  • Switched from symbol server to SourceLink support.
  • Upgraded Service Fabric packages to 6.3.187.

v2.0.0

27 Oct 13:10
Compare
Choose a tag to compare
  • Upgraded projects to .NET Core and targeted netstandard2.0 and net452.
  • Updated dependencies to Service Fabric 6.1.456.
  • Updated Autofac.Extras.DynamicProxy to 4.4.0 release.
  • Explicitly targeted x64 platform for both target frameworks.

v1.0.0

02 Oct 02:32
Compare
Choose a tag to compare
  • Updated to Autofac dependency to 4.6.0.
  • Fixed #16: The type System.Fabric.StatefulServiceContext is not assignable to service System.Fabric.StatelessServiceContext.

v1.0.0-beta1

16 May 14:01
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release
  • Fixed #2: Service registrations do not work when made inside Module.
  • Fixed #3: Allow additional ActorService constructor parameters to be passed through from RegisterActor registration method.

v1.0.0-alpha3

12 Apr 14:50
Compare
Choose a tag to compare
v1.0.0-alpha3 Pre-release
Pre-release
  • Removed non-generic registration methods.
  • Allow internal service types to be registered if internals are visible to DynamicProxyGenAssembly2.

v1.0.0-alpha2

05 Apr 13:39
Compare
Choose a tag to compare
v1.0.0-alpha2 Pre-release
Pre-release
  • Upgraded to Autofac 4.5.0 release package.
  • Removed the need to call separate factory registration methods with IContainer instance after container built.
  • Removed support for scanning based registration of Service Fabric services.

v1.0.0-alpha1

13 Mar 12:10
Compare
Choose a tag to compare
v1.0.0-alpha1 Pre-release
Pre-release