Skip to content

Conversation

@CodingAleCR
Copy link
Owner

0.3.0

  • Added: RetryPolicy. It allows to attempt retries on a request when an exception occurs or when a condition from the response is met.
  • Fixed: URI type urls not concatenating parameters.

CodingAleCR and others added 10 commits April 23, 2020 19:27
- Added new utils for adding parameters to URI objects.
- Added validation to check if url is either string or Uri which are the only supported types at the moment.
Fix: Parameters not added to Uri objects.
- Added RetryPolicy to allow request retries after a condition is met.
- Updated README to include retry policy example.
- Version bump.
- Changelog updates.
- pubspec.yaml updates.
@CodingAleCR CodingAleCR added the release Release or new version label Apr 24, 2020
@CodingAleCR CodingAleCR self-assigned this Apr 24, 2020
@CodingAleCR CodingAleCR merged commit ab64835 into master Apr 24, 2020
@CodingAleCR CodingAleCR deleted the release/0.3.0 branch April 24, 2020 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release or new version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants