Skip to content

Releases: hidevopsio/hiboot

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

v1.5.0

07 Mar 03:58
Compare
Choose a tag to compare

Release Notes:

  • changed pkg path to github.com/hidevopsio/hiboot instead of hidevops.io/hiboot

v1.4.0

22 Jul 03:19
38e0001
Compare
Choose a tag to compare

Release notes

  • Added annotation at.RequiresPermissions and its examples in middleware
  • Support to get method annotation from hiboot web application context
  • Clean up unite tests

v1.3.1

09 Jan 15:53
3346661
Compare
Choose a tag to compare

Release notes

  • Fixes the issue that swagger-ui does not work on windows

v1.3.0

10 Oct 08:46
7cafc44
Compare
Choose a tag to compare

Release Notes

  • Implemented annotation v2 which is supported via struct.
  • Implemented Middleware via at.Middleware and at.MiddlewareHandler.
  • Implemented Swagger 2.0 and its annotations.
  • Reimplemented property builder, the priority will be
    1. Command line arguments
    2. Environment variables
    3. External configuration file in working directory ( $WORK_DIR/config/applicaton.yml)
    4. External configuration file with active profile name as postfix ($WORK_DIR/config/applicaton-${app.profiles.active}.yml)
    5. Calling application method SetProperty()
    6. Default value that injected by Hiboot via tag default