Releases: hidevopsio/hiboot
Releases · hidevopsio/hiboot
v1.0.2
Release Notes
- Fixes issue #64 concurrent map writes error
v1.0.1
Release Notes
- update go mod dependencies
v1.0.0
Release Notes
- solved issue #59 to support go module
v0.11.2
Release Notes,
- Added func system.ReadYamlFromFile
v0.11.1
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
Release Notes
- refactored system.Builder
- refactored app.Application
- implemented context aware dependency injection though the controller's method
- improved test coverage
v0.10.4
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
Release Notes
- added health check service interface for hiboot starter
v0.10.0
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"