Releases: natemcmaster/LettuceEncrypt
1.3.3
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.3.3
https://nuget.org/packages/LettuceEncrypt.Azure/1.3.3
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
What's Changed
- build(deps): bump Azure.Identity from 1.10.4 to 1.11.0 in /src/LettuceEncrypt.Azure by @dependabot in #294
- Variable KeySize by @arontsang in #295
New Contributors
- @arontsang made their first contribution in #295
Full Changelog: v1.3.2...v1.3.3
1.3.2
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.3.2
https://nuget.org/packages/LettuceEncrypt.Azure/1.3.2
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
What's Changed
- update nuget package by @andywu188 in #292
- fix wildcard certificates error by @andywu188 in #291
New Contributors
- @andywu188 made their first contribution in #292
Full Changelog: v1.3.1...v1.3.2
1.3.2-beta.292
What's Changed
- update nuget package by @andywu188 in #292
- fix wildcard certificates error by @andywu188 in #291
New Contributors
- @andywu188 made their first contribution in #292
Full Changelog: v1.3.1...v1.3.2-beta.292
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.3.2-beta.292
https://nuget.org/packages/LettuceEncrypt.Azure/1.3.2-beta.292
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
1.3.1
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.3.1
https://nuget.org/packages/LettuceEncrypt.Azure/1.3.1
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
What's Changed
- build(deps): bump Azure.Identity from 1.9.0 to 1.10.2 in /src/LettuceEncrypt.Azure by @dependabot in #287
- fix: update UseServerCertificateSelector to call the original selector by @natemcmaster in #290
Full Changelog: v1.3.0...v1.3.1
1.3.0
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.3.0
https://nuget.org/packages/LettuceEncrypt.Azure/1.3.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
What's Changed
- Sentence was missing a verb by @FreeApophis in #275
- Update documentation reflecting changes in ngrok 3 by @FreeApophis in #276
- Define options is done in AddLettuceEncrypt by @FreeApophis in #277
- Configurable certes verification certificates by @Mafii in #279
- Target .NET6 instead of .NET Standard 2.0 and .NET Core 3.1 by @Mafii in #280
- feature: add dns-01 validation option by @klowdo in #283
- Add IssuerCertificates to ICertificateAuthorityConfiguration by @Mafii in #281
New Contributors
- @FreeApophis made their first contribution in #275
- @Mafii made their first contribution in #279
- @klowdo made their first contribution in #283
Full Changelog: v1.2.0...v1.3.0
1.3.0-beta.249
What's Changed
- Documentation updates by @FreeApophis in #275, @FreeApophis in #276, #277
- Configurable certes verification certificates by @Mafii in #279
- Target .NET6 instead of .NET Standard 2.0 and .NET Core 3.1 by @Mafii in #280
New Contributors
- @FreeApophis made their first contribution in #275
- @Mafii made their first contribution in #279
Full Changelog: v1.2.0...v1.3.0-beta.249
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.3.0-beta.249
https://nuget.org/packages/LettuceEncrypt.Azure/1.3.0-beta.249
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
1.2.0
What's new
- Contribution by @bugproof to add API for configuring EAB (External Account Binding) credentials #252
- Updated all dependencies to their latest versions
- Dropped .NET 5 support
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.2.0
https://nuget.org/packages/LettuceEncrypt.Azure/1.2.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
1.1.2
Changes
- Updated Azure.Identity to 1.4.1
- Add validation which raises error if attempting to use wildcard domains
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.1.2
https://nuget.org/packages/LettuceEncrypt.Azure/1.1.2
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
1.1.1
Fixes
- Optimize cert loading/renewal checks on server startup (#205)
- Fix regression causing infinite loop waiting for domain validation (#204)
How to get this update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.1.1
https://nuget.org/packages/LettuceEncrypt.Azure/1.1.1
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt
1.1.0
Notes
New features:
- Add API for controlling whether HTTP-01, TLS-ALPN-01, or both challenge types are used (#197)
- create abstraction for SNI certificates in Kestrel (#108)
- add API to configure LettuceEncrypt when also calling 'UseKestrel' to configure its HTTPS defaults or endpoints (#109)
Bug fixes:
- workaround bug in Windows SSL stream when generating temporary self-signed certs (#110)
- fix race condition causing domain validation to valid sometimes. Run TLS-ALPN-01 first then HTTP-01 (if needed). Don't run in parallel (#198)
- Don't unset other HTTPS adapters which configure a OnAuthenticate callback (#199)
Other:
- Update package to target .NET Core 3.1 as 3.0 is no longer supported by Microsoft
Where to get the update
Packages have been posted to these feeds:
NuGet.org
https://nuget.org/packages/LettuceEncrypt/1.1.0
https://nuget.org/packages/LettuceEncrypt.Azure/1.1.0
https://nuget.org/packages/McMaster.AspNetCore.Kestrel.Certificates/1.0.0
GitHub Package Registry
https://github.com/natemcmaster?tab=packages&repo_name=LettuceEncrypt