Skip to content

PostGIS v1.0.5

Latest
Compare
Choose a tag to compare
@jsuyog2 jsuyog2 released this 05 Sep 20:09

PostGIS v1.0.5

Release Notes:

New Features

  • Added support for additional spatial functions and improved performance in queries.

Improvements

  • Optimized query execution for better efficiency.
  • Updated dependencies to their latest versions.

Bug Fixes

  • Fixed issues with bounding box calculations.
  • Corrected errors in GeoJSON and Geobuf conversions.

Compatibility

  • PostgreSQL: Compatible with PostgreSQL 12 and higher.
  • PostGIS: Compatible with PostGIS 3.0 and higher.
  • Node.js: Compatible with Node.js 14.x and higher.
  • pg (node-postgres): Version 8.x and higher.

Breaking Changes

  • None

Installation

To update to this version, run:

npm install postgis@latest

Changelog

For detailed changes, refer to the CHANGELOG file.