1.5.6 (2024-12-18)
- clean up and add city/county to standardized address (95d9447)
- fix bug causing some candidates to be ignored (c36eabf)
- handle non-integer maxLocations parameter (7a4a01d)
- honor max_locations parameter for geocode requests (51b7972)
- support both variations of the single line input param name (e6b982e)
1.5.6-2 (2024-12-18)
- handle non-integer maxLocations parameter (6d69da3)
1.5.6-1 (2024-12-18)
- clean up and add city/county to standardized address (b8655b9)
- fix bug causing some candidates to be ignored (ee5f7c3)
- honor max_locations parameter for geocode requests (b0a6069)
- support both variations of the single line input param name (4a552c4)
1.5.6-0 (2024-12-18)
- clean up and add city/county to standardized address (dee4a30)
- fix bug causing some candidates to be ignored (8af42e3)
- honor max_locations parameter for geocode requests (834afd3)
- support both variations of the single line input param name (57cb36a)
1.5.5 (2024-12-09)
- add reverse geocoding endpoint (b138b80), closes #169
- replace address grid with city/county name for geocoding results (84038a9), closes #182
- add types and return consistent type (f62fc6f)
- escape returned input parameters (2db0bb0)
- escape while preserving numbers (a46430a)
- fix duplicate "COUNTY" in reverse geocode results (a8ac00a)
- handle bad json parameters (c8d1a9d)
- use flask logger rather than print statements (c3e2ca0)
- use parameterized query for user inputs (fc06639)
1.5.5-4 (2024-12-06)
- handle bad json parameters (7bed818)
1.5.5-3 (2024-12-06)
- fix duplicate "COUNTY" in reverse geocode results (c78ae46)
1.5.5-2 (2024-12-06)
- add types and return consistent type (76ca7f0)
- escape returned input parameters (f329207)
- escape while preserving numbers (7bb2170)
- use flask logger rather than print statements (440a783)
- use parameterized query for user inputs (1ace326)
1.5.5-1 (2024-12-06)
1.5.5-0 (2024-11-27)
- bump deps (1ce5264)
1.5.4 (2024-10-04)
- bump the major-dependencies group across 1 directory with 2 updates (e4e7e80)
1.5.3 (2024-07-10)
- bump ruff to latest minor (f635186)
1.5.2 (2024-07-10)
- remove ruff pytest plugin and run separately (05a6239)
- bump the major-dependencies group across 1 directory with 3 updates (e409da1)
1.5.1 (2024-04-15)
- typo (35c9bd6)
1.5.1-0 (2024-04-15)
- typo (35c9bd6)
- update ci deps (a41759c)
1.5.0 (2024-01-11)
- add support for single-line input for batch jobs (89793ac)
- tests (c3fdae5)
1.5.0-0 (2024-01-09)
- add support for single-line input for batch jobs (de1c9bc)
- tests (7a6dd04)
1.4.1 (2024-01-08)
- switch back to agrc header to match other clients (d6b5c1c)
- dev: bump the major-dependencies group with 1 update (653594b)
1.4.0 (2023-12-12)
- add post options to the base requests as well (2c84561)
- add post to allow methods for geocodeAddresses and suggest (5ebd6f6)
- correctly get output spatial reference for POST requests (5bf0b56)
- correctly obtain params for post requests (f133e72)
- support requests that use url params or form data independent of the method (1900f23)
- bump the major-dependencies group with 2 updates (82861e6)
1.4.0-0 (2023-12-08)
- add post options to the base requests as well (6a26984)
- support requests that use url params or form data independent of the method (4781f47)
1.3.0-0 (2023-12-08)
- add post to allow methods for geocodeAddresses and suggest (2c00443)
- correctly get output spatial reference for POST requests (8467e00)
- correctly obtain params for post requests (8fa5aba)
- bump the major-dependencies group with 2 updates (cabf765)
1.2.2 (2023-12-07)
- remove false advertising for reverse geocoding (3dad698)
1.2.1 (2023-10-10)
- more specific versions (ce5902c)
1.2.0 (2023-08-30)
- finish up agrc -> ugrc (7bc5600)
- handle short-hand output spatial reference parameter (d40b7b9), closes #153
1.2.0-0 (2023-08-29)
- finish up agrc -> ugrc (0cb3dbe)
- handle short-hand output spatial reference parameter (250ef8d), closes #153
1.1.12 (2023-07-07)
- AGRC -> UGRC (dfc98ae)
1.1.12-1 (2023-07-03)
1.1.12-0 (2023-07-03)
- Q3 Dependency Bumps 🌲 (3497206)
1.1.11 (2023-06-20)
- handle missing keys in batch data (301fc0b)
- more retries on database queries with less wait (81f0f34)
1.1.11-1 (2023-06-20)
1.1.11-0 (2023-06-19)
- handle missing keys in batch data (65b9a42)
- more retries on database queries with less wait (1a74e1d)
1.1.10 (2023-06-12)
1.1.9 (2023-06-07)
- add defensive code to method (ad36cf6)
1.1.8 (2023-06-06)
- bump dependencies 🌲 (a95c899)
- ci: add missing flag to cloud run deploy (0961878)
- cleanse inputs that may have issues (44b0d08), closes #124
- lint: remove deprecated pylint option (b5eaf8e)
1.1.8-2 (2023-06-05)
- cleanse inputs that may have issues (1a95fdb), closes #124
- lint: remove deprecated pylint option (0e6030f)
1.1.8-1 (2023-06-02)
- ci: add missing flag to cloud run deploy (1613732)
1.1.8-0 (2023-06-02)
- bump dependencies 🌲 (5d0dcbc)
1.1.7 (2023-04-04)
- Q2 Dep Bumps 🌲 (a4d027c)
1.1.6 (2023-03-28)
1.1.5 (2023-02-02)
- tests: don't throw generic exceptions (80eb320)
1.1.4 (2022-12-17)
1.1.4-1 (2022-12-16)
1.1.4-0 (2022-12-16)
- deps: update simplejson requirement from ==3.17.* to >=3.17,<3.19 (85c93cc)
- gracefully handle 404s from web api (9995ba5), closes #98
1.1.3 (2022-12-12)
- deps: update simplejson requirement from ==3.17.* to >=3.17,<3.19 (ff1a8c6)
1.1.3-0 (2022-12-09)
- deps: update simplejson requirement from ==3.17.* to >=3.17,<3.19 (85c93cc)
1.1.2 (2022-11-21)
- build: add repo token input to prod deploy (9aeebb1)
1.1.1 (2022-11-18)
- add service now creds to deploy action (416b0e9)
1.1.0 (2022-11-14)
- implement connection pooling (53425b6)
- handle invalid magicKey values (4cb3995)
1.0.2 (2022-10-06)
- bump pytest-cov (a53811a)
1.0.2-0 (2022-10-06)
- bump pytest-cov (6aed19d)
1.0.1 (2022-10-06)
- ci: checkout before calling local action (603eff7)
- ci: fix path to local action (a3f1558)
- October dependency bumps 🌲 (e96cd5c)
1.0.1-2 (2022-10-06)
- ci: fix path to local action (cfda105)
1.0.1-1 (2022-10-06)
- ci: checkout before calling local action (53b3962)
1.0.1-0 (2022-10-06)
- October dependency bumps 🌲 (3ea511a)