Skip to content

Tags: job2wd/go-micro

Tags

v2.9.1

Toggle v2.9.1's commit message
push tags to docker hub (micro#1766)

v2.9.0

Toggle v2.9.0's commit message
Fix regex detection. Fixes micro#1663 (micro#1696)

v2.9.0-rc5

Toggle v2.9.0-rc5's commit message
Merge branch 'master' into release-2.9.0

v2.9.0-rc4

Toggle v2.9.0-rc4's commit message
Merge branch 'master' into release-2.9.0

v2.9.0-rc1

Toggle v2.9.0-rc1's commit message
Merge branch 'master' into release-2.9.0

v2.8.0

Toggle v2.8.0's commit message
- Rewrite Auth interface to use Rules

- Add Cache interface into the Client for request caching
- Fix atomic sequence updates in Client
- Update go mod deps
- Fix ipv6 parsing in mdns registry
- Add namespacing to the default runtime
- Replace go-git with v5
- Increase register ttl to 90 seconds

v2.7.0

Toggle v2.7.0's commit message
- Fix the rpc handler json rpc body parsing

- Use caddyserver/certmagic instead of mholt
- Add HasRole to Account
- Add jwt refresh token generation
- Fix rpc stream close locking race
- Add auth namespace env var
- Strip the router penalty code
- Add file upload util
- Fix killing processes in runtime
- Pass namespace to runtime commands
- Generate account on start
- Check errors in cockroachdb

v2.6.0

Toggle v2.6.0's commit message
- Fix discord bot authentication header

- Improve api rpc regexp matching
- Change auth account access via context
- Create a jwt implementation of auth
- Fix grpc content-type encoding bug
- Consolidate proxy/network env var logic
- Change secrets interface naming
- Log file path in the logger
- Change location of network resolver
- Add Store to service options
- Fix default runtime log parsing
- Add namespace checks to k8s runtime
- Add proper git checkout in local runtime
- Add database/table options for store
- Add pki implementation
- Import qson

show

Toggle show's commit message
- Fix discord bot authentication header

- Improve api rpc regexp matching
- Change auth account access via context
- Create a jwt implementation of auth
- Fix grpc content-type encoding bug
- Consolidate proxy/network env var logic
- Change secrets interface naming
- Log file path in the logger
- Change location of network resolver
- Add Store to service options
- Fix default runtime log parsing
- Add namespace checks to k8s runtime
- Add proper git checkout in local runtime
- Add database/table options for store
- Add pki implementation
- Import qson

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
api/router/registry: extract path based parameters from url to req (m…

…icro#1530)

* api/router/registry: extract path based parameters from url to req
* api/handler/rpc: fix empty body request parsing
* bundle grpc-gateway util funcs

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>