Skip to content

Releases: richardwilkes/toolbox

v1.122.1

19 Dec 20:32
d0adb18
Compare
Choose a tag to compare
  • Updated dependencies, including a fix for a vulnerability in the golang.org/x/net package

v1.122.0

21 Nov 00:04
23fa18d
Compare
Choose a tag to compare
  • Added txt.CapitalizeWords()

v1.121.1

11 Nov 19:53
9a83e7c
Compare
Choose a tag to compare
  • Better handling of multiple processes writing to the same log file

v1.121.0

19 Sep 22:25
b7a5d91
Compare
Choose a tag to compare
  • Added float32 & float64 support to the cmdline.GeneralValue object

v1.120.1

18 Sep 01:51
dfad3ca
Compare
Choose a tag to compare
  • Add missing int8 case in hashhelper.Num8

v1.120.0

18 Sep 01:30
3ef75c6
Compare
Choose a tag to compare
  • Add Float64() and Float32() to the new hashhelper package

v1.119.0

18 Sep 01:22
51ac427
Compare
Choose a tag to compare
  • Added the xmath/hashhelpers package

v1.118.0

09 Sep 18:20
6ac0111
Compare
Choose a tag to compare
  • Add option to tracelog.Config to override level names

v1.117.0

05 Sep 17:06
5fc1ea2
Compare
Choose a tag to compare
  • Added xio.ContextWasCanceled() and xio.ContexterWasCanceled()

v1.116.1

30 Aug 16:28
2aa6e7b
Compare
Choose a tag to compare
  • Removed the external IP checker sites that no longer resolve from the list used by network.ExternalIP()
  • Reordered the site list used by network.ExternalIP() to try those that return ipv4 addresses before those that return ipv6 addresses
  • Removed the network.TCPKeepAliveListener, as that is the default in net/http now
  • In the natpmp package, defer gateway discovery until actual use