Skip to content

Releases: origadmin/runtime

Release v0.1.39

24 Dec 17:40
Compare
Choose a tag to compare

Changelog

  • fix(runtime): use database dialect instead of driver when opening SQL connection by @godcong
  • refactor(proto): add migration config to data.proto by @godcong
  • refactor(proto): Rename driver to dialect in Data_Database by @godcong

Release v0.1.38

24 Dec 16:03
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): restructure builder initialization and global access by @godcong
  • feat(runtime): introduce Runtime struct and instantiate it with DefaultEnvPrefix by @godcong
  • feat(config): implement reflection-based field value retrieval by @godcong

Release v0.1.37

24 Dec 12:01
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add service configuration and discovery support by @godcong
  • fix(agent): set default token parser and root user checker by @godcong

Release v0.1.36

24 Dec 11:12
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add service configuration and discovery support by @godcong
  • feat(runtime): add service configuration and discovery support by @godcong
  • refactor(runtime): improve agent initialization and naming consistency by @godcong

Release v0.1.35

24 Dec 10:30
Compare
Choose a tag to compare

Changelog

  • refactor(agent): update unimplemented agent with transport packages by @godcong
  • refactor(agent): update transport package imports and rename interfaces by @godcong

Release v0.1.34

24 Dec 10:13
Compare
Choose a tag to compare

Changelog

  • refactor(agent): improve agent.go structure and documentation by @godcong
  • feat(agent): add support for gRPC and HTTP separately by @godcong

Release v0.1.33

24 Dec 09:06
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add Server method to ServerRegister interface by @godcong

Release v0.1.32

24 Dec 09:01
Compare
Choose a tag to compare

Changelog

  • refactor(agent): split Agent interface into HTTPAgent and GRPCAgent by @godcong

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