Skip to content

Releases: ineentho/lazy

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:14
6addc7f

Fixed

  • (routing) accept any valid IPv4 address in xip hosts (#32)

Fixed

  • Accept any valid embedded IPv4 address in xip request hostnames while using
    the optional --xip-ip only to generate service URLs, defaulting it to
    127.0.0.1.

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:49
71c7472

Added

  • (routing) support prefixes before xip service names (#29)

Added

  • Support variable prefixes before registered service names in xip hostnames.

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 21 Jul 12:32
2dc56b4

Added

  • (proxy) serve live status page on bare routing host (#26)

Other

  • Add stop controls to status page
  • Support IPv6 loopback upstreams

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:41
79cd64d

Added

  • (proxy) support privileged ports via socket activation (#24)

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Jul 12:25
bcb0d13

Fixed

  • (release) verify tags before building release binaries

Other

  • (readme) streamline installation and basic usage (#22)

v0.1.5

Choose a tag to compare

@ineentho ineentho released this 20 Jul 12:03
2c31b86

Added

  • detect frameworks in package-manager scripts (#18)

Fixed

  • suppress proxy errors and idle runner message (#19)
  • preserve runner working directory for spawned commands

Added

  • Detect supported frameworks in simple package-manager scripts so commands
    such as pnpm run dev receive the allocated port and host arguments.

Fixed

  • Run HTTP services and workers in their runner's starting directory by
    default, and support --cwd for workers as well as HTTP services.

What's Changed

  • feat(runner): detect frameworks in package scripts by @ineentho in #18
  • fix(logging): silence expected proxy and idle runner messages by @ineentho in #19
  • chore: release v0.1.5 by @github-actions[bot] in #20

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@ineentho ineentho released this 20 Jul 10:34
978bd7c

Other

  • (deps) bump actions/checkout from 6 to 7 (#14)
  • refresh docs, security config, and example dependencies

Changed

  • Document the supported platforms, command lifecycle, worker usage, minimum
    Rust version, and security reporting process.
  • Improve built-in command help and refresh JavaScript example dependencies.

Security

  • Remove known vulnerable versions from the checked-in JavaScript example
    lockfiles and add monthly Dependabot update configuration.
  • Replace the unmaintained rustls-pemfile dependency with the maintained PEM
    parser in rustls-pki-types.

What's Changed

  • chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #14
  • chore: release v0.1.4 by @github-actions[bot] in #17

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:07
b1e8320

Fixed

  • (release) allow git-only package releases

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 19 Jul 09:51
e235ed1

What's Changed

  • chore(release): prepare repository for public distribution by @ineentho in #7
  • fix(runner): track child exits and release resources by @ineentho in #8
  • refactor(worker): remove unused while configuration by @ineentho in #9
  • fix(proxy): harden externally reachable proxy mode by @ineentho in #10
  • ci(release): automate release PRs and binary builds by @ineentho in #11
  • chore: release v0.1.2 by @github-actions[bot] in #12

New Contributors

  • @github-actions[bot] made their first contribution in #12

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:44

What's Changed

  • refactor(examples): load proxy configuration from .env by @ineentho in #1

New Contributors

Full Changelog: v0.1.0...v0.1.1