Releases: origadmin/runtime
Releases · origadmin/runtime
Release v0.1.39
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
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
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
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
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
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
Changelog
- feat(runtime): add Server method to ServerRegister interface by @godcong
Release v0.1.32
Changelog
- refactor(agent): split Agent interface into HTTPAgent and GRPCAgent by @godcong
Release v0.1.31
Changelog
- feat(runtime): add root user authorization and update service registration by @godcong
Release v0.1.30
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