Skip to content

Commit

Permalink
Update changelog for version 1.2.7; enhance error handling and add cl…
Browse files Browse the repository at this point in the history
…ose method in OpenRouteService
  • Loading branch information
Dhi13man committed Feb 2, 2025
1 parent aab2c8f commit 58af424
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## [1.2.7] - 2nd February, 2025

- Enhance OpenRouteService class with improved error handling and response parsing.
- Refactored error handling in matrix and POIs services to use updated exceptions
- Added a `close` method to the `OpenRouteService` class to close the underlying HTTP client.

## [1.2.6] - 6th April, 2024

- Empty checks to prevent breaking when receiving empty collections from openrouteservice. Fixes [Issue #21](https://github.com/Dhi13man/open_route_service/issues/21).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: open_route_service
description: An encapsulation made around openrouteservice APIs, for Dart and Flutter projects, to easily generate Routes and their data.
version: 1.2.6
version: 1.2.7
repository: https://github.com/dhi13man/open_route_service/
homepage: https://github.com/dhi13man/open_route_service/
issue_tracker: https://github.com/Dhi13man/open_route_service/issues
Expand Down

0 comments on commit 58af424

Please sign in to comment.