Releases: ngageoint/geopackage-java
6.2.1
Version 6.2.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.2.1|jar
6.2.1 (03-11-2022)
- geopackage-core version 6.2.1
- Iterable User Result Set ids
- Manual feature rows query for chunk fix
- GeoPackage Geometry Index extension feature rows query for chunk fixes
Full Changelog: 6.2.0...6.2.1
6.2.0
Version 6.2.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.2.0|jar
6.2.0 (02-03-2022)
- geopackage-core version 6.2.0
- ormlite-jdbc version 6.1
- tiff version 3.0.0
- TileGenerator individual zoom level specifications
- TileCreator dynamic separated tile width and height determination adjustment
- Iterable row results
- Improved pagination query support
Full Changelog: 6.1.2...6.2.0
6.1.2
Version 6.1.2: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.1.2|jar
6.1.2 (12-17-2021)
- UrlTileGenerator HTTP Method and Header field values support
- FeatureTiles FeatureIndexManager and FeatureIndexResults support
- TileCreator improved tile sizes when tile width and/or height are not specified
6.1.1
Version 6.1.1: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.1.1|jar
6.1.1 (11-10-2021)
- Java 11
- geopackage-core version 6.1.1
- ormlite-jdbc version 5.7
- Tile Generator PNG quality compression support through Java 11
6.1.0
Version 6.1.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.1.0|jar
6.1.0 (11-04-2021)
- geopackage-core version 6.1.0
- tiff version 2.0.5
- sqlite-jdbc version 3.36.0.3
- UrlTileGenerator URL bounds generation fix for degree projections (WGS84 WMS)
- SQLExec inclusion of projection info in GeoPackage table info
6.0.0
Version 6.0.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|6.0.0|jar
6.0.0 (07-06-2021)
- geopackage-core version 6.0.0
- ormlite-jdbc version 5.6
- sqlite-jdbc version 3.36.0.1
- tiff version 2.0.3
- maven plugin version updates
5.0.0
Version 5.0.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|5.0.0|jar
5.0.0 (03-09-2021)
- geopackage-core version 5.0.0
- ormlite-jdbc version 5.3
- sqlite-jdbc version 3.34.0
- Tile table reprojections, including standalone utility
- Omit null values in inserts
- Tile DAO map zoom levels
- SQL Exec enhancements, including reprojections and count shortcuts
4.0.0
Version 4.0.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|4.0.0|jar
4.0.0 (07-14-2020)
- geopackage-core version 4.0.0
- tiff version 2.0.2
- sqlite-jdbc version 3.32.3
- Community extensions decoupling and management, including class repackaging
- Contents Data Type refactor, core data types and expanded custom data type support
- GeoPackage Manager refactor and enhancements
- DAO options to enable modifying row ids or disable column value type validation
- Distinct select statement queries and counts
- Lazy on demand result set counts
- GeoPackage DAO by table and file size methods
- Tile creation projection fix for different projections in the same unit
- SQL Exec enhancements, including projected bounds, checks, file size, and Well-Known Text geometries
- SRS and Projection shortcut methods
- Standalone Utilities out of bounds fix when ending on an argument
3.5.0
Version 3.5.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.5.0|jar
3.5.0 (03-10-2020)
- geopackage-core version 3.5.0
- sqlite-jdbc version 3.30.1
- Tile Generator option to skip pre-existing tiles when updating a GeoPackage
- URL Tile Generator continuation by skipping existing tiles (option to force replace)
- XYZ tile rebranding, previously referred to as standard and/or Google
- Separation of columns from user tables
- Queries by specified columns
- Feature Preview for drawing a single preview tile of features
- Feature Style Extension fix to use an individual feature style over a default table icon
- GeoPackageImpl and FeatureIndexGeoPackageResults classes changed to be public
3.4.0
Version 3.4.0: http://search.maven.org/#artifactdetails|mil.nga.geopackage|geopackage|3.4.0|jar
3.4.0 (11-14-2019)
- geopackage-core version 3.4.0
- sqlite-jdbc version 3.28.0
- Tile Reader bug fix causing file system tiles to be skipped
- Database result column value fixes for new sqlite-jdbc version
- Feature Index Manager catches and logs index type errors, attempts next index type
- Fixed out of bounds iteration errors on Manual Feature Query Results and Feature Index List Results
- RTree, Feature Table Index, and Manual Feature Query: feature query and count methods with additional arguments, nested single SQL queries
- Feature Index Manager, single nested SQL queries for features with additional query argument options
- Feature Index Results id iteration shortcut to retrieve id without creating full features
- Additional connection and DAO query and count methods
- Additional user result get value and id methods