Version:
v 2.1.1
Release Date:
May 8, 2024
Bug Fixes
Subareas Empty Result Handling: Previously, when the result for subareas was empty, the system was throwing an exception. This has been fixed in this release. Now, when the result is empty, the system will return an empty response instead of an error.
Post Request Parameter Issue: There was an issue with the post request where the system was indicating that the 'Ancestor' parameter was missing. This issue has been resolved in this release.
Version:
v 2.1
Release Date:
March 28, 2024
New Features:
Configs Endpoint: A new endpoint /api/v2/configs has been added. This endpoint allows users to download and persist the TOML configuration file to the resource folder. The configuration file is now externalized as a private GitHub repository. The country's level information from the configuration file is used for later queries.
Stats Information: Stats information has been added to the output json. This includes matchesTotal, matchesNull, and matchesNoNull. To generate these stats, users need to pass a new parameter stats=true. This feature is only available for the area and subAreas endpoints.
Version:
v 12.0 (initial release)
Release Date:
February 1, 2024
New Features:
...