# Changes ## [1.0.0] - 2024-01-09 * Release ## [1.0.0-b.1] - 2024-01-08 * Refactor io tls filters * Remove unnecessary 'static ## [1.0.0-b.0] - 2024-01-07 * Use "async fn" in trait for Service definition ## [0.3.4] - 2023-12-14 * Better io tag handling ## [0.3.3] - 2023-12-12 * Add io tag support ## [0.3.2] - 2023-10-02 * Add `Clone` impl for `Connect` type ## [0.3.1] - 2023-09-11 * Add missing fmt::Debug impls ## [0.3.0] - 2023-06-22 * Release v0.3.0 ## [0.3.0-beta.0] - 2023-06-16 * Migrate to ntex-service 1.2 ## [0.2.1] - 2023-01-23 * Use new Io object ## [0.2.0] - 2023-01-04 * Release ## [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 ## [0.1.0] - 2022-06-20 * Move to separate crate