1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-22 18:33:18 +01:00

102 Commits

Author SHA1 Message Date
Luca Palmieri
1fb02d406b (cargo-release) version 0.7.8 2023-10-20 09:02:02 +02:00
Nishant Joshi
410852f9b0
add support for UUID v7 in RequestId (#116)
* feat(request_id): add support for UUID v7 in `RequestId`

feature flag `uuid_v7` is introduced which inturn enables `v7` feature flag in the `uuid` dependency
Support documentation is added in `README.md`, `src/lib.rs` and `src/request_id.rs`

This feature only works if this crate or any crate dependent on this crate has enabled the compile time configuration flag provided to the rust compiler. `RUSTFLAGS="--cfg uuid_unstable"`.

* chore: add github action to test UUID v7 feature flag

* chore: add the uuid_unstable cfg in the request id impl

* chore: add compiler_error for undesired state in configuration flags

* chore: move the compiler error in request_id module

* chore: fix formatting

* fix(action): fix github action for uuid_v7 with RUSTDOCFLAGS
2023-10-20 09:01:11 +02:00
LukeMathWalker
1a856f8318 chore: Release 2023-09-29 07:40:11 +02:00
Riley
b44e8a5833
Update tracing-opentelemetry (#114) 2023-09-28 23:45:58 +02:00
Riley
7933926b0b
Add opentelemetry 0.20 (#111)
* Add opentelemetry 0.20

* Update github workflow

* clippy nit
2023-08-05 17:59:20 +08:00
f8b7ca2a5a
Add request-id header example (#108)
* Add request-id header example

* Apply cargo fmt
2023-06-16 17:06:53 +02:00
Riley
20a85b2a08
Update to opentelemetry 0.19 (#105) 2023-05-24 08:56:29 +01:00
Luca Palmieri
3729bec62a (cargo-release) version 0.7.4 2023-04-13 08:47:44 +01:00
Luca Palmieri
4527065248 (cargo-release) version 0.7.3 2023-03-19 11:22:27 +00:00
Luca Palmieri
b3d8d43c60 (cargo-release) version 0.7.2 2023-01-06 09:38:18 +01:00
Luca Palmieri
b07f68c328 Require tracing 0.1.36 or above to prevent a compilation error 2023-01-06 09:37:55 +01:00
Luca Palmieri
ed1e608e4b (cargo-release) version 0.7.1 2022-12-23 12:03:35 +01:00
Luca Palmieri
302aef6285 (cargo-release) version 0.7.0 2022-12-19 10:56:35 +01:00
Luca Palmieri
c95a781204 (cargo-release) version 0.6.2 2022-10-29 15:09:55 +02:00
Luca Palmieri
601210678f (cargo-release) version 0.6.1 2022-09-20 10:40:48 +02:00
Riley
2ffc110e2f
Support opentelemetry 0.18 (#89)
* Support opentelemetry 0.18

* Update github workflow
2022-09-20 10:36:55 +02:00
Luca Palmieri
973d9b0389 (cargo-release) version 0.6.0 2022-06-28 20:35:33 +01:00
Kai Ren
3031e03408
Update uuid to v1 (#82) 2022-06-28 20:33:30 +01:00
Luca Palmieri
12321ed855 (cargo-release) version 0.5.1 2022-02-28 17:21:39 +00:00
Luca P
d2e50af5a4 Fix actix-web dev dependency' 2022-02-25 23:02:37 +00:00
Luca P
b6394ad9fd Update to actix-web v4 2022-02-25 23:01:16 +00:00
Riley
4881377c9e
Support actix-web rc.3 (#76) 2022-02-11 08:59:42 +00:00
Riley
b3f3792c2d
Add support for opentelemetry 0.17, actix-web rc.2 (#74)
* Add support for opentelemetry 0.17, actix-web rc.2

* Enable actix-web macros for tests

* Link to newest opentelemetry in readme

* Add opentelemetry_0_17 to workflows
2022-02-04 09:18:54 +00:00
Riley
ed35dc6996
Actix Web rc.1 (#73) 2022-02-01 09:30:09 +00:00
Riley
d0f10192cc
update actix web to beta 21 (#71)
* Bump actix web

* Bump crate version

* Update version numbers in readme, lib.rs
2022-01-23 22:14:20 +00:00
Luca P
860adc19f7 Prepare new release 2022-01-18 09:55:01 +00:00
Santiago
56aa211dd9
fix: update actix-web to beta.20 (#69) 2022-01-18 09:54:08 +00:00
LukeMathWalker
0ef84792fd (cargo-release) start next development iteration 0.5.1-alpha.0 2022-01-05 18:08:29 +00:00
LukeMathWalker
06f07f30ca Update actix-web, prepare new release 2022-01-05 18:05:28 +00:00
LukeMathWalker
615f8fa39d (cargo-release) start next development iteration 0.5.1-alpha.0 2021-12-30 09:29:53 +01:00
LukeMathWalker
306dc85654 Prepare release 2021-12-30 09:29:01 +01:00
Rob Ede
7c2f67fc90
Updated actix-web dependency to 4.0.0-beta.18 (#66) 2021-12-30 09:22:36 +01:00
LukeMathWalker
38daef4cd5 (cargo-release) start next development iteration 0.5.1-alpha.0 2021-12-28 12:49:37 +01:00
LukeMathWalker
b63913a1a5 fix version 2021-12-28 12:48:55 +01:00
LukeMathWalker
98d8b8b904 (cargo-release) version 0.5.6-beta.7 2021-12-28 10:58:28 +01:00
LukeMathWalker
224d92e7cc Prepare new release 2021-12-28 10:57:49 +01:00
Riley
062b9c4b18
Update actix web (#64) 2021-12-28 10:56:42 +01:00
LukeMathWalker
a7305d1a6c (cargo-release) version 0.5.0-beta.6 2021-12-18 17:49:11 +00:00
ondra05
f0882677fe
Updated actix-web dependency to 4.0.0-beta.15 (#63) 2021-12-18 13:11:52 +00:00
LukeMathWalker
396848c3b1 (cargo-release) version 0.5.0-beta.5 2021-12-13 15:47:10 +00:00
Riley
14147286ba
Update to actix-web beta.14 (#61)
* Update to actix-web beta.14

* Fix HeaderMap import
2021-12-13 15:45:34 +00:00
LukeMathWalker
ae7040a54e Prepare 0.5.0-beta.4 release 2021-12-01 09:50:00 +00:00
DW
d726662f80
Update to latest actix-web (#59) 2021-12-01 09:48:51 +00:00
LukeMathWalker
46455193d0 (cargo-release) version 0.5.0-beta.3 2021-11-24 11:02:52 +00:00
Luca Palmieri
0838f1758f
Update to latest actix-web + improve README clarity around identifiers (#58)
* Update documentation to clarify what identifier should be used for what.

* Update to latest actix-web beta.
2021-11-24 11:02:05 +00:00
LukeMathWalker
ecc4d95dfc (cargo-release) version 0.5.0-beta.2 2021-11-18 20:02:32 +00:00
LukeMathWalker
b5abadfd2b Fix version in toml 2021-11-18 20:02:23 +00:00
Guarabot
6cef211e3e
Update required actix-web beta & examples (#54)
* Update required actix-web beta & examples

* deps relax
2021-11-18 19:59:40 +00:00
LukeMathWalker
2e97074768 (cargo-release) start next development iteration 0.5.1-alpha.0 2021-10-27 09:52:24 +01:00
LukeMathWalker
b811e065cb Breaking release. 2021-10-27 09:51:36 +01:00