Skip to content

Releases: mmomtchev/node-gdal-async

v3.9.0

24 Jun 16:22
Compare
Choose a tag to compare

Added

  • GDAL 3.9.0
  • Node.js 22 support

Changed

  • All shared library symbols are now hidden on Linux, allowing to load the binary addon in a process that has loaded a different version of GDAL (on Windows this has always been possible and on maOS, while possible in theory, this particular linking mode is not supported by node-gyp)

Removed

  • Drop macOS 11 support
  • Drop Node.js 21 support
  • Mark Node.js 16 as obsolete with a warning

v3.8.5

09 Apr 13:24
Compare
Choose a tag to compare

Added

  • GDAL 3.8.5

v3.8.4

19 Feb 20:09
Compare
Choose a tag to compare

Added

  • GDAL 3.8.4

v3.8.3

09 Jan 18:55
Compare
Choose a tag to compare

Added

  • GDAL 3.8.3

v3.8.2

08 Jan 17:37
Compare
Choose a tag to compare

Added

  • GDAL 3.8.2

v3.8.1

12 Dec 11:59
Compare
Choose a tag to compare

Added

  • GDAL 3.8.1

Changed

v3.8.0

11 Dec 18:41
Compare
Choose a tag to compare
v3.8.0 Pre-release
Pre-release

Added

  • GDAL 3.8.0 with new JSONFG, PMTiles and S102 drivers
  • PROJ 9.3.0
  • GEOS 3.12.1
  • HDF5 1.14.3
  • NetCDF 4.9.2
  • Node.js 21 support

Changed

  • Upgrade the main test platform from Ubuntu 20.04 to Ubuntu 22.04

Removed

  • Drop Node.js 14 support

v3.7.3

28 Nov 21:03
Compare
Choose a tag to compare

Added

  • GDAL 3.7.3

v3.7.2-1

21 Sep 20:31
Compare
Choose a tag to compare

Added

  • GDAL 3.7.2

v3.7.1

30 Jul 17:44
Compare
Choose a tag to compare

Added

  • GDAL 3.7.1

Changed

  • Fix #84, cannot create an OpenFileGDB with default options
  • Fix #90, remove the old 2GB/4GB limit and allocate TypedArrays up to the limit allowed by Node.js and fail gracefully on overflow instead of segfaulting
  • Fix #92, align gdal.ReadOptions with the documentation and all other structures by calling the type data_type while still accepting the old type
  • Merge #94, handle null as a field value in OGR
  • Fix #96, support PNG compression in GRIB files