Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.gdal:gdal from 3.4.0 to 3.8.0 #131

Merged
merged 22 commits into from
May 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2023

Bumps org.gdal:gdal from 3.4.0 to 3.7.0.

Release notes

Sourced from org.gdal:gdal's releases.

GDAL 3.7.0

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

  • RFC 87: Add GDT_Int8 support
  • RFC 88: switch to GoogleTest framework for C++ tests
  • RFC 89: SQL query logging callback
  • RFC 90: Direct access to compressed raster data
  • RFC 91: GDALDataset::Close() method
  • RFC 93: OGRLayer::UpdateFeature() method
  • RFC 94: Numeric fields width/precision metadata
  • ogrinfo: make it accessible through a new GDALVectorInfo() C API call, and a -json switch
  • Add read-only raster driver NOAA_B to read NOAA GEOCON/NADCON5 .b grids
  • Add read-only raster driver NSIDCbin for Sea Ice Concentrations
  • Add read-only vector GTFS (General Transit Feed Specification) driver
  • TileDB: add read/write vector side
  • Add support for SOZip (Seek Optimized ZIP) with enhanced /vsizip/ virtual file system and a new sozip utility
  • OpenFileGDB: add read-only support for raster datasets (.gdb v10)
  • PNG: 1.7-2.0x speed-up in whole image decompression with libdeflate on Intel/AMD CPUs. Benefits to GPKG, MRF drivers
  • RFC 69: C++ code reformatting
  • Code linting and security fixes
  • Remove any traces of Rasdaman driver, now moved to OSGeo/gdal-extra-drivers repository (#4808)
  • Bump of shared lib major version

and many other enhancements and fixes as detailed in the release notes

GDAL 3.6.4

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

GDAL 3.6.3

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

GDAL 3.6.3RC1

No release notes provided.

GDAL 3.6.2

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

GDAL 3.6.1

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

Warning: GDAL 3.6.1 officially retracts GDAL 3.6.0 which could cause corruption of the spatial index of GeoPackage files it created (in tables with 100 000 features or more): cf qgis/QGIS#51188 and OSGeo/gdal#6911. GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. Users who have generated corrupted GeoPackage files with 3.6.0 can regnerate them with 3.6.1 with, for example, "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only)

GDAL 3.6.0

Warning: GDAL 3.6.0 has officially been retracted and is superseded per GDAL 3.6.1. GDAL 3.6.0 which could cause corruption of the spatial index of GeoPackage files it created (in tables with 100 000 features or more): cf qgis/QGIS#51188 and OSGeo/gdal#6911. GDAL 3.6.1 fixes that issue. Setting OGR_GPKG_ALLOW_THREADED_RTREE=NO environment variable (at generation time) also works around the issue with GDAL 3.6.0. Users who have generated corrupted GeoPackage files with 3.6.0 can regnerate them with 3.6.1 with, for example, "ogr2ogr out_ok.gpkg in_corrupted.gpkg" (assuming a GeoPackage file with vector content only)

  • CMake is the only build system available in-tree. autoconf and nmake build systems have been removed
  • OpenFileGDB: write and update support (v10.x format only), without requiring any external dependency, with same (and actually larger) functional scope as write side of the FileGDB driver
  • RFC 86: Column-oriented read API for vector layers. Implemented in core, Arrow, Parquet, GPKG and FlatGeoBuf drivers
  • Add read/write raster JPEGXL driver for standalone JPEG-XL files. Requires libjxl

... (truncated)

Changelog

Sourced from org.gdal:gdal's changelog.

GDAL/OGR 3.7.0 Releases Notes

GDAL/OGR 3.7.0 is a feature release. Those notes include changes since GDAL 3.6.0, but not already included in a GDAL 3.6.x bugfix release.

In a nutshell...

  • RFC 87: Add GDT_Int8 support
  • RFC 88: switch to GoogleTest framework for C++ tests (#3525)
  • RFC 89: SQL query logging callback (#6967)
  • RFC 90: Direct access to compressed raster data
  • RFC 91: GDALDataset::Close() method
  • RFC 93: OGRLayer::UpdateFeature() method
  • RFC 94: Numeric fields width/precision metadata
  • ogrinfo: make it accessible through a new GDALVectorInfo() C API call, and a -json switch
  • Add read-only raster driver NOAA_B to read NOAA GEOCON/NADCON5 .b grids
  • Add read-only raster driver NSIDCbin for Sea Ice Concentrations (#7263)
  • Add read-only vector GTFS (General Transit Feed Specification) driver
  • TileDB: add read/write vector side
  • Add support for SOZip (Seek Optimized ZIP) with enhanced /vsizip/ virtual file system and a new sozip utility
  • OpenFileGDB: add read-only support for raster datasets (.gdb v10)
  • PNG: 1.7-2.0x speed-up in whole image decompression with libdeflate on Intel/AMD CPUs. Benefits GPKG, MRF drivers
  • RFC 69: C++ code reformatting
  • Code linting and security fixes
  • Remove any traces of Rasdaman driver, now moved to OSGeo/gdal-extra-drivers repository (#4808)

Backward compatibility issues

See MIGRATION_GUIDE.TXT

New installed files

  • data/gfs.xsd: XML schema for .gfs files (#6655)
  • data/gml_registry.xsd: new file with XML schema of gml_registry.xml (#6716)
  • data/ogrinfo_output.schema.json: to validate ogrinfo -json output
  • data/gdalinfo_output.schema.json: to validate gdalinfo -json output (fixes #6850)
  • data/grib2_table_4_2_0_21.csv

... (truncated)

Commits
  • ab9cb1a Fix building without fuzzers/ and perftests/ directory
  • cc6de57 mkgdaldist.sh: update to take account python bindings generated files are no ...
  • 397cc22 Prepare for GDAL 3.7.0
  • be12e90 Update gdal-bash-completion.sh
  • d45f5d6 NEWS.md: update to 3.7.0
  • 25c8556 typo fixes
  • 20da904 Added fixes for the OGC API Tiles driver (#7656)
  • bd5c1c7 Merge pull request #7675 from rouault/arrow_12_warning_fix
  • e2febf0 Merge pull request #7674 from rouault/fix_7649
  • 4e64fdf Arrow: fix build warning against Arrow >= 12
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.gdal:gdal](https://github.com/osgeo/gdal) from 3.4.0 to 3.7.0.
- [Release notes](https://github.com/osgeo/gdal/releases)
- [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md)
- [Commits](OSGeo/gdal@v3.4.0...v3.7.0)

---
updated-dependencies:
- dependency-name: org.gdal:gdal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 2023

A newer version of org.gdal:gdal exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@raynigon raynigon changed the title Bump org.gdal:gdal from 3.4.0 to 3.7.0 Bump org.gdal:gdal from 3.4.0 to 3.8.0 May 2, 2024
@raynigon raynigon merged commit 79c43f6 into main May 2, 2024
6 of 8 checks passed
@raynigon raynigon deleted the dependabot/gradle/org.gdal-gdal-3.7.0 branch May 2, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant