We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a7d4c commit 46a893aCopy full SHA for 46a893a
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v0.8.8 (2025-06-16)
2
+
3
+* *(requestlog)* Added option to log `X-Forwarded-For` header value.
4
+* *(exstrings)* Added `LongestSequenceOfFunc` as a customizable version of
5
+ `LongestSequenceOf`
6
7
# v0.8.7 (2025-05-16)
8
9
* *(jsonbytes)* Added utility for url-safe base64 to complement the existing
util.go
@@ -6,8 +6,8 @@
package util
-const Version = "v0.8.7"
+const Version = "v0.8.8"
10
11
func VersionArray() [3]uint {
12
- return [3]uint{0, 8, 7}
+ return [3]uint{0, 8, 8}
13
}
0 commit comments