Skip to content

Releases: vansante/go-network-file

v2.0.1

25 Sep 13:09
25008c8
Compare
Choose a tag to compare

v2.0.0

07 Sep 08:48
5b0c429
Compare
Choose a tag to compare

What's Changed

  • Change go.mod import path to gopkg.in/vansante/go-network-file.v2
  • Remove custom logger interface and replace it with log/slog
  • Remove http server and just let FileServer implement the http.Handler interface
  • Added URL prefix parameter to allow using an existing HTTP server under a prefix path
  • Replaced some deprecated ioutil calls
  • Minimize exposed API
  • Update tests to use httptest and be terser
  • Replace CircleCI with Github actions
  • Update golangci settings
  • Updated readme

Full changes: v1.1.1...v2.0.0

v1.1.1

28 Jul 13:58
ed661f2
Compare
Choose a tag to compare
Revive concurrent read and writeseeker (#28)

v1.1.0

22 Jul 13:44
66f72e4
Compare
Choose a tag to compare

Revamp IO to consistently propagate the buffer size on read

v1.0.3

24 Apr 06:33
91c5d50
Compare
Choose a tag to compare
Rename function to a more logical name (#26)

v1.0.2

24 Apr 06:19
91c5d50
Compare
Choose a tag to compare

Add function to serve over tls.

v1.0.1

25 Mar 11:19
d3ffea0
Compare
Choose a tag to compare

Update FileIDFromPath

Initial release

17 Dec 10:00
Compare
Choose a tag to compare
v1.0.0

Log context expired at info level while reading body