Releases: hidevopsio/hiboot
Releases · hidevopsio/hiboot
v0.9.9
Release Notes
- Added websocket starter
- Added custom property, now Hiboot will accept application property setter or property that passed from command line argument with --, e.g. my-hiboot-app --server.port=8081
v0.9.8
Release Notes
- refactored starter actuator
- refactored application property setter
v0.9.7
Release Notes
- refactored app.Register(), deprecated app.Component(), app.AutoConfiguration(), web.RestController(). now app.Register() will be the only one register function.
- enhanced controller and auto configuration.
v0.9.6
Release Notes
- refactor cli.Application, added cli.RootCommand and cli.SubCommand
- fixes the issue that jwt controller does not handle null jwt field.
- add at.Qualifier annotation
- fixes the issue that the package cmd of examples/cli/crypto is not imported
v0.9.5
Release Notes
- fixed the golint warnings.
- added gRPC mock testing.
v0.9.4
Release Notes
- fixes the regression issue that grpc dependency is not resolved on grpc starter.
- fixes some of the unit tests failure on Windows.
- added gitter chat badge
v0.9.3
Release Notes
- refactored instantiate factory to use package name as prefix to instance name. e.g. app.applicationContext
- refactored gRpc clientConnector.Connect method, return gRpc client to caller.
- implemented unit test for factory.
v0.9.2
Release Notes
- fixes the issue that grpc client does not connected sometimes because of wrong dependency injection sequence.
- added method FindInstance to interface ApplicationContext that it can find instance by type.
v0.9.1
Release Note
- Refactored the sub command handler of cli application
v0.9.0
Release Notes
- Added Dependency Graph Resolver.
- Refactored cli application and factory