Skip to content

Releases: JustinCanton/Geo.NET

2.1.2

16 Oct 01:18
0ae1177
Compare
Choose a tag to compare

This release includes:

Bug Fixes

  • core: updating the System.Text.Json package references to fix the vulnerabilities (#114) (f218ce2)
  • arcgis: updating the parameter names for deserialization of country information (#113) (d74864e)

2.1.1

02 Aug 18:41
b0e40cf
Compare
Choose a tag to compare

This release includes:

Bug Fixes

  • security: fixing a security vulnerability in the System.Text.Json nuget (c700660)
  • arcgis: fixing the Rank property to be a float instead of an int (#108) (0187c59)

2.1.0

20 May 16:51
31e2302
Compare
Choose a tag to compare

This release includes:

Features

  • radar: adding support for the Radar geocoding API (#100) (448b087)
  • positionstack: adding support for the positionstack geocoding API (#65) (205676b)

2.0.0

29 Jan 02:04
4081853
Compare
Choose a tag to compare

This release includes:

⚠ BREAKING CHANGES

  • removed native support for net5.0 since it is an out of support item, and dropped netstandard2.1 since this supports netstandard2.0
  • removed the usage of Newtonsoft.Json and moved to use System.Text.Json
  • changed the exceptions returned from all services to GeoNETException instead of individual exceptions per API, as well as removed some now-deprecated interface types and implementations
  • removed all key container types in favour of using IOptions<T>
  • changed how configuration is done for options during service configuration
  • changed the namespace of multiple classes/extension methods
  • changed the name of the extension methods to add the geocoding services

Features

  • runtime: updating the .net version support for net8.0, and removing native support for netstandard2.1 and net5.0 (#58) (4398a10)
  • serialization: updating to use System.Text.Json instead of Newtonsoft.Json (#40) (e108ec6)
  • exceptions: updating how exceptions are handled and removing unused interfaces (#95) (61a3e5f)
  • configuration: updating to allow services to pass a key when sending requests and changing how option information is configured and stored (#80) (659288f)

1.6.0

14 Jan 02:51
14c2712
Compare
Choose a tag to compare

This release includes:

Features

arcgis: updating the parameter objects to include new parameters for endpoints (#91) (0c9028a)

1.5.2

19 Sep 01:52
c548832
Compare
Choose a tag to compare

This hotfix includes:

Bug Fixes
here: fixing an issue where the in parameter of the geocoding endpoint is not passed correctly (#87) (7f2adf0)

1.5.1

05 Sep 02:15
d2032c2
Compare
Choose a tag to compare

This release includes:

Features

mapbox: adding the new worldview parameter to the forward and reverse geocode parameters (#77) (cfc987c)
here: adding new parameters to the different geocoding requests (#78) (fd96319)
bing: adding a missing culture parameter for Bing (#82) (2fc79ac)

Bug Fixes

here: fixing an issue where using an invariant culture leads to an empty language in the query string (#83) (176aca9)

1.5.0

14 Jun 01:44
6a124c2
Compare
Choose a tag to compare

This release includes:

Features

  • here: Adding missing fields on Address model type for the Here Geocoding API (e121354)
  • framework: adding support for netstandard2.0 (#73) (23e3569)

Bug Fixes

  • core: fixing an issue where too many requests to create the same resource provider causes an exception in the dictionary (#70) (6f47d9a)
  • here: Adding missing enum values on ResultType (e7ed451)

1.4.0

14 Jun 01:36
5461f0b
Compare
Choose a tag to compare

This release includes:

Features

  • core: removing the asp framework dependency and creating a repository specific QueryString class (#61) (c6e4688)
  • changing the DI methods to allow for configuration of the http client (#66) (5369e85)

1.3.0

04 Apr 21:25
Compare
Choose a tag to compare

This release includes:

Features

  • core: replacing the IStringLocalizer with a Geo.NET specific interface (#50) (cc43384)
  • here: adding support for encoding flexible polylines for the autosuggest, browse, and discover endpoints (#56) (7b99804)