Skip to content

Releases: danfuzz/lactoserv

v0.5.20

15 Dec 22:59
Compare
Choose a tag to compare

Breaking changes:

  • None.

Other notable changes:

  • Extracted base class BaseSystem from UsualSystem, to help avoid code
    duplication in downstream projects.
  • Added ability to make hostnames use automatically-generated self-signed
    certificates.
  • A bunch of cleanup / rationalization around the configuration code, especially
    with hostname and IP address parsing.
  • Pulled in improved bashy-lib, and adjusted accordingly.

v0.5.19

04 Dec 19:37
Compare
Choose a tag to compare

Breaking changes:

  • None. This is a build-only change. The built artifacts should remain the same.

Other notable changes:

  • Pulled in improved bashy-lib, and adjusted accordingly.

v0.5.18

02 Nov 21:51
Compare
Choose a tag to compare

Breaking changes:

  • None. Though there have been no intentionally-meaningful code changes, please
    note that the ESLint update (see below) did require some code tweakage.

Other notable changes:

  • Lint:
    • Updated to latest ESLint. Adjusted comments and code accordingly.
    • Un-janked how the linter gets built. It's now built using the same mechanism
      as the main application build.
  • Testing: As with the linter, un-janked how it gets built.

v0.5.17

30 Oct 16:33
Compare
Choose a tag to compare

Breaking changes:

  • None. This is a build-only change. The built artifacts should remain the same.

Other notable changes:

  • Updated automated build to use Node 20.
  • Pulled in improved bashy-lib, and adjusted accordingly.

v0.5.16

26 Sep 21:05
Compare
Choose a tag to compare

v0.5.16 -- 2023-09-26

This is a build-only change. The built artifacts should remain the same.

Notable changes:

  • Pulled in improved bashy-lib, and adjusted accordingly.

v0.5.15

23 Aug 15:57
Compare
Choose a tag to compare

Notable changes:

  • Pulled in improved bashy-lib, and adjusted accordingly. This is a build-only
    change. The built artifacts should remain the same.

v0.5.14

01 Jun 18:50
Compare
Choose a tag to compare

v0.5.14 -- 2023-06-01

Notable changes:

  • Pulled in improved bashy-lib, and adjusted accordingly.

v0.5.13

09 May 19:26
685778c
Compare
Choose a tag to compare

v0.5.13 -- 2023-05-09

Notable changes:

  • Somewhat better error checking on startup.
  • Build infrastructure update:
    • Introduced use of package-lock.json.
    • Pulled in improved bashy-lib.

v0.5.12

02 May 22:50
8ac58d4
Compare
Choose a tag to compare

v0.5.12 -- 2023-05-02

Notable changes:

  • Officially support Node v20.
  • Major build infrastructure update (new bashy-lib, new ESLint version).

v0.5.11

18 Apr 21:35
df225af
Compare
Choose a tag to compare

v0.5.11 -- 2023-04-18

Notable changes:

  • Fixed a promise-related leak introduced in the fix for the FD-socket-reload
    issue.