Skip to content

Commit 7c3ceb9

Browse files
committed
nginx-acme-0.3.0
1 parent 1c0d52e commit 7c3ceb9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.3.0 (November 18, 2025)
4+
5+
Features:
6+
7+
* The `preferred_chain` directive allows selecting alternative certificate
8+
chains.
9+
* The `profile` directive allows specifying preferred certificate profile.
10+
* Requesting certificates for IP addresses is now documented and officially
11+
supported.
12+
13+
Bugfixes:
14+
15+
* Directory metadata could not be parsed with certain fields set to `null`.
16+
Thanks to Marian Degel.
17+
* Directory requests failed to handle HTTP redirects.
18+
Thanks to Marian Degel.
19+
* Relative `state_path` was not using `NGX_ACME_STATE_PREFIX`.
20+
* Build error with BoringSSL (via rust-openssl update).
21+
* Build error on NetBSD 10 (via rust-openssl update).
22+
323
## 0.2.0 (October 8, 2025)
424

525
Breaking changes:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nginx-acme"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
publish = false

0 commit comments

Comments
 (0)