Releases: vansante/go-network-file
Releases · vansante/go-network-file
v2.0.1
v2.0.0
What's Changed
- Change
go.mod
import path togopkg.in/vansante/go-network-file.v2
- Remove custom logger interface and replace it with
log/slog
- Remove http server and just let
FileServer
implement thehttp.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
v1.1.0
v1.0.3
v1.0.2
v1.0.1
Initial release
v1.0.0 Log context expired at info level while reading body