Releases: mmomtchev/node-gdal-async
Releases · mmomtchev/node-gdal-async
v3.7.1
Added
Changed
- Fix #84, cannot create an
OpenFileGDB
with default options
- Fix #90, remove the old 2GB/4GB limit and allocate
TypedArray
s 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.6.4
Added
- GDAL 3.6.4
- Node.js 20.x support and precompiled binaries
v3.6.3
Added
Changed
- Fix #66, include
yatag
as a production dependency
- Fix #36, find a way around
jest
resetting modules between tests
v3.6.2
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
Added
- GDAL 3.6.1
- Fix #53, rebuilding from source fails
v3.6.0
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
Added
Changed
- Fix #43, wrong TypeScript type for
data_type
in gdal.Driver.create