boot_http 0.2.0+2
boot_http: ^0.2.0+2 copied to clipboard
HTTP server for Boot (@Controller, routing, filters).
0.2.0+1 #
- REFACTOR(core): move RouteRegistry interface to boot_core, decouple module from boot_http. (bb34c6fe)
0.2.0 #
Note: This release has breaking changes.
- REFACTOR(core): consolidate parseDuration into boot_core. (96b5bcc7)
- FIX(generator): library mode scans direct deps only, app mode scans transitive. (892f959e)
- FIX(generator): avoid Type name conflicts in generated beanType getter. (098d7596)
- FEAT(core): @ConfigurationProperties, lazy routes, self-contained boot_http_client. (1d148204)
- FEAT(test): WebSocket testing and integration test support. (22df3878)
- BREAKING REFACTOR(generator): metadata-driven architecture with modular generators. (4930ecb6)
0.1.2+2 #
- Update a dependency to the latest release.
0.1.2+1 #
- Update a dependency to the latest release.