The default port changed from 3000 to 5173, which breaks every script, proxy rule and README that had the old one written down. strictPort is the setting worth…
The read side saves a response body when clients cooperate; the write side prevents a lost update whether they cooperate or not. Making If-Match mandatory rather than optional…
July’s release moves component styling onto CSS variables, which makes runtime theming possible without a Sass fork. A fork that had to be rebased on every patch release…
A backup is an immutable snapshot by design, and deleting one row from one is either impossible or defeats the purpose of having it. The third option is…
Atomicity is implemented by not running anything else, which is exactly why a script is useful and exactly why a slow one is an outage. The lua-time-limit behaviour…
A named volume is managed by Docker and has no ownership relationship with the host, which removes the permission problem entirely for directories nobody edits. Masking vendor and…
Every expiry check looks at the leaf certificate, and a chain contains intermediates and roots with their own dates. earliest_cert_expiry is one word different from the metric everybody…