# Changelog ## 0.3.0 - **breaking**: refactor dependency inject ([#105]) [#105]: https://github.com/spring-rs/spring-rs/pull/105 ## 0.2.4 - **changed**: fix spring-web cors middleware support wildcard ([#102]) [#102]: https://github.com/spring-rs/spring-rs/pull/102 ## 0.2.4 - **changed**: upgrade `tower-http = "0.5"` to `tower-http = "0.6"` ([#76]) [#76]: https://github.com/spring-rs/spring-rs/pull/76 ## 0.2.3 - **changed**: http2 as the default feature ([#65]) [#65]: https://github.com/spring-rs/spring-rs/pull/65 ## 0.2.2 - **changed**: refactor KnownWebError: change &str to Into ([#6f243a]) [#6f243a]: https://github.com/spring-rs/spring-rs/commit/6f243aa384aee22a0f3a32ed2ea2f20ec0f4d513 ## 0.2.1 - **added**: support graceful shutdown ([#61]) [#61]: https://github.com/spring-rs/spring-rs/pull/61 ## 0.2.0 - **added**: support dependency inject ([#54]) - **changed**: rename TypedHandlerFactory to TypedHandlerRegistrar ([#54]) [#54]: https://github.com/spring-rs/spring-rs/pull/54 ## 0.1.5 - **changed**: update debug log ([#52]) [#52]: https://github.com/spring-rs/spring-rs/pull/52 ## 0.1.4 - **added**: support ConnectInfo ([#51]) [#51]: https://github.com/spring-rs/spring-rs/pull/51 ## 0.1.3 - **added**: Support extracting Component in middleware ([#44]) - **changed**: web-middleware-example support problemdetail ([#44]) [#44]: https://github.com/spring-rs/spring-rs/pull/44 ## 0.1.2 - **added**: WebError IntoResponse add log ([#5c684e]) [#5c684e]: https://github.com/spring-rs/spring-rs/commit/5c684e439f4a8877aebcbb091bdc404bdf982597 ## before 0.1.1 see [CHANGELOG](../CHANGELOG.md)