Releases: hidevopsio/hiboot
Releases · hidevopsio/hiboot
v1.6.6
v1.8.1
Release notes,
- Refactored auto configuration to support any name definition of the struct for auto configuration as long as annotation at.AutoConfiguration is embedded, use the tag name as config profile if the value tag has value .
- Refactored property builder .
- Fixed the issue that some profiles parsing does not work.
v1.8.0
Release notes,
- features:
- added at.Scope annotation to support request or prototype scope for the instance which determine the lifecycle and visibility of the instance.
- added at.ConditionalOnField to cordinate with at.Scope to get and cache speicific instance
- added at.BeforeInit and at.AfterInit annotations to init the instance with different sequence accordingly.
- added tls support for web app
- break changes:
- removed grpc and jaeger starters
- deprecated at.ContextAware annotation and replace it with at.Scope
value:"request"
- enhancements:
- fixes the vulnerbilities for some dependencies