Skip to content

Tags: bigrocs/micro

Tags

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.
pin v2.5.0 go-micro release (#800)

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

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to use latest go-micro auth (#725)

Co-authored-by: Ben Toogood <ben@micro.mu>

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix goreleaser (#647)

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

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix goreleaser (#647)

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

v2.2.0

Toggle v2.2.0's commit message
- Update to go-micro v2.2.0

- Change Auth Validate to Verify
- Add --platform flag to call service
- Add auth to proxy

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prepare 2.1.1 release (#565)

* prepare 2.1.1 release
* bump go.mod for go-micro latest release

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

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cut new v2.1.0 release (#562)

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

v2.0.0

Toggle v2.0.0's commit message
v2 release

Major Breaks:

- Move to go-micro v2

Changes:

- upx to compress builds
- urfave/cli v2 as fork
- move all service implementations from go-micro to here
- add debug collector for scraping stats
- add debug web for graphs
- add debug log streaming
- add init operator to patch/update services on kubernetes
- many many other changes...

https://github.com/micro/micro/compare/v1.18.0...master

v1.18.0

Toggle v1.18.0's commit message
- Add debug service and debug web

- Reset the network token to micro.mu
- Add CORS processing to the default
- Update the network k8s configs
- Add ability to set tls config in network
- Add ability to set gateway on the network
- Default to AdvertiseLocal for network nodes
- Add separate server for proxy on :8081
- Disable registry pub/sub registration
- Add --runtime to micro ps command
- Update to go-micro 1.18.0

v1.17.1

Toggle v1.17.1's commit message
- fix rpc server go routine leak