Commit graph

4709 commits

Author SHA1 Message Date
Nikolay Kim
24ff5d6909
Refactor tls impl (#237) 2023-11-03 17:33:45 +06:00
Nikolay Kim
d460d9c259
Upgrade async-channel (#236) 2023-11-02 20:15:18 +06:00
Nikolay Kim
ea26d9ef53 Update doc 2023-11-02 16:18:57 +06:00
Nikolay Kim
e4c58fa363 Prep release 2023-11-02 16:14:43 +06:00
tt rt
5c17aa1f99
Add FusedStream trait on Receiver<T> (#235) 2023-11-02 10:22:45 +01:00
Nikolay Kim
a222316da6
Update deps (#234) 2023-10-27 12:39:48 +02:00
Nikolay Kim
05f4911eac Prep release 2023-10-23 11:19:11 +02:00
leone
1820343257
fix: rust tls client TLS_SERVER_ROOTS (#232) 2023-10-18 16:17:16 +02:00
msga-mmm
9bb4a60ad4
test: improve coverage (#231)
* feat(ntex-glommio): remove unused mut

* test(ntex-io): check Debug implementation for FilterServiceFactory

* chore: format code

* feat(ntex-util): check Debug and poll_ready for KeepAlive

* test(ntex-util): wait a bit until the poll is ready

* test(ntex-bytes): assert error for implementation try_from for BytesVec

* feat(ntex-tokio): remove unused mut

* feat(ntex-tls): use add_trust_anchors instead of add_server_trust_anchors

* chore: format code

* feat(ntex-util): check readiness after sleeping but before expiring

* feat(ntex-util): remove unnecessary assertion
2023-10-17 19:14:40 +06:00
Nikolay Kim
bd49962d1b Prep release 2023-10-16 20:09:36 +06:00
Nikolay Kim
fbd6a4f44d
Upgrade deps (#230) 2023-10-16 20:06:16 +06:00
Nikolay Kim
38cadcee92
gh action cleanup space (#229) 2023-10-16 16:35:15 +06:00
Nikolay Kim
8c3e8ebfd9
Update deps (#228)
* Update bitflags crate

* Upgrade ntex-h2
2023-10-09 20:59:04 +06:00
Nikolay Kim
e3eeaee542 Update tests 2023-10-03 17:49:37 +06:00
Nikolay Kim
fd9ac5c48e Clippy 2023-10-02 14:30:19 +06:00
Nikolay Kim
37e3928d40 Add Clone impl for Connect<T> type 2023-10-02 14:20:23 +06:00
Nikolay Kim
9c425e7336 fmt 2023-10-01 20:47:51 +06:00
Nikolay Kim
99b82260d3 Prepare release 2023-10-01 20:47:11 +06:00
Anton
12e0c9a16e
Fix compile error for 'compress' feature with async-std & glommio (#226)
Only tokio's JoinHandle impl's Debug.

Before this fix any project with

`ntex = { version = "0.7.4", features = ["glommio", "compress"] }`
or
`ntex = { version = "0.7.4", features = ["async-std", "compress"] }`

would fail to build.
2023-10-01 20:45:59 +06:00
Nikolay Kim
c011bc68c3
Use From<T::Error> for apply_fn util (#225)
* Use From<T::Error> for apply_fn util
2023-09-20 00:42:23 +06:00
Nikolay Kim
73b26136a9 Require Debug for filters 2023-09-12 17:46:34 +06:00
Nikolay Kim
27f07b6fc4 Add missing fmt::Debug impls 2023-09-12 17:38:37 +06:00
Nikolay Kim
02e111d373
Add missing fmt::Debug impls (#224)
* Add missing fmt::Debug impls
2023-09-11 21:43:07 +06:00
Nikolay Kim
19cc8ab315 Clippy 2023-09-05 15:49:49 +06:00
Nikolay Kim
d06fded946 Better log output 2023-09-05 15:21:10 +06:00
Nikolay Kim
996f2afdb7 Use Pipeline<T> instead of ApplyService<T> 2023-08-14 16:23:10 +06:00
Nikolay Kim
17ffaf105e
Add .apply_fn() for chain and chain factory (#220)
* Add .apply_fn() for chain and chain factory
2023-08-12 17:55:00 +06:00
Nikolay Kim
594bf0a8e2
Refactor pipeline call impl (#219)
* Refactor pipeline call impl
2023-08-10 22:10:02 +06:00
Nikolay Kim
2e66b4b361 Update tests 2023-06-26 10:00:16 +06:00
Will Brown
eea5b3b539
Synchronized buffer (#216)
* added a new function to servicecall to allow only advancing to the service call and then returning the service response future
* buffer can maintain order/backpressure by implementing strict readiness and synchronous calling
* buffer can flush in order or cancel pending buffered futures on shutdown
2023-06-26 09:19:56 +06:00
Nikolay Kim
4380b3a155
PipelineCall is static (#215)
* PipelineCall is static

* Fix static lifetimes req
2023-06-23 23:11:16 +06:00
Nikolay Kim
1fd6311a5d Update changes 2023-06-22 18:43:25 +06:00
Nikolay Kim
6382ef6b40
Refactor service pipelines (#214) 2023-06-22 18:39:09 +06:00
Nikolay Kim
a02009d7be Update docs 2023-06-21 10:30:56 +06:00
Nikolay Kim
589b48f073 Link apply_fn service readiness with parent 2023-06-21 10:24:16 +06:00
Nikolay Kim
ea14e8f0f4
Add ContainerCall future (#213)
* Add Container::static_call(), returns future that is suitable for spawning into runtime

* Remove unsafe from h1 dispatcher

* Make call_nowait public

* Update MSRV
2023-06-21 10:21:43 +06:00
Nikolay Kim
50528b11ff
Remove Deref for Container<T> (#212) 2023-06-19 22:31:07 +06:00
Nikolay Kim
108e2ac20a Rename Ctx to ServiceCtx 2023-06-19 18:47:15 +06:00
Nikolay Kim
4714064872
Merge pull request #211 from ntex-rs/beta0-release
Beta.0 release
2023-06-17 00:01:51 +06:00
Nikolay Kim
ffa0f8e7a3 Remove h2 git ref 2023-06-17 00:00:39 +06:00
Nikolay Kim
b350280dba Slight optimization and docs 2023-06-16 23:29:56 +06:00
Nikolay Kim
1b199712a9 Update versions 2023-06-16 20:32:52 +06:00
Nikolay Kim
b8cb1ff013 Update ntex-h2 ref 2023-06-16 00:40:00 +06:00
Nikolay Kim
274488bd84 Remove boxed rc service 2023-06-16 00:16:14 +06:00
Nikolay Kim
e450ac80b8 Make Ctx copy 2023-06-16 00:16:14 +06:00
Nikolay Kim
4650a41648 Update changes 2023-06-16 00:16:14 +06:00
Nikolay Kim
7960b550c9 Migrate to ntex-service 1.2 (#209)
* Migrate to ntex-service 1.2
2023-06-16 00:16:14 +06:00
Cris Liao
e151b1eff1 Upgrade rustls version to 0.21 (#201)
* Upgrade rustls version to 0.21
2023-06-16 00:16:14 +06:00
Nikolay Kim
0e1f0b5f73 Service container (#208)
* Enforce service readiness during call
* Introduce service sharable readiness
2023-06-16 00:16:14 +06:00
Nikolay Kim
a35535da32
Refactor timer driver (#207)
* Refactor timer driver
2023-06-04 11:20:14 +06:00