Skip to content

Releases: hidevopsio/hiboot

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

v0.8.1

30 Sep 08:42
Compare
Choose a tag to compare

Release Notes

  • fixes the issue that env variable does not replace for some use cases.

v0.8.0

26 Sep 10:18
Compare
Choose a tag to compare

Release Notes

  • Support dependency sorting

v0.7.2

21 Sep 07:55
Compare
Choose a tag to compare

Release Notes

  • fixes the issue that InstantiateMethod failed when check it it's dependency on auto configuration

v0.7.1

19 Sep 10:07
Compare
Choose a tag to compare

Release Notes

  • Implements GetInstance method on interface ApplicatonContext