Releases: junalmeida/autofac-azurefunctions
Releases · junalmeida/autofac-azurefunctions
7.2.0.92
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
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
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
Changes in this Release
Use correct interfaces to build host (#17)
- Do not overwrite existing IConfiguration
- Adding documentation and syntax changes
Possible breaking changes:
- Please read sample
Startup.cs
to see how to use UseAppSettings
.
- 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
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)
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
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
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
Changes in this Release
Added the UseLogger
extension method to provide access to IConfiguration
. (#4)
6.0.0.42
Changes in this Release
Adding ILoggerFactory to the container, so it can be injected in a constructor parameter. (#3)