Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.0 Release (#47) #49

Merged
merged 1 commit into from
Aug 20, 2022
Merged

1.2.0 Release (#47) #49

merged 1 commit into from
Aug 20, 2022

Conversation

JustinCanton
Copy link
Owner

Adding extra information into the data including the http status code response, and the uri that failed.

Updating exception handling to use an exception provider.

Creating a base Exception class that prints out the exception data on ToString.

* feat(core): adding extra information and logging surrounding exceptions  (#44)

* feat(core): adding extra information and logging surrounding exceptions

Adding extra information into the data including the http status code response, and the uri that failed.

Updating exception handling to use an exception provider.

Creating a base Exception class that prints out the exception data on ToString.

* refactor: fixing code warnings

* test(core): adding tests for the exception provider

* fix(mapbox-geocoding): fixing an issue where the query is not properly encoded, and fixing an issue where the query string building is using an outdated method (#46)

* fix(mapbox-geocoding): fixing an issue where the query is not properly encoded

* feat: updating how query strings are created to be more inline with standards

* test(mapbox-geocoding): adding tests for encoding of query information

* feat(mapbox-geocoding): changing the encoding method to UrlEncoder for consistency

* docs: updating the README and CHANGELOG
@JustinCanton JustinCanton merged commit f3a2a37 into develop Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant