Owen
72e48a56df
Remove explicit call
2026-05-06 16:58:28 -07:00
Owen
b046ab7513
Add locks to allocations
2026-05-06 15:58:51 -07:00
Owen
65ee9b9544
Add transaction to alias address picking
2026-05-06 15:53:46 -07:00
Owen
49c7319342
Format and make the error a warning
2026-05-06 15:51:05 -07:00
Owen
ce7df5ddaa
Update log message
2026-05-06 15:19:13 -07:00
Owen
af1739fbcb
Bump version
2026-05-06 15:15:03 -07:00
Owen
f01c9ee41c
Try to fix time issue
...
Fixes #3007
2026-05-06 14:45:18 -07:00
Owen
19f8956218
Support flattened data fields
2026-05-06 14:30:57 -07:00
Owen
adf4a1ffda
Link to http private resources
2026-05-06 11:03:38 -07:00
Owen
7d67fb9984
Make sure the domain is defined on a http resource
2026-05-05 20:07:06 -07:00
miloschwartz
66fda553e4
introduce caching in calculate func
2026-05-05 14:12:02 -07:00
miloschwartz
2ecf076c0f
don't await second calculate func
2026-05-05 12:37:52 -07:00
miloschwartz
e06dda27cb
dont wait rebuild
2026-05-05 12:10:55 -07:00
miloschwartz
18f6e0f75d
add subscribed check back
2026-05-05 11:52:31 -07:00
Owen
c575bb76e7
Fix only using acme.json in dir
...
Ref #2978
2026-05-05 11:11:43 -07:00
Owen
c8e7e0ee1e
WAL off default ENABLE_SQLITE_WAL_MODE to enable
2026-05-04 17:54:28 -07:00
Owen Schwartz
0e7aafd364
Merge pull request #2998 from Josh-Voyles/mem-fix-2
...
fix: deterministically finalize SQLite prepared statements to prevent native memory leak (#2120 )
2026-05-04 17:29:45 -07:00
Owen
64ad7641af
Add migration
...
Fixes #2968
Fixes #2990
2026-05-04 11:35:07 -07:00
Owen
d724f5bb5d
Add missing redirects and threshold to api
...
Fixes #2987
2026-05-04 10:46:11 -07:00
Owen
1a926a7127
Handle trial limit lifecycle
2026-05-03 14:31:05 -07:00
Owen
81b8a8a9e3
Fix ns cert generation
2026-05-03 12:29:48 -07:00
Owen
bcd164219f
Try to speed up
2026-05-03 12:29:48 -07:00
Mustafa
b2c8311b26
Merge branch 'fosrl:dev' into dev
2026-05-03 18:53:48 +02:00
Josh Voyles
2154811ffb
removed possible introduced HA Redis bug; improved comment
2026-05-03 09:39:27 -04:00
Josh Voyles
9bd33072f4
cleaned comments - more concise
2026-05-03 00:00:11 -04:00
Owen
61de100630
Fix imports
2026-05-02 20:46:52 -07:00
miloschwartz
3694f43ae8
dont early return on multi org
2026-05-02 20:38:14 -07:00
Owen
279211142d
Bump version
2026-05-02 13:48:25 -07:00
Owen
b8822b4d25
Fix CE not processing alert status
...
Fixes #2968
2026-05-02 13:38:05 -07:00
Josh Voyles
0655ba9423
fix: revert investigative changes, keep root cause fixes only
...
Reverts diagnostic instrumentation and defensive hardening added during
memory leak investigation. Only root cause fixes survive.
Root causes fixed:
- SQLite driver: auto-finalize wrapper + PRAGMAs
- WS routers: delete clientConfigVersions on disconnect (unbounded Map leak)
- WS private router: same + Redis key cleanup
Reverted:
- Memory monitor, rate limiting, request timeouts (diagnostic/hardening)
- shutdownAuditLogger wiring, audit re-queue change, debug logs (cleanup/secondary)
- package-lock.json drift
2026-05-02 16:33:13 -04:00
Owen
e1afbc226c
Allow configuring the webhook body
2026-05-02 13:26:54 -07:00
Josh Voyles
2c85bcd06b
fix(db): deterministically finalize prepared statements after execution
...
Wrap Statement .all()/.get()/.run() via autoFinalizeStatement() with
try/finally calling stmt.finalize() post-execution, releasing native
sqlite3_stmt memory immediately instead of waiting for GC.
Safe because:
- Drizzle one-time queries invoke each statement once only
- Drizzle does not access statement after .all()/.get()/.run() returns
- Migration scripts use isolated new Database() instances (unpatched)
- No app code holds persistent .prepare() refs on main db
2026-05-02 15:50:54 -04:00
miloschwartz
de92a28435
update mac models
2026-05-02 12:09:55 -07:00
Owen
d8c3484ed5
Have to import from private
2026-05-02 12:00:51 -07:00
Owen
726e000154
Show remote nodes update in table
2026-05-02 11:55:01 -07:00
Josh Voyles
d6abe83fdc
fix: memory improvements
...
- SQLite: enable WAL mode and PRAGMA performance settings
- ws.ts (public + private): fix clientConfigVersions memory leak
- internal server: add rate limiting and request timeouts
- audit log: fix flush re-queue feedback loop
- memory: add monitoring instrumentation
- security: remove debug log of full request body
2026-05-02 07:37:18 -04:00
Owen
908f0d54e2
Try to pull domains from host regex
2026-05-01 20:53:39 -07:00
Owen
fbf95c5363
Start creating ns one level down
2026-05-01 16:51:42 -07:00
miloschwartz
9757c3d8b6
show newt version on site
2026-05-01 16:26:45 -07:00
Owen
4651f19c53
Support acme_json_path as a directory of acme file
...
Fixes #2961
2026-05-01 16:06:37 -07:00
Owen
4524bdc094
Add http cert syncing for use with the controller
2026-05-01 15:42:38 -07:00
Owen
53e096f7cb
Allow deleting account with trial
2026-05-01 15:01:48 -07:00
Owen
3dfd7e8a43
Update limits
2026-05-01 11:47:14 -07:00
Owen
db6e60d0a3
Adjust language
2026-05-01 10:48:09 -07:00
Owen
54d2d689c1
Run messaging for delete in the background as well
2026-04-30 14:38:03 -07:00
Owen
68f5512732
Handle messaging in the background; dont time out
2026-04-30 14:00:32 -07:00
Owen
d3e4d8cda8
Fix pr blueprints not picking up site
2026-04-30 11:39:37 -07:00
Owen
81972dbb73
Add name to migration
...
Fixes #2943
2026-04-30 10:56:12 -07:00
Owen
ae24eb2d2c
Disable the alerts and hc when downgrading
2026-04-29 21:31:02 -07:00
Owen
20fc59dcda
Delete trial when upgrading
2026-04-29 21:25:58 -07:00