Skip to content

Latest commit

 

History

History
140 lines (115 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

140 lines (115 loc) · 4.71 KB

Changelog

All notable changes to this project will be documented in this file.

Added

  • Support alternate link relations ([#232][i232])
  • [CLI] Add option for alternate link relation
  • Implement external account binding support (library). ([#231][i231])

[2.3.4] - 2020-03-27

Changed

  • Add user-agent header to HTTP requests
  • Removed support for netstanard1.3
  • [CLI] Upgrade to netcoreapp3.1

Added

  • [CLI] Add options for algorithm in order finalize method

[2.3.3] - 2018-12-16

Changed

  • Fix EC account key encoding #173

2.3.2 - 2018-10-20

Changed

  • Implement POST-as-GET for loading ACME resources

Changed

  • Fix account key roll-over missing old key field #154
  • Update TLS-ALPN OID as draft-03

2.3.1 - 2018-10-16

Changed

  • Remove package reference to System.Net.Http (#158)

Added

  • [CLI] Add --friendly-name option to cert pfx command (#145)
  • [CLI] Add --issuer option to cert pfx command (#142)

2.3.0 - 2018-06-15

Added

  • Support tls-alpn-01 challenge (#125)
  • Add ACME error details to exception messages (#109)

2.2.2 - 2018-05-31

Changed

  • Revert Newtonsoft.Json to v10.0.3 for PowerShell Core (#112)

2.2.1 - 2018-05-15

Added

  • Strong name signing (#106)

2.2.0 - 2018-05-05

Added

  • Add Challenge.Error for challenge valdidation error (#99)

Changed

  • Fix certificate chain for PFX (#100)

2.1.0 - 2018-04-27

Added

  • Export full chain certification in PEM (#87)
  • Support custom HttpClient (#95)

Changed

  • Encapsulating ACME errors in exceptions (#65)
  • [CLI] Change argument talent-id to tenant-id (#86)

2.0.1 - 2018-03-17

Added

  • Add Processing status for challenges.

Changed

  • Fix Content-Type header for POST requests (#76)

2.0.0 - 2018-03-13

Added

  • ACME v2 support
  • Add support for JSON web signature using ECDSA key

1.1.4 - 2018-03-04

Changed

  • Fix error when processing server response without Content-Type header
  • Fix full-chain-off option for CLI

1.1.3 - 2017-11-23

Changed

  • Fix MissingFieldException when running with BouncyCastle v1.8.1.3 (#22)

1.1.2 - 2017-09-27

Changed

  • Fix CLI script error

1.1.1 - 2017-09-26

Added

  • Add build target for net47

1.1.0 - 2017-08-17

Added

  • Add Directory to replace AcmeDirectory
  • Add support for deleting registration
  • Add support for account key roll-over

Changed

  • Allow assigning SAN when creating CertificationRequestBuilder instances

1.0.7 - 2017-07-20

Changed

  • Fix error when parsing directory resource with meta property. (#5)