Skip to content

Releases: junalmeida/autofac-azurefunctions

7.2.0.92

14 Oct 14:44
ca23a6a
Compare
Choose a tag to compare

Changes in this Release
#18 Change syntax to allow for a MultiTenant container. (#27)

  • Deprecate UseLogger
  • Example with v3
  • Fix build process
  • Fix documentation

7.2.0.88

19 May 21:21
640bcee
Compare
Choose a tag to compare

Changes in this Release
Fix local telemetry client dependency (#26)

  • Fix local telemetry client dependency
  • Bump sample to NET 6
  • Add dotnet 6 build process

6.0.0.81

11 Aug 15:40
1b8fbad
Compare
Choose a tag to compare

Changes in this Release
Fix readme file and icon to make it clear this is not an official package (#22)

  • Adjusting readme file and icon to make it clear this is not an official package.
  • Update README.md

Co-authored-by: Travis Illig [email protected]

6.0.0.78

21 May 19:36
7a08e12
Compare
Choose a tag to compare

Changes in this Release
Use correct interfaces to build host (#17)

  • Do not overwrite existing IConfiguration
  • Adding documentation and syntax changes

Possible breaking changes:

  1. Please read sample Startup.cs to see how to use UseAppSettings.
  2. This package will now use AZURE_FUNCTIONS_ENVIRONMENT to determine your environment. It is Production by default on Azure servers, Development locally.

Co-authored-by: Wayne Brantley [email protected]

6.0.0.73

27 Apr 23:00
e76a929
Compare
Choose a tag to compare

Changes in this Release
Load post registered services (#15)

  • Add post-registered services like TelemetryClient to Autofac. Fixes #10
  • Fix empty PACKAGE_VERSION in devops.

v6.0.0.71: Fix a problem with host.json being ignored (#14)

24 Mar 23:49
28f5a33
Compare
Choose a tag to compare

Changes in this Release
Fix a problem with host.json being ignored (#14)

  • #10 Remove telemetry client.
  • Remove unnecessary dependencies.
  • Upgrade Microsoft.Azure.Functions.Extensions to latest version.
  • Upgrade Autofac.Extensions.DependencyInjection to latest version.
  • Add nuget publish key

6.0.0.53

06 Oct 00:08
fee5190
Compare
Choose a tag to compare

Changes in this Release
Add telemetry support (#8)

  • Add telemetry client support, this will allow a function to obtain a TelemetryClient instance through injection and issue Track calls manually.
  • Some refactoring to improve code readability

6.0.0.51

08 Sep 17:04
49ed6d8
Compare
Choose a tag to compare

Changes in this Release
Added host.json when using UseAppSettings extension to be used by Azure Functions settings (#7)

  • Adding exception to not publish when there is a documentation change.
  • Fix deploy workflow
  • Update packages, add host.json to configuration.

6.0.0.44

06 Apr 16:39
88bab9f
Compare
Choose a tag to compare

Changes in this Release
Added the UseLogger extension method to provide access to IConfiguration. (#4)

6.0.0.42

13 Mar 17:36
d7ffee6
Compare
Choose a tag to compare

Changes in this Release
Adding ILoggerFactory to the container, so it can be injected in a constructor parameter. (#3)