Skip to content

Releases: natemcmaster/LettuceEncrypt

1.3.3

20 May 00:44
7ca3fcc
Compare
Choose a tag to compare

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

Full Changelog: v1.3.2...v1.3.3

1.3.2

20 May 00:41
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.3.1...v1.3.2

1.3.2-beta.292

30 Mar 05:27
Compare
Choose a tag to compare
1.3.2-beta.292 Pre-release
Pre-release

What's Changed

New Contributors

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

30 Mar 04:27
dbe32b5
Compare
Choose a tag to compare

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

25 Jun 07:09
4dfcf03
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

1.3.0-beta.249

16 Jan 19:52
2ca07d2
Compare
Choose a tag to compare
1.3.0-beta.249 Pre-release
Pre-release

What's Changed

New Contributors

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

04 Jun 22:17
1084963
Compare
Choose a tag to compare

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

13 Oct 04:45
76a240d
Compare
Choose a tag to compare

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

09 Jul 12:23
cd68f74
Compare
Choose a tag to compare

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

13 Jun 06:29
Compare
Choose a tag to compare

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