Skip to content

Commit 38e1a22

Browse files
committed
Bump to v0.12.0.
1 parent ebfa5d3 commit 38e1a22

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lua-resty-auto-ssl Change Log
22

3-
## 0.12.0 - 2017-02-03
3+
## 0.12.0 - 2017-02-04
44

55
### Added
66
- Allow for the Redis `db` number to be configured. Thanks to [@RainFlying](https://github.com/RainFlying). ([#103](https://github.com/GUI/lua-resty-auto-ssl/pull/103))
@@ -12,6 +12,7 @@
1212
- Make the renewal process more efficient so the dehydrated shell script is only executed when certificates are up for renewal (rather than every night). This can reduce CPU usage in environments with lots of certificates. Thanks to [@brianlund](https://github.com/brianlund). ([#111](https://github.com/GUI/lua-resty-auto-ssl/pull/111), [#110](https://github.com/GUI/lua-resty-auto-ssl/issues/110))
1313
- Only call the `allow_domain` callback if a certificate is not present in shared memory. This may improve efficiency in cases where the `allow_domain` callback is more costly or takes longer. Thanks to [@gohai](https://github.com/gohai). ([#107](https://github.com/GUI/lua-resty-auto-ssl/pull/107))
1414
- Upgrade dehydrated to latest version from master to fix redirect issues on the Let's Encrypt staging server.
15+
- The internal APIs for `storage:get_cert()` and `ssl_provider.issue_cert()` has changed to return a single table of data instead of multiple values (so it's easier to pass along other metadata).
1516

1617
### Deprecated
1718
- If accessing the storage object off of the auto-ssl instance, use `auto_ssl.storage` instead of `auto_ssl:get("storage")`.

lua-resty-auto-ssl-0.11.1-1.rockspec renamed to lua-resty-auto-ssl-0.12.0-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-auto-ssl"
2-
version = "0.11.1-1"
2+
version = "0.12.0-1"
33
source = {
44
url = "git://github.com/GUI/lua-resty-auto-ssl.git",
5-
tag = "v0.11.1",
5+
tag = "v0.12.0",
66
}
77
description = {
88
summary = "Automatic SSL handling for OpenResty",

0 commit comments

Comments
 (0)