diff options
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 33f515c9..43b4c85f 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -67,7 +67,7 @@ to redirect URL. Any trailing slash in the BasePath will be removed. -=== 🌱 Implement server auto shutdown when idle +==== 🌱 Implement server auto shutdown when idle In the `ServerOptions`, we add option `ShutdownIdleDuration` when set to non-zero value it will start a timer. @@ -77,13 +77,25 @@ then shutting down. This allow de-activating HTTP server when no connections received after specific duration to reduce the system resources. -=== 🌼 lib/http: fix possible data race in SSE connection +==== 🌼 lib/http: fix possible data race in SSE connection When server's handler call Write or WriteRaw, there is possibility that the worker for keeping the connection alive also call Write at the same time, which cause the data race. +[#v0_62_0__lib_uuidv7] +=== lib/uuidv7 + +New package that implements UUID version 7. + +The uuidv7 package provides type UUIDv7 as the container for UUID +version 7 that satisfy the [database/sql], [encoding/gob], and +[encoding/json]. + +The implementation follow RFC 9562. + + //}}} [#v0_61_0] == pakakeh.go v0.61.0 (2026-02-09) |
