aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-27 16:08:08 +0700
committerShulhan <ms@kilabit.info>2025-12-27 16:08:08 +0700
commit3bbfcd5d598f0aa0f4d1f840f3ba7df4a74dbe5c (patch)
tree0292c1196ed25b8c527b6cae0a9d01b9c1457623 /CHANGELOG.adoc
parent2d1060cf6c5026f8bebfcd3f98910c477973ba52 (diff)
downloadrescached-3bbfcd5d598f0aa0f4d1f840f3ba7df4a74dbe5c.tar.xz
Release rescached v4.4.4 (2025-12-27)v4.4.4
This release mostly chores. **💧 all: replace golangci-lint with "go vet"** **💧 all: replace debug package with internal Debug variabel** The [debug.Value] will be removed in the next release of pakakeh.go. **💧 internal/cmd/gocheck: add internal static analyzers** Instead of using binary fieldalignment and shadow, run them by creating command that call the same Analyzer internally. This analyzers help finding possible panic on httpd.go. **💧 make: remove build task from install tasks** The build task should be run by user, while install tasks run by root. If we make build depends on install then the binaries will rebuild by user root. **💧 Makefile: do not run "embed" when building rescached** The embed command should be run once when the assets file in _www changes. **💧 all: cleaning README and expand the index in documentation** In the README, we remove the EXIT STATUS and AUTHOR sections. Those sections are not informative. In the index, we expand the preamble to include short information about what is rescached. **💧 make: fix building resolver** Seems like the "go tool doc" subcommand has been removed on latest release of Go.
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc49
1 files changed, 49 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a8de062..1a5999f 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -7,6 +7,55 @@
Log of new features, enhancements, and/or bug fixes for each release.
+Legend,
+
+* 🪵: Breaking changes
+* 🌱: New feature
+* 🌼: Enhancement
+* 💧: Chores
+
+[#rescached_v4_4_4]
+== rescached v4.4.4 (2025-12-27)
+
+This release mostly chores.
+
+**💧 all: replace golangci-lint with "go vet"**
+
+**💧 all: replace debug package with internal Debug variabel**
+
+The [debug.Value] will be removed in the next release of pakakeh.go.
+
+**💧 internal/cmd/gocheck: add internal static analyzers**
+
+Instead of using binary fieldalignment and shadow, run them by creating
+command that call the same Analyzer internally.
+
+This analyzers help finding possible panic on httpd.go.
+
+**💧 make: remove build task from install tasks**
+
+The build task should be run by user, while install tasks run by root.
+If we make build depends on install then the binaries will rebuild by
+user root.
+
+**💧 Makefile: do not run "embed" when building rescached**
+
+The embed command should be run once when the assets file in _www changes.
+
+**💧 all: cleaning README and expand the index in documentation**
+
+In the README, we remove the EXIT STATUS and AUTHOR sections.
+Those sections are not informative.
+
+In the index, we expand the preamble to include short information about
+what is rescached.
+
+**💧 make: fix building resolver**
+
+Seems like the "go tool doc" subcommand has been removed on latest
+release of Go.
+
+
[#v4_4_3]
== rescached v4.4.3 (2024-09-07)