Skip to content

Releases: origadmin/runtime

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

Release v0.1.21

20 Dec 13:51
Compare
Choose a tag to compare

Changelog

  • feat(runtime): add new Go-specific API level feature by @godcong
  • refactor(runtime): remove JWT key2 min_len validation and update .gitignore by @godcong

Release v0.1.20

20 Dec 11:07
Compare
Choose a tag to compare

Changelog

  • refactor(runtime): replace durationpb with int64 for timeout settings by @godcong
  • refactor(config): change google.protobuf.Duration and google.protobuf.Timestamp to int64 by @godcong