Skip to content

Releases: hidevopsio/hiboot

v1.6.6

18 Dec 08:42
489a58d
Compare
Choose a tag to compare

Release notes

  • support app.WrapRouter to solve cors issue

v1.8.1

07 Oct 18:05
419f940
Compare
Choose a tag to compare

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

11 Aug 15:57
b9846d1
Compare
Choose a tag to compare

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

v1.7.0

19 Jul 14:25
032337f
Compare
Choose a tag to compare

Release notes:

  • Refactored instance name from short path to full package path which will be injected into object / func / method. e.g. from foo.utils to github.com/hidevopsio/hiboot/examples/web/helloworld/foo.utils.
  • Support customized field name to be injected. #25

v1.6.5

22 May 05:22
ea755c8
Compare
Choose a tag to compare

Release notes:

  • Update iris to use bluemonday v1.0.26

v1.6.4

26 Oct 07:36
43975c4
Compare
Choose a tag to compare

Release notes,

Fixes the issue that previous data response is being remained on response body

v1.6.3

23 May 04:23
e974538
Compare
Choose a tag to compare

Release notes

  • Get redoc from unpkg.com to speed up swagger-ui loading
  • Update gopkg.in/yaml.v2 to v2.2.8

v1.6.2

26 Apr 03:19
Compare
Choose a tag to compare

Release notes,

v1.6.0

13 Jun 16:04
Compare
Choose a tag to compare

Release notes,

  • Added at.SchedulingEnabled and at.Scheduled annotation and its implementations.
  • Fixes the issue that runtime instance does not handle concurrency well

v1.6.1

17 Mar 04:03
2f0b954
Compare
Choose a tag to compare

Release notes:

  • moved iris to a fork version