Skip to content

Commit 1113e7c

Browse files
committed
chore(release): prepare for 0.0.3
1 parent 2f992fd commit 1113e7c

3 files changed

Lines changed: 48 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## [0.0.3] - 2026-02-22
4+
5+
### <!-- 0 -->⛰️ Features
6+
7+
- Improve channel session and PTY handling
8+
- Refactor authentication to exclusively use public keys
9+
- Add host endpoint formatting and known-hosts path-scoped helpers
10+
- Add strict and accept-new host trust policy options
11+
- Add known-hosts trust workflow for client connections
12+
- Add library user identity primitives and apply privilege drop
13+
14+
### <!-- 1 -->🐛 Bug Fixes
15+
16+
- Unblock release build in session channel acceptance
17+
- Harden server-side session channel acceptance
18+
19+
### <!-- 2 -->🚜 Refactor
20+
21+
- Rename project to liblink
22+
- Share server-ready checks across network e2e
23+
- Share channel request string decode helper
24+
- Share network channel request wait helper
25+
- Standardize network e2e constants and seeds
26+
- Share authenticated server thread startup helper
27+
- Share network server thread context primitives
28+
- Share authenticated network client helper
29+
- Centralize network e2e server bootstrap flow
30+
- Share env gating and readiness helpers for e2e
31+
- Deduplicate network e2e test scaffolding
32+
- Share network session-channel test helper
33+
- Move exec output collection into channels workflow
34+
- Move endpoint parsing into reusable network module
35+
- Move high-level sftp file operations into library workflow
36+
- Move client auth fallback flow into library module
37+
- Move daemon pid lifecycle helpers into library
38+
- Move server session runtime from sl binary into library
39+
40+
### <!-- 6 -->🧪 Testing
41+
42+
- Add packet-level coverage for exec output workflow
43+
- Add deterministic network exec e2e assertions
44+
45+
### <!-- 7 -->⚙️ Miscellaneous Tasks
46+
47+
- Rename runquic to libfast in package
48+
349
## [0.0.2] - 2026-02-17
450

551
### <!-- 0 -->⛰️ Features

PROJECT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# ==============================================================================
1010

1111
liblink
12-
0.0.2
12+
0.0.3

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .liblink,
3-
.version = "0.0.2",
3+
.version = "0.0.3",
44
.dependencies = .{
55
.libfast = .{
66
.url = "https://github.com/bresilla/libfast/archive/refs/tags/0.0.5.tar.gz",

0 commit comments

Comments
 (0)