Changes in version 0.2.0 (2025-10-22) - Adds support for 64 bit integers closing https://github.com/R-ArcGIS/arcpbf/issues/15 h/t to @jjoeldaniel for reporting. Changes in version 0.1.7 (2025-04-10) - Handles missing CRS and closes https://github.com/R-ArcGIS/arcpbf/issues/11 h/t @elipousson for reporting - Returns warning message when esriFieldBlob is encountered https://github.com/R-ArcGIS/arcpbf/issues/6 - Fixes bug where an error occured when a query returned no rows https://github.com/R-ArcGIS/arcpbf/issues/8 Changes in version 0.1.6 (2024-10-01) - Adds tests/ to .Rbuildignore to pass CRAN checks Changes in version 0.1.5 (2024-09-17) - Addresses CRAN removal for failing to compile on Fedora. Changes in version 0.1.4 (2024-08-01) - Addresses MSRV requirement by replacing std::cell::OnceCell with once_cell::sync::OnceCell - Fix parsing of dates and small integers - Add minimal integration tests with {arcgislayers} Changes in version 0.1.3 (2024-07-10) - Closes https://github.com/R-ArcGIS/arcpbf/issues/2 - Closes https://github.com/R-ArcGIS/arcpbf/issues/1 Changes in version 0.1.2 (2024-07-05) - Bump version of extendr-api to 0.7.0 to avoid r-devel warnings Changes in version 0.1.1 - Fixes a bug where sfg class was not assigned for empty geometries. - multi_resp_body_pbf() becomes resps_data_pbf() to be more inline with httr2 release - Fixes a bug when processing a list of protocol buffers that contain tables Changes in version 0.1.0 (2023-11-09) - Initial CRAN submission.