Skip to content

Tags: xyui/micro

Tags

v2.7.0

Toggle v2.7.0's commit message
- Restructure the directories

- Add file upload
- Add env autoset 443
- Fix proxy panics for http
- Strip out caching code from web
- Add terraform CA management
- Add multi-tenancy updates

v2.6.0

Toggle v2.6.0's commit message
- Upgrade to go-micro 2.6.0

- Add changes for multi-tenancy
- Cleanup cli commands and output
- Add env setting commands
- Add cli side env profiles
- Move protoc-gen-micro here
- Remove debug log cli command
- Add runtime cli logs command
- Move to go.micro.mu/update
- Variety of tests and updates

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