Skip to content

Releases: origadmin/runtime

Release v0.1.31

24 Dec 06:27
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add root user authorization and update service registration by @godcong

Release v0.1.30

23 Dec 17:30
Compare
Choose a tag to compare

Changelog

  • build(runtime): update dependencies by @godcong
  • fix(agent): fix user claims parsing and update authz logic by @godcong
  • fix(authz): pass claims to parser function by @godcong
  • refactor(security): update claims parsing and remove unused code by @godcong
  • build(runtime): update dependencies by @godcong
  • feat(authn): add root context handling for authentication and authorization by @godcong
  • refactor(runtime): update metadata security headers to global format by @godcong

Release v0.1.29

23 Dec 10:38
Compare
Choose a tag to compare

Changelog

  • feat(middleware): implement selector middleware by @godcong
  • refactor(middleware): replace Filter with Selector interface by @godcong

Release v0.1.28

23 Dec 08:20
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add constant for API version v1 by @godcong

Release v0.1.27

23 Dec 08:17
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add agent package by @godcong
  • feat(runtime): implement application initialization and configuration management by @godcong

Release v0.1.26

20 Dec 16:09
Compare
Choose a tag to compare

Changelog

  • refactor(agent): rename Skipper to SkipperServer and update context handling by @godcong

Release v0.1.25

20 Dec 15:36
Compare
Choose a tag to compare

Changelog

  • feat(service): add client and server options for grpc and http by @godcong

Release v0.1.24

20 Dec 15:10
Compare
Choose a tag to compare

Changelog

  • feat(agent): implement Skipper middleware with logging and configuration by @godcong

Release v0.1.23

20 Dec 14:10
Compare
Choose a tag to compare

Changelog

  • refactor(proto): remove validation rules from JWT config by @godcong

Release v0.1.22

20 Dec 13:55
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add new Go-specific API level feature by @godcong