Joseph Doherty
fb449b8dd7
docs: add remaining jetstream parity design
2026-02-23 09:47:11 -05:00
Joseph Doherty
a8985ecb1a
Merge branch 'codex/jetstream-full-parity-executeplan' into main
...
# Conflicts:
# differences.md
# docs/plans/2026-02-23-jetstream-full-parity-plan.md
# src/NATS.Server/Auth/Account.cs
# src/NATS.Server/Configuration/ConfigProcessor.cs
# src/NATS.Server/Monitoring/VarzHandler.cs
# src/NATS.Server/NatsClient.cs
# src/NATS.Server/NatsOptions.cs
# src/NATS.Server/NatsServer.cs
2026-02-23 08:53:44 -05:00
Joseph Doherty
6228f748ab
docs: add mqtt connection type implementation plan and task tracking
2026-02-23 08:49:24 -05:00
Joseph Doherty
e2e8c33d38
docs: record final jetstream parity verification
2026-02-23 07:18:11 -05:00
Joseph Doherty
fd1edda0df
test: verify dotnet and go jetstream parity suites
2026-02-23 07:15:24 -05:00
Joseph Doherty
264b49f96a
test: add go jetstream parity runner
2026-02-23 06:24:41 -05:00
Joseph Doherty
02a474a91e
docs: add JetStream full parity design
2026-02-23 05:25:09 -05:00
Joseph Doherty
c8a89c9de2
docs: update mqtt connection type design with config parsing scope
2026-02-23 05:18:47 -05:00
Joseph Doherty
4b3890f046
docs: add implementation plan for SYSTEM/ACCOUNT connection types
...
16 tasks across 6 layers: ClientKind + INatsClient + InternalClient,
event infrastructure, event publishing, request-reply services,
import/export model, and response routing with latency tracking.
2026-02-23 05:12:02 -05:00
Joseph Doherty
e0abce66da
docs: add mqtt connection type design
2026-02-23 05:08:44 -05:00
Joseph Doherty
a0926c3a50
docs: add design doc for SYSTEM and ACCOUNT connection types
...
Covers 6 implementation layers: ClientKind enum + INatsClient interface,
event infrastructure with Channel<T>, system event publishing, request-reply
monitoring services, import/export model with ACCOUNT client, and response
routing with latency tracking.
2026-02-23 05:03:17 -05:00
Joseph Doherty
4e9c415fd2
Merge branch 'feature/remaining-gaps'
2026-02-23 04:48:39 -05:00
Joseph Doherty
dac641c52c
docs: add WebSocket implementation plan with 11 tasks
...
TDD-based plan covering constants, origin checker, frame writer,
frame reader, compression, HTTP upgrade, connection wrapper,
server/client integration, differences.md update, and verification.
2026-02-23 04:26:40 -05:00
Joseph Doherty
9f88b034eb
docs: add implementation plan for remaining lower-priority gaps
...
14-task plan covering JWT auth (4 tasks), subject transforms (2 tasks),
OCSP support (2 tasks), and quick wins (5 tasks) + differences.md update.
Includes parallelization guide, TDD steps, and task persistence.
2026-02-23 04:20:24 -05:00
Joseph Doherty
30ae67f613
docs: add WebSocket support design document
...
Full port design for WebSocket connections from Go NATS server,
including HTTP upgrade handshake, custom frame parser, compression,
origin checking, and cookie-based auth.
2026-02-23 04:17:56 -05:00
Joseph Doherty
f533bf0945
docs: add design document for remaining lower-priority gaps
...
Covers JWT authentication, subject mapping/transforms, OCSP support,
Windows Service integration, per-subsystem logging, per-client trace,
per-account stats, and TLS cert expiry in /varz.
2026-02-23 04:12:45 -05:00
Joseph Doherty
fadbbf463c
docs: add detailed implementation plan for config parsing and hot reload
...
8 tasks with TDD steps, complete test code, exact file paths,
and dependency chain from lexer through to verification.
2026-02-23 04:12:11 -05:00
Joseph Doherty
65fac32a14
docs: add config parsing and hot reload design document
...
Captures the design for resolving the two remaining high-priority gaps
in differences.md: config file parsing and SIGHUP hot reload.
2026-02-23 04:06:16 -05:00
Joseph Doherty
5b383ada4b
docs: add implementation plan for sections 3-6 gaps
2026-02-23 00:28:31 -05:00
Joseph Doherty
060e1ee23d
docs: add implementation plan for sections 7-10 gaps
2026-02-23 00:25:04 -05:00
Joseph Doherty
f4efbcf09e
docs: add design for sections 7-10 gaps implementation
2026-02-23 00:17:35 -05:00
Joseph Doherty
f86ea57f43
docs: add design for sections 3-6 gaps implementation
2026-02-23 00:17:24 -05:00
Joseph Doherty
3941c85e76
Merge branch 'feature/core-lifecycle' into main
...
Reconcile close reason tracking: feature branch's MarkClosed() and
ShouldSkipFlush/FlushAndCloseAsync now use main's ClientClosedReason
enum. ClosedState enum retained for forward compatibility.
2026-02-23 00:09:30 -05:00
Joseph Doherty
149c852510
docs: add core lifecycle implementation plan with 12 tasks
...
Detailed step-by-step plan covering ClosedState enum, close reason
tracking, ephemeral port, graceful shutdown, flush-before-close,
lame duck mode, PID/ports files, NKey stubs, signal handling, and
differences.md update.
2026-02-22 23:31:01 -05:00
Joseph Doherty
c2dc503e2e
docs: add core server lifecycle design for section 1 gaps
...
Covers ClosedState enum, accept loop backoff, ephemeral port,
graceful shutdown, lame duck mode, PID/ports files, signal
handling, and stub components.
2026-02-22 23:25:53 -05:00
Joseph Doherty
1c8cc43fb4
docs: add authentication implementation plan with 15 TDD tasks
...
Covers NuGet packages, protocol types, auth models, authenticators
(token, user/password, NKey), AuthService orchestrator, permissions,
server/client integration, account isolation, and integration tests.
2026-02-22 22:15:48 -05:00
Joseph Doherty
bca703b310
docs: add authentication design for username/password, token, and NKeys
...
Covers auth models, strategy pattern with pluggable authenticators,
permission enforcement, core account isolation, and server integration.
2026-02-22 22:07:16 -05:00
Joseph Doherty
9d0d5064ac
docs: add implementation plan for monitoring HTTP and TLS support
...
12 tasks covering ServerStats, monitoring models, Kestrel endpoints,
TLS helpers, 4-mode connection wrapper, and full integration tests.
2026-02-22 21:47:23 -05:00
Joseph Doherty
8ee5a7f97b
docs: add design for monitoring HTTP and TLS support
...
Covers /varz, /connz endpoints via Kestrel Minimal APIs,
full TLS support with four modes (none/required/first/mixed),
cert pinning, rate limiting, and testing strategy.
2026-02-22 21:33:24 -05:00
Joseph Doherty
16b8f9e2e2
docs: add implementation plan for hardening base server
...
Four tasks: -ERR infrastructure, MaxConnections enforcement,
pedantic subject validation + max payload on PUB, PING keepalive.
Full TDD steps with exact code and commands.
2026-02-22 21:29:10 -05:00
Joseph Doherty
b8acca19dd
docs: add design doc for hardening base server
...
Covers -ERR infrastructure, MaxConnections enforcement,
pedantic subject validation on PUB, and server-side PING keepalive.
2026-02-22 21:25:10 -05:00
Joseph Doherty
61824260df
feat: add detailed implementation plan for base NATS server port
...
10 tasks from scaffolding through integration tests, each with
TDD steps, exact file paths, and complete code. Bottom-up order:
SubList → Parser → Client → Server → Integration.
2026-02-22 19:45:53 -05:00
Joseph Doherty
0ea71ace79
Add CLAUDE.md and base server design document
...
Design covers the minimal NATS server port: pub/sub with wildcards
and queue groups over System.IO.Pipelines, targeting .NET 10.
2026-02-22 19:37:32 -05:00