Skip to content

Releases: mmomtchev/node-gdal-async

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

v3.7.0

26 May 07:32
Compare
Choose a tag to compare

Added

  • GDAL 3.7.0

v3.6.4

02 May 00:03
Compare
Choose a tag to compare

Added

  • GDAL 3.6.4
  • Node.js 20.x support and precompiled binaries

v3.6.3

20 Mar 15:51
Compare
Choose a tag to compare

Added

  • GDAL 3.6.3

Changed

  • Fix #66, include yatag as a production dependency
  • Fix #36, find a way around jest resetting modules between tests

v3.6.2

09 Jan 19:12
Compare
Choose a tag to compare

Added

  • GDAL 3.6.2
  • gdal.dem{Async}, library version of gdaldem

Changed

  • Fix #56, propagate input errors in calcAsync and RasterMuxStream

v3.6.1

21 Dec 22:32
Compare
Choose a tag to compare

Added

  • GDAL 3.6.1
  • Fix #53, rebuilding from source fails

v3.6.0

21 Dec 18:35
Compare
Choose a tag to compare

Added

  • GDAL 3.6.0
  • Node.js 19.x
  • Drop support for glibc < 2.28 distributions (not supported by recent Node.js versions)
  • Drop support for all Amazon Linux 2, replacing it with Amazon Linux 2022
  • Drop support for Ubuntu 16.04 and 18.04
  • Ubuntu 22.04

v3.5.3

02 Nov 20:55
Compare
Choose a tag to compare

Added

  • GDAL 3.5.3

Changed

  • Fix #43, wrong TypeScript type for data_type in gdal.Driver.create