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

Release 0.1.1 #111

Merged
merged 1 commit into from
Jul 2, 2021
Merged

Release 0.1.1 #111

merged 1 commit into from
Jul 2, 2021

Conversation

davidpdrsn
Copy link
Member

@davidpdrsn davidpdrsn commented Jul 2, 2021

0.1.1 (July 2, 2021)

  • Add example of using SharedClassifier.
  • Add StatusInRangeAsFailures which is a response classifier that considers
    responses with status code in a certain range as failures. Useful for HTTP
    clients where both server errors (5xx) and client errors (4xx) are considered
    failures.
  • Implement Debug for NeverClassifyEos.
  • Update iri-string to 0.4.
  • Add ClassifyResponse::map_failure_class and ClassifyEos::map_failure_class
    for transforming the failure classification using a function.
  • Clarify exactly when each Trace callback is called.
  • Add AddAuthorizationLayer for setting the Authorization header on
    requests.

Breaking changes

None.

@davidpdrsn davidpdrsn added the T-release Topic: releases label Jul 2, 2021
@davidpdrsn davidpdrsn merged commit e1252c2 into master Jul 2, 2021
@davidpdrsn davidpdrsn deleted the release-0.1.1 branch July 2, 2021 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-release Topic: releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants