diff --git a/Cargo.toml b/Cargo.toml index 6ea62c64..abc4bf39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,3 @@ ntex-util = { path = "ntex-util" } ntex-glommio = { path = "ntex-glommio" } ntex-tokio = { path = "ntex-tokio" } ntex-async-std = { path = "ntex-async-std" } - -ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git", branch = "service-0-4" } diff --git a/ntex-async-std/CHANGES.md b/ntex-async-std/CHANGES.md index 7fc05c74..8ef0df36 100644 --- a/ntex-async-std/CHANGES.md +++ b/ntex-async-std/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0-beta.0] - 2022-12-28 + +* Migrate to ntex-service 1.0 + ## [0.1.1] - 2022-01-30 * Update to ntex-io 0.1.7 diff --git a/ntex-connect/CHANGES.md b/ntex-connect/CHANGES.md index 350b8d2d..f7439c02 100644 --- a/ntex-connect/CHANGES.md +++ b/ntex-connect/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0-beta.0] - 2022-12-28 + +* Migrate to ntex-service 1.0 + ## [0.1.1] - 2022-12-08 * Remove port from host for openssl connector #152 diff --git a/ntex-connect/Cargo.toml b/ntex-connect/Cargo.toml index 57b8d596..ffd24c3d 100644 --- a/ntex-connect/Cargo.toml +++ b/ntex-connect/Cargo.toml @@ -35,7 +35,7 @@ async-std = ["ntex-rt/async-std", "ntex-async-std"] [dependencies] ntex-service = "1.0.0-beta.0" -ntex-bytes = "0.1.15" +ntex-bytes = "0.1.18" ntex-http = "0.1.8" ntex-io = "0.2.0-beta.0" ntex-rt = "0.4.5" diff --git a/ntex-glommio/CHANGES.md b/ntex-glommio/CHANGES.md index 9d9d555f..76de342b 100644 --- a/ntex-glommio/CHANGES.md +++ b/ntex-glommio/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0-beta.0] - 2022-12-28 + +* Migrate to ntex-service 1.0 + ## [0.1.2] - 2022-02-20 * Upgrade to glommio 0.7 diff --git a/ntex-io/CHANGES.md b/ntex-io/CHANGES.md index 55f65c04..bc7df763 100644 --- a/ntex-io/CHANGES.md +++ b/ntex-io/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0-beta.0] - 2022-12-xx +## [0.2.0-beta.0] - 2022-12-28 * Upgrade to ntex-service 1.0 diff --git a/ntex-service/CHANGES.md b/ntex-service/CHANGES.md index 114046be..2649ae26 100644 --- a/ntex-service/CHANGES.md +++ b/ntex-service/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.4.0-alpha.0] - 2022-12-xx +## [1.0.0-beta.0] - 2022-12-28 * Rename Transform to Middleware diff --git a/ntex-tls/CHANGES.md b/ntex-tls/CHANGES.md index c672156a..bc304cb7 100644 --- a/ntex-tls/CHANGES.md +++ b/ntex-tls/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0-beta.0] - 2022-12-28 + +* Migrate to ntex-service 1.0 + ## [0.1.7] - 2022-10-26 * Create the correct PskIdentity type on query #138 diff --git a/ntex-tls/Cargo.toml b/ntex-tls/Cargo.toml index 4454d634..9292f690 100644 --- a/ntex-tls/Cargo.toml +++ b/ntex-tls/Cargo.toml @@ -25,7 +25,7 @@ openssl = ["tls_openssl"] rustls = ["tls_rust"] [dependencies] -ntex-bytes = "0.1.14" +ntex-bytes = "0.1.18" ntex-io = "0.2.0-beta.0" ntex-util = "0.2.0-beta.0" ntex-service = "1.0.0-beta.0" diff --git a/ntex-tokio/CHANGES.md b/ntex-tokio/CHANGES.md index 3ba200eb..58707ff3 100644 --- a/ntex-tokio/CHANGES.md +++ b/ntex-tokio/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.2.0-beta.0] - 2022-12-28 + +* Migrate to ntex-service 1.0 + ## [0.1.3] - 2022-01-30 * Update to ntex-io 0.1.7 diff --git a/ntex-util/CHANGES.md b/ntex-util/CHANGES.md index 2e13f39d..f6048c5e 100644 --- a/ntex-util/CHANGES.md +++ b/ntex-util/CHANGES.md @@ -1,8 +1,8 @@ # Changes -## [0.2.0-alpha.0] - 2022-12-xx +## [0.2.0-beta.0] - 2022-12-28 -* Migrate to ntex-service 0.4 +* Migrate to ntex-service 1.0 ## [0.1.19] - 2022-12-13 diff --git a/ntex/CHANGES.md b/ntex/CHANGES.md index cc85f1e2..4b758efa 100644 --- a/ntex/CHANGES.md +++ b/ntex/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.6.0-alpha.0] - 2022-12-xx +## [0.6.0-beta.0] - 2022-12-28 * Upgrade to ntex-service 0.4