City Boundaries Release Notes
- Print
- DarkLight
- PDF
City Boundaries Release Notes
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
LightBox APIs use semantic versioning to version our APIs. Semantic versioning structures each version identifier into three parts, MAJOR, MINOR, and PATCH notation.
MAJOR.MINOR.PATCH or v1.0.0
Semantic Versioning
- PATCH is incremented for bug fixes.
- MINOR is incremented for backward-compatible changes of the API.
- MAJOR is incremented for breaking changes.
Resource: City Boundaries
04/04/2024
v1.2.3
Bug Fixes
- Updated underlying data source to be able to handle large call volumes
10/06/2023
v1.2.2
Bug Fixes
- Updated cities to return the correct fips code when the city overlaps two counties
08/31/2023
v1.2.0
New Features
- Now using the city ID vs an internal ID so that it persists
- Added a stateFips field for ease of use
- Cleaned up the OAS spec
Bug Fixes
- Changing the ID allows our automated tests to pass because the IDs do not change
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
10/07/2022
v1.1.0
New Features
- Added health check endpoint
Bug Fixes
- Allow .5 buffer distance to be passed through validation
Upgrade Steps
- None
Breaking Changes
- None
Improvements
- None
Other Changes
- None
8/29/2022
v1.0.1
New Features
- None
Bug Fixes
- Updated spelling from espg to epsg in the $metadata object.
- Updated $metadata BBox and totalRecords to be numbers vs strings.
- Updated location.representativePoint.longitude and location.representativePoint.latitude to return as floats vs strings.
Improvements
- Added global error handler to capture errors.
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
6/13/2022 - Initial Release
v1.0.0
New Features
- Return City Boundaries by Id
- Return City Boundaries by Geometry
- Support Tile/BBox requests
- Support Autocomplete
Bug Fixes
- None
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
Was this article helpful?