Skip to content

Releases: pojntfx/go-nbd

v0.3.2

05 Oct 23:41
Compare
Choose a tag to compare

Code Refactoring

  • Shrink buffer if subsequent requests can work with smaller request sizes (Felicitas Pojtinger)

v0.3.1

05 Oct 23:11
Compare
Choose a tag to compare

Features

Bug Fixes

v0.3.0

05 Oct 19:25
Compare
Choose a tag to compare

Features

  • Allow specifying the maximum request size and only allocate the amount of memory that is required per request (see #6) (Felicitas Pojtinger)
  • Add MULTI_CONN support option on server (see #4) (Felicitas Pojtinger)

Documentation

Code Refactoring

release-main

07 Jul 00:17
Compare
Choose a tag to compare
release-main Pre-release
Pre-release
refactor: Shrink buffer if subsequent requests can work with smaller …

v0.2.0

08 Aug 13:14
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

  • Use a slice of pointers for exports to allow swapping backends at later points (Felicitas Pojtinger)

v0.1.10

01 Jul 14:12
Compare
Choose a tag to compare

Features

  • Add checks for whether or not the chosen block size is compatible with the kernel NBD client (Felicitas Pojtinger)

Builds

v0.1.9

19 May 01:01
Compare
Choose a tag to compare

Bug Fixes

  • Use non-OS specific path separator for constructing size file path for NBD device (Felicitas Pojtinger)

v0.1.8

18 May 23:20
Compare
Choose a tag to compare

Features

v0.1.7

18 May 20:18
Compare
Choose a tag to compare

Features

v0.1.6

17 May 23:58
Compare
Choose a tag to compare

Bug Fixes