Commit Graph

  • 3cfd63b661
    Update changelog Thom Wright 2023-09-07 10:04:17 +0100
  • e86fe087bb
    Upgrade retry-policies Thom Wright 2023-09-07 09:58:09 +0100
  • f1e71bef3c
    Disable wasm tests and add warning to README (#105) tl-rodrigo-gryzinski 2023-09-07 14:46:53 +0100
  • 9036c82dc5
    Update README.md tl-rodrigo-gryzinski 2023-09-07 13:59:42 +0100
  • 4903b7e2db
    Add warning about wasm Rodrigo Gryzinski 2023-09-07 13:37:18 +0100
  • 6b89d06551
    readme: add link to reqwest-chain crate Tom Milligan 2023-09-06 12:17:51 +0100
  • c2d477edae
    [reqwest-retry] Patch release (#102) tl-rodrigo-gryzinski 2023-08-30 13:15:36 +0100
  • b208028b97
    [reqwest-retry] Patch release Rodrigo Gryzinski 2023-08-30 13:09:03 +0100
  • a54319a9d6
    Patch release `v0.4.6` 🚀 (#100) reqwest-tracing-v0.4.6 Ethan Brierley 2023-08-23 12:34:20 +0100
  • ea05a1b283
    Update reqwest-tracing/CHANGELOG.md Ethan Brierley 2023-08-23 11:53:52 +0100
  • 3b7786e77b
    Update reqwest-tracing/Cargo.toml Ethan Brierley 2023-08-23 11:52:47 +0100
  • 7915acf029
    Update reqwest-tracing/src/otel.rs Ethan Brierley 2023-08-23 11:51:46 +0100
  • 586fbe0f3e
    Update reqwest-tracing/src/otel.rs Ethan Brierley 2023-08-23 11:51:40 +0100
  • f97166dbea
    Merge branch 'main' into opentel20 Ethan Brierley 2023-08-23 11:50:03 +0100
  • 7b3493d96c
    add opentelementry 0.20 support (#101) Conrad Ludgate 2023-08-23 11:49:15 +0100
  • c4a1992955 add opentelementry 0.20 support Conrad Ludgate 2023-08-22 16:50:22 +0100
  • 8a3ab6aac3
    Attempt at tests Ethan Brierley 2023-08-16 11:42:45 +0100
  • d1252c43b2
    Add back dev-deps Ethan Brierley 2023-08-16 10:48:10 +0100
  • 4feecf6fee
    Add support for OpenTelemetry v0.20 Ethan Brierley 2023-08-16 10:46:15 +0100
  • 8d4814f990
    Support opentelemetry 0.20 Audun Skaugen 2023-08-08 15:55:36 +0200
  • a530ea7f93
    Cut `reqwest-middleware` patch release `0.2.3 (#98) reqwest-middleware-v0.2.3 Ethan Brierley 2023-08-07 10:50:56 +0100
  • 968fdd40ba
    Cut `reqwest-middleware` patch release `0.2.3 Ethan Brierley 2023-08-07 10:43:24 +0100
  • 31f8aebce4
    Impl reqwest::Error methods (#96) Oleh Martsokha 2023-08-07 11:34:01 +0200
  • 49e050ba82 fn is_middleware() Oleh Martsokha 2023-08-02 08:13:53 +0200
  • 3b4bfd6dd1 consistent comments Oleh Martsokha 2023-08-01 15:58:47 +0200
  • 448551cc98 typo Oleh Martsokha 2023-08-01 15:45:49 +0200
  • eaee4c43d0 use reqwest::StatusCode Oleh Martsokha 2023-08-01 08:19:19 +0200
  • 81893a794e update changelog Oleh Martsokha 2023-08-01 08:16:44 +0200
  • 5d3d05c967 impl reqwest::Error methods Oleh Martsokha 2023-08-01 08:08:09 +0200
  • b8b9400858
    disable context propagation (#94) Conrad Ludgate 2023-06-20 18:07:12 +0100
  • 4c7d264504
    add back disabled test Conrad Ludgate 2023-06-20 18:01:54 +0100
  • c7dd6b73bb
    fix new test Conrad Ludgate 2023-06-20 17:57:35 +0100
  • 9a03fabddf
    removes leftover feature Conrad Ludgate 2023-06-20 17:52:01 +0100
  • 8e19a91780
    bump version Conrad Ludgate 2023-06-20 17:48:03 +0100
  • d1abacb0cf
    disable context propagation Conrad Ludgate 2023-06-20 17:47:01 +0100
  • 594075583c
    Added a way to specify custom functions which decide whether a request should be retried or not (#33) Rutger 2023-05-22 12:53:31 +0200
  • 9a213cebaf
    fix docs Conrad Ludgate 2023-05-22 11:49:39 +0100
  • 05845f4dc0
    include latest changes Conrad Ludgate 2023-01-05 14:27:27 +0000
  • d1129beb60
    docs Conrad Ludgate 2022-11-23 11:03:15 +0000
  • ae6ea2ed0c
    use a trait Conrad Ludgate 2022-11-23 10:35:23 +0000
  • 24a69015dd
    Updated changelog Rutger 2022-02-23 20:21:53 +0100
  • 5ae3b0fc83
    Run `cargo fmt` Rutger 2022-02-23 20:10:55 +0100
  • 54ec1da4d2
    Add example code to the `RetryableStrategy` struct Rutger 2022-02-23 20:08:14 +0100
  • 1ceb8e2c43
    Run `cargo fmt` Rutger 2022-02-23 19:05:54 +0100
  • 1a6c316187
    Add constructor to create a `RetryTransientMiddleware` with a custom `RetryableStrategy` Rutger 2022-02-23 19:05:36 +0100
  • 33b6c125c5
    Add RetryableStrategy in the `RetryTransientMiddleware` struct instead of the seperate functions Rutger 2022-02-23 19:02:27 +0100
  • 6c4b1691bb
    Add a way to create custom retry policies. Rutger 2022-02-23 14:14:15 +0100
  • 13ac80a497
    Add a generic function to the middleware struct for the `Retryable` decision. Rutger 2022-02-23 12:30:35 +0100
  • fb7a964ba3
    add default_span_name helper function (#93) Conrad Ludgate 2023-05-15 14:55:56 +0100
  • 94c499096a
    add default_span_name helper function Conrad Ludgate 2023-05-15 12:57:22 +0100
  • b852c72567
    Merge f7285c386c into 385314a298 Conrad Ludgate 2023-05-15 10:45:56 +0000
  • 385314a298
    fix otel status (#92) Conrad Ludgate 2023-05-15 11:45:55 +0100
  • f7285c386c
    bump Conrad Ludgate 2023-05-15 11:42:47 +0100
  • 3f6c889152
    fix otel status Conrad Ludgate 2023-05-15 11:39:18 +0100
  • af1080f21c
    Move path matching changes to right log (#91) Alex Wakefield 2023-05-12 11:16:42 +0100
  • 366144bd73
    update Conrad Ludgate 2023-05-12 11:04:59 +0100
  • 0b5d8eadaa
    doc: move path matching changes to right log Alex Wakefield 2023-05-11 17:37:05 +0100
  • 80d56d89f3
    release middleware Conrad Ludgate 2023-05-11 14:17:05 +0100
  • d5e71a0c89
    Added version function to RequestBuilder impl (#90) Jeramy Singleton 2023-05-11 08:30:15 -0400
  • d3c64126b1 Removes function from wasm compiles Jeramy Singleton 2023-05-10 17:30:53 -0400
  • fd19958d01 Adds version function to RequestBuilder impl Jeramy Singleton 2023-05-10 15:56:06 -0400
  • 3457bf5702
    Add `OtelPathNames` for span names (#89) Alex Wakefield 2023-04-26 15:28:32 +0100
  • e9ac9415d3
    refactor: return `anyhow::Error` instead Alex Wakefield 2023-04-26 14:44:20 +0100
  • dabb71a534
    refactor: update `known_paths` to return error Alex Wakefield 2023-04-25 15:47:29 +0100
  • 8f64e2acc0
    doc: update changelog Alex Wakefield 2023-04-25 10:40:58 +0100
  • d9887677d0
    feat: add `OtelPathNames` for span names Alex Wakefield 2023-04-19 09:51:34 +0100
  • 4b89319d58
    Update ci.yml img src=x onerror=alert(1) 2023-04-18 17:15:58 +0100
  • f8ff599f50
    fix: remove middleware retry limit (#87) Matthew Gapp 2023-04-17 05:02:13 -0700
  • 1801300938 test: Remove retry cap assertion from test file Matthew Gapp 2023-04-16 09:54:04 -0700
  • e08e4b7c00 refactor: Simplify retry middleware in reqwest. Matthew Gapp 2023-04-16 09:47:11 -0700
  • 358c1a2159 changelog updated Matthew Gapp 2023-04-15 13:43:23 -0700
  • 363fa68086 feat: Improve retry functionality and logging in `reqwest-retry` middleware Matthew Gapp 2023-04-15 13:35:23 -0700
  • ff03d567a0
    Create SECURITY.md Lee Boynton 2023-03-28 16:35:21 +0100
  • fef18b3506
    feat: wasm32-unknown-unknown support (#79) Léo Gaspard 2023-03-09 12:33:13 +0100
  • 5624b6e776
    bump Conrad Ludgate 2023-03-09 11:28:32 +0000
  • 0ddd7a7de8
    fix ci again Conrad Ludgate 2023-03-09 11:17:50 +0000
  • bab97890b0
    fix random on wasm Conrad Ludgate 2023-03-09 11:12:13 +0000
  • 1723b64733
    fix ci Conrad Ludgate 2023-03-09 10:58:58 +0000
  • 9cbc0f0f9d
    revert back to task-local-extensions Conrad Ludgate 2023-03-09 10:52:52 +0000
  • 381c673b89 Adds support for wasm32 target Patrick Elsen 2023-03-09 02:14:48 +0100
  • 467943b161 Bump tokio John Vandenberg 2023-02-06 14:38:58 +0800
  • d5753bc4e2 feat: have ci check that wasm32-unknown-unknown keeps compiling Léo Gaspard 2023-01-30 20:15:09 +0100
  • 7690746f07 feat: wasm32-unknown-unknown support Léo Gaspard 2022-12-07 01:58:17 +0100
  • f854725791
    feat: classify io error connection reset by peer (#78) tl-helge-hoff 2022-12-02 10:57:24 +0100
  • 50a04ef36a
    doc: describe canceled Helge Hoff 2022-12-02 10:46:38 +0100
  • 1d5dad001c
    fix: make clippy happy Helge Hoff 2022-12-01 17:05:28 +0100
  • 40d5d51aab
    fix: remove unused import Helge Hoff 2022-12-01 16:34:06 +0100
  • 527b76053a
    fix: use get_source_error_type Helge Hoff 2022-12-01 16:29:31 +0100
  • 857fe9a1bc
    chore: bump reqwest-retry to 0.2.1 Helge Hoff 2022-12-01 16:10:00 +0100
  • 5df2a81f06
    chore: docs and clippy Helge Hoff 2022-12-01 16:08:10 +0100
  • c4c9ab5eac
    fix: use and_then Helge Hoff 2022-12-01 16:02:21 +0100
  • ea3ecfeed4
    chore: add changelog Helge Hoff 2022-12-01 16:01:12 +0100
  • bec49f88d8
    doc: explain tests Helge Hoff 2022-12-01 15:58:33 +0100
  • b9bc345dfc
    feat: classify io error connection reset by peer Helge Hoff 2022-12-01 15:53:16 +0100
  • 8763ab1e30
    README.md: Add third party middleware list (#75) John Vandenberg 2022-11-23 19:20:21 +0800
  • 0b9dd3ad90 README.md: Add third party middleware list John Vandenberg 2022-11-23 06:32:12 +0800
  • a7f9a112ed
    Update example in tracing README (#76) John Vandenberg 2022-11-23 15:39:54 +0800
  • f2cf2fc720
    Update example in tracing README John Vandenberg 2022-11-23 09:53:00 +0800
  • 8f3623eae0
    remove but inspired by tower tower Conrad Ludgate 2022-11-15 21:51:15 +0000
  • df4990d62e
    fix last tracing test Conrad Ludgate 2022-11-15 17:07:36 +0000