Skip to content

Releases: hidevopsio/hiboot

v1.0.2

09 Feb 16:14
Compare
Choose a tag to compare

Release Notes

  • Fixes issue #64 concurrent map writes error

v1.0.1

10 Dec 03:09
Compare
Choose a tag to compare

Release Notes

  • update go mod dependencies

v1.0.0

05 Dec 10:28
Compare
Choose a tag to compare

Release Notes

  • solved issue #59 to support go module

v0.11.2

04 Dec 18:33
Compare
Choose a tag to compare

Release Notes,

  • Added func system.ReadYamlFromFile

v0.11.1

27 Nov 08:38
Compare
Choose a tag to compare

Release Notes

  • fixes issue #51 that the property does not overwritten by the higher priority configurations.
  • fixes the regression issue that grpc server host should not be set as default

v0.11.0

21 Nov 08:53
Compare
Choose a tag to compare

Release Notes

  • refactored system.Builder
  • refactored app.Application
  • implemented context aware dependency injection though the controller's method
  • improved test coverage

v0.10.4

08 Nov 13:11
Compare
Choose a tag to compare

Release Notes

  • added secured websocket example with jwt
  • refactored package grpc/mock to grpc/mockgrpc
  • fixed the issue that property setter failed sometimes

v0.10.2

06 Nov 02:03
Compare
Choose a tag to compare

Release Notes

  • added health check service interface for hiboot starter

v0.10.1

05 Nov 02:24
Compare
Choose a tag to compare

Release Notes

  • changed logo hiboot url

v0.10.0

02 Nov 17:33
Compare
Choose a tag to compare

Release Notes

  • Support vanity import, the source code will be relocated from $GOPATH/src/github.com/hidevopsio/hiboot to $GOPATH/src/hidevops.io/hiboot
// Changed import from github.com/hidevopsio/hiboot
import "github.com/hidevopsio/hiboot/pkg/app/web"


// To hidevops.io/hiboot
import "hidevops.io/hiboot/pkg/app/web"