Releases: ONSdigital/dp-net
Releases · ONSdigital/dp-net
Release 2.11.0
Add DefaultClient back in for dp-deployer
Release 2.10.0
- Limit whats logged to a sensible amount on a write response failure
Release 2.9.1
Release 2.9.0
Release 2.8.1
Fix client/server timeout settings
v2.8.0 readme + minor improvement
Release v2.7.2
Contains retraction, timeout implementation needs rethink
Release 2.7.1
- Add the timeout handler when performing the Server.ListenAndServe(), rather than at creation time in NewServer(). This ensures the timeout handler uses the correct value of WriteTimeout as set by the client
Release 2.7.0
- Add a wrapping timeout handler to trigger just before the Write timeout. This will terminate the request and write a ‘request timeout’ response before the writer is closed.
- Add a GetFreePort utility in the http package, to find a free port on the "localhost" interface of the host machine
Release 2.6.0
From v2.4.0 to skip beta stuff.
Fix audit.
Update go to version 19