Releases: ineentho/lazy
Releases · ineentho/lazy
Release list
v0.1.10
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-iponly to generate service URLs, defaulting it to
127.0.0.1.
v0.1.9
Added
- (routing) support prefixes before xip service names (#29)
Added
- Support variable prefixes before registered service names in xip hostnames.
v0.1.8
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
Added
- (proxy) support privileged ports via socket activation (#24)
v0.1.6
Fixed
- (release) verify tags before building release binaries
Other
- (readme) streamline installation and basic usage (#22)
v0.1.5
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 aspnpm run devreceive the allocated port and host arguments.
Fixed
- Run HTTP services and workers in their runner's starting directory by
default, and support--cwdfor 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
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-pemfiledependency with the maintained PEM
parser inrustls-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
- @dependabot[bot] made their first contribution in #14
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Fixed
- (release) allow git-only package releases
v0.1.2
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