Skip to content

Update dependency gdal to v3.12.2#5131

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gdal-3.x
Closed

Update dependency gdal to v3.12.2#5131
renovate[bot] wants to merge 1 commit intomainfrom
renovate/gdal-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gdal (source, changelog) ==3.9.2==3.12.2 age adoption passing confidence

Release Notes

OSGeo/GDAL (gdal)

v3.12.2: GDAL 3.12.2

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.12.2/NEWS.md

v3.12.1: GDAL 3.12.1

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.12.1/NEWS.md

v3.11.5: GDAL 3.11.5

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.5/NEWS.md

v3.11.4: GDAL 3.11.4

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.4/NEWS.md

v3.11.3: GDAL 3.11.3

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.3/NEWS.md

v3.11.2: GDAL 3.11.2

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.2/NEWS.md

v3.11.1: GDAL 3.11.1

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.1/NEWS.md

v3.11.0: GDAL 3.11.0 "Eganville"

Compare Source

The 3.11.0 release is a new feature release with the following highlights:

In a nutshell...

  • RFC 104: Adding a "gdal" front-end command line interface.
    • See the list of commands
    • Includes new "gdal raster calc" and "gdal raster resclassify" utilities.
    • "gdal raster tile", C++ port of gdal2tiles, runs faster (3x to 6x in some cases)
    • Includes "gdal vsi list/copy/delete/move/sync" (ports of Python sample scripts)
    • Includes "gdal driver {driver_name}" for driver-specific commands.
    • Includes smart Bash autocompletion
    • Includes C, C++, Python API
  • Add GDALG (GDAL Streamed Algorithm Format) driver: reading of on-the-fly / streamed vector dataset replaying compatible "gdal" command lines (kind of VRT).

Other topics

  • RFC 100: Support float16 type
  • RFC 102: Embedding resource files into libgdal
  • RFC 103: Add a OGR_SCHEMA open option to selected OGR drivers
  • RFC 105: Add and use safe path manipulation functions
  • RFC 106: Metadata items to reflect driver update capabilities
  • RFC 107: Add OGRLayer::IGetExtent() and OGRLayer::ISetSpatialFilter()
  • Add read-only OGR ADBC (Arrow Database Connectivity) driver, in particular
    with support for DuckDB or Parquet datasets (if libduckdb also installed)
  • Add LIBERTIFF driver: native thread-safe read-only GeoTIFF reader
  • Add read-only RCM (Radarsat Constellation Mission) raster driver
  • Add read-only AIVector (Artificial intelligence powered vector) driver
  • VRT Pixel Functions: Add function to evaluate arbitrary expression (#​11209)
  • Substantially improved drivers: ZARR, with support for Kerchunk JSON and Parquet reference stores
  • GeoPackage: change default version to GeoPackage 1.4 on creation (#​7870)
  • RFC 108:
    • Removed raster drivers: BLX, BT, CTable2, ELAS, FIT, GSAG (Golden Software ASCII grid), GSBG (Golden Software 6.0 binary grid), JP2Lura, OZI OZF2/OZFX3, Rasterlite (v1), R object data store (.rda), RDB, SDTS, SGI, XPM, DIPex
    • Removed vector drivers: Geoconcept Export, OGDI (VPF/VMAP support), SDTS, SVG, Tiger, UK. NTF
    • Removed write support in following drivers: Interlis 1, Interlis 2, ADRG, PAux, MFF, MFF2/HKV, LAN, NTv2, BYN, USGSDEM, ISIS2
  • Removed OpenCL warper
  • OGR "Memory" driver deprecated, and aliased to the "MEM" driver. Its functionality is merged into the "MEM" driver that has raster, vector
    and multidimensional support.
  • Various code linting, static code analyzer fixes, etc.
  • Bump of shared lib major version

Detailed release notes

At https://github.com/OSGeo/gdal/blob/v3.11.0/NEWS.md

New optional dependencies

  • muparser is strongly recommended to be added as a build and runtime dependency, to provide nominal support for C++ VRT expressions.
  • exprtk may be added as a build dependency (this is a header-only library) to provide support for advanced C++ VRT expressions. Note that it causes an increase in libgdal size of about 8 MB. exprtk support is recommended to be an addition to muparser support, not as a replacement.

Backward compatibility issues

See MIGRATION_GUIDE.TXT

v3.10.3: GDAL 3.10.3

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.10.3/NEWS.md

v3.10.2: GDAL 3.10.2 "Gulf of Mexico"

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.10.2/NEWS.md

v3.10.1: GDAL 3.10.1

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.10.1/NEWS.md

v3.10.0: GDAL 3.10.0

Compare Source

The 3.10.0 release is a new feature release with the following highlights:

In a nutshell...

  • RFC 101: Raster dataset read-only thread-safety
  • New read/write AVIF raster driver
  • New read-only SNAP_TIFF raster driver for Sentinel Application Processing GeoTIFF files
  • New OGR read-only XODR driver for OpenDRIVE (#​9504)

Detailed release notes

At https://github.com/OSGeo/gdal/blob/v3.10.0/NEWS.md

New optional dependencies

Backward compatibility issues

See MIGRATION_GUIDE.TXT

v3.9.3: GDAL 3.9.3

Compare Source

Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.9.3/NEWS.md


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link

@conbrad
Copy link
Collaborator

conbrad commented Feb 17, 2026

Closing since this is still open: OSGeo/gdal#13777

@conbrad conbrad closed this Feb 17, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==3.12.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant