aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a1c90f0..5563d38 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -12,6 +12,20 @@ Legend,
* 🌼: Enhancement
* 💧: Chores
+
+[#v0_17_0]
+== ciigo v0.17.0 (2026-xx-xx)
+
+**🌱 cmd/ciigo**: add option to set base path and shutdown idle duration**
+
+The `-base-path` option set the URL prefix for serving HTTP request.
+This allow serving the content under the prefix other than "/".
+
+The `-shutdown-idle` option set the duration when server will stop accepting
+new connections and shutting down.
+This option can be helpful to reduce the resources on local environment.
+
+
[#v0_16_0]
== ciigo v0.16.0 (2026-02-09)