Skip to content

Releases: ONSdigital/dp-net

Release 2.11.0

25 Aug 07:42
v2.11.0
90fab09
Compare
Choose a tag to compare

Add DefaultClient back in for dp-deployer

Release 2.10.0

02 Jun 10:09
v2.10.0
a7e34da
Compare
Choose a tag to compare
  • Limit whats logged to a sensible amount on a write response failure

Release 2.9.1

20 Apr 15:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.0...v2.9.1

Release 2.9.0

20 Apr 15:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

Release 2.8.1

21 Feb 09:22
v2.8.1
e081805
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

Fix client/server timeout settings

06 Feb 15:16
a015a4b
Compare
Choose a tag to compare
v2.8.0

readme + minor improvement

Release v2.7.2

30 Jan 15:06
6c7f213
Compare
Choose a tag to compare

Contains retraction, timeout implementation needs rethink

Release 2.7.1

20 Dec 15:30
Compare
Choose a tag to compare
  • 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

Full change log v2.7.0...v2.7.1

Release 2.7.0

15 Dec 16:28
Compare
Choose a tag to compare
  • 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

Full change log v2.6.0...v2.7.0

Release 2.6.0

22 Oct 08:39
v2.6.0
38a0d96
Compare
Choose a tag to compare

From v2.4.0 to skip beta stuff.

Fix audit.
Update go to version 19