Skip to content

Releases: origadmin/runtime

Release v0.1.51

07 Jan 09:12
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): improve validation logging consistency by @godcong

Release v0.1.50

07 Jan 09:03
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): add NewHTTPContext function by @godcong

Release v0.1.49

07 Jan 08:52
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): update HTTPContext to properly wrap transhttp.Context by @godcong

Release v0.1.48

07 Jan 08:34
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): improve HTTP context handling and naming by @godcong

Release v0.1.47

07 Jan 07:51
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): update HTTPContext function to accept transhttp.Context by @godcong

Release v0.1.46

07 Jan 07:17
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): add error definition for missing context by @godcong

Release v0.1.45

07 Jan 06:14
Compare
Choose a tag to compare

Changelog

  • feat(runtime/agent): add HTTPContext function and improve grpcAgent methods by @godcong

Release v0.1.44

06 Jan 21:15
Compare
Choose a tag to compare

Changelog

  • chore(go.mod): update origadmin/toolkits to v0.2.9 by @godcong
  • chore(go.mod): update origadmin/toolkits to v0.2.8 by @godcong
  • refactor(agent): move http context utilities to agent package by @godcong
  • refactor(runtime): update package comments and add API version constant by @godcong
  • refactor(security): improve TokenType constants and update stringer generation by @godcong
  • feat(runtime): add HTTP context utility functions by @godcong
  • feat(security): enhance PolicyParser to support dynamic object and action by @godcong

Release v0.1.43

06 Jan 18:19
Compare
Choose a tag to compare

Changelog

  • refactor(security): improve TokenType constants and update stringer generation by @godcong
  • refactor(middleware): replace selector with KMiddleware in middleware functions by @godcong

Release v0.1.42

03 Jan 11:06
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): rename and restructure security middleware by @godcong