File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 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+
112# v0.8.6 (2025-03-16)
213
314* * (curl)* Added support for parsing cookies set using the ` -b ` flag, which
Original file line number Diff line number Diff line change 66
77package util
88
9- const Version = "v0.8.6 "
9+ const Version = "v0.8.7 "
1010
1111func VersionArray () [3 ]uint {
12- return [3 ]uint {0 , 8 , 6 }
12+ return [3 ]uint {0 , 8 , 7 }
1313}
You can’t perform that action at this time.
0 commit comments