Skip to content

Releases: hidevopsio/hiboot

v0.9.9

31 Oct 12:54
Compare
Choose a tag to compare

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

27 Oct 15:58
Compare
Choose a tag to compare

Release Notes

  • refactored starter actuator
  • refactored application property setter

v0.9.7

25 Oct 03:03
Compare
Choose a tag to compare

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

23 Oct 13:17
Compare
Choose a tag to compare

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

17 Oct 11:34
Compare
Choose a tag to compare

Release Notes

  • fixed the golint warnings.
  • added gRPC mock testing.

v0.9.4

15 Oct 07:49
Compare
Choose a tag to compare

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

11 Oct 01:36
Compare
Choose a tag to compare

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

09 Oct 15:34
Compare
Choose a tag to compare

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

09 Oct 01:14
Compare
Choose a tag to compare

Release Note

  • Refactored the sub command handler of cli application

v0.9.0

08 Oct 10:13
Compare
Choose a tag to compare

Release Notes

  • Added Dependency Graph Resolver.
  • Refactored cli application and factory