File tree 2 files changed +13
-2
lines changed 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # v0.8.7 (2025-05-16)
2
+
3
+ * * (jsonbytes)* Added utility for url-safe base64 to complement the existing
4
+ standard unpadded base64 marshaling utility.
5
+ * * (exstrings)* Added ` LongestSequenceOf ` to find the longest sequence of a
6
+ single character in a string.
7
+ * * (requestlog)* Implemented ` Flush ` in ` CountingResponseWriter ` to fix flushing
8
+ HTTP response buffer when using request logging.
9
+ * * (exhttp)* Added utility for checking if a given error is a network error or
10
+ an http2 stream error.
11
+
1
12
# v0.8.6 (2025-03-16)
2
13
3
14
* * (curl)* Added support for parsing cookies set using the ` -b ` flag, which
Original file line number Diff line number Diff line change 6
6
7
7
package util
8
8
9
- const Version = "v0.8.6 "
9
+ const Version = "v0.8.7 "
10
10
11
11
func VersionArray () [3 ]uint {
12
- return [3 ]uint {0 , 8 , 6 }
12
+ return [3 ]uint {0 , 8 , 7 }
13
13
}
You can’t perform that action at this time.
0 commit comments