tangled
alpha
login
or
join now
zat.dev
/
zat
24
fork
atom
atproto utils for zig
zat.dev
atproto
sdk
zig
24
fork
atom
overview
issues
1
pulls
pipelines
release: v0.2.12
zzstoatzz.io
1 week ago
209b736a
45a32820
2/2
ci.yml
success
17s
deploy-docs.yml
success
13s
+5
-1
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
build.zig.zon
+4
CHANGELOG.md
···
1
# changelog
2
0
0
0
0
3
## 0.2.11
4
5
- **fix**: enable TCP keepalive on websocket connections — detect dead peers in ~20s instead of blocking forever
···
1
# changelog
2
3
+
## 0.2.12
4
+
5
+
- **feat**: configurable `keep_alive` on `HttpTransport` and `DidResolver.initWithOptions` — allows disabling HTTP connection reuse for memory leak investigation
6
+
7
## 0.2.11
8
9
- **fix**: enable TCP keepalive on websocket connections — detect dead peers in ~20s instead of blocking forever
+1
-1
build.zig.zon
···
1
.{
2
.name = .zat,
3
-
.version = "0.2.11",
4
.fingerprint = 0x8da9db57ee82fbe4,
5
.minimum_zig_version = "0.15.0",
6
.dependencies = .{
···
1
.{
2
.name = .zat,
3
+
.version = "0.2.12",
4
.fingerprint = 0x8da9db57ee82fbe4,
5
.minimum_zig_version = "0.15.0",
6
.dependencies = .{