🥳 Minor releases

• Auto Encrypt 5.1.0: Moves automatic IP address detection from top-level await to asynchronous createServer() method to enable servers that import to run offline when they’re running on localhost) and exports IPAddresses class so servers can carry out their own automatic IP address detection (IPv4 and IPv6) if they want full control over exactly which domains and IP addresses are included in provisioned TLS certificates.¹

• @small-tech/https: Re-exports IPAddresses class so servers (like Kitten²) can have full control over exactly which domains and IP addresses are included in provisioned TLS certificates.³

¹ https://codeberg.org/small-tech/auto-encrypt/src/branch/main/CHANGELOG.md#5-1-0-2026-01-21
² https://kitten.small-web.org
³ https://codeberg.org/small-tech/https/src/branch/main/CHANGELOG.md#6-1-0-2026-01-21

#SmallWeb #SmallTech #AutoEncrypt #https #releaseUpdates

auto-encrypt/CHANGELOG.md at main

auto-encrypt - Automatically-provisioned TLS certificates for Node.js servers using Let’s Encrypt.

Codeberg.org

#lfe #releaseupdates

With the release of LFE 2.1.0 (thanks, @rvirding!), the following have also been updated and released:
* ltest - https://github.com/lfex/ltest
* rebar3_lfe - https://github.com/lfe/rebar3_lfe/tree/0.4.1

These include outside contributions, bug fixes, and general updates in addition to the LFE 2.1.0 version bump.

GitHub - lfex/ltest: A Testing Framework for LFE (successor to lfeunit)

A Testing Framework for LFE (successor to lfeunit) - GitHub - lfex/ltest: A Testing Framework for LFE (successor to lfeunit)

GitHub