Skip to content

Tags: lifenglin/micro

Tags

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

v1.17.0

Toggle v1.17.0's commit message
- Add address flag to cli to specify a specific node to call

- Add output flag to cli to format the output of a call
- Fix internal cli call formatting to support any type
- Add namespace variable for the init command to utilise for name prefixing
- Add init command which auto updates services based on the notifier
- Change notifier to use event timestamp rather than service version
- Update all the network configs for kubernetes deployments
- Add the advertising strategy flag to network and router
- Add the network web templating along with additional endpoints
- Add go generate file to new service templates
- Add standalone inbound :8081 proxy server to micro proxy
- Add a filesystem notifier for micro run service --local
- Add additional proxy handlers for file and exec
- Add support for icons in web dashboard

v1.16.0

Toggle v1.16.0's commit message
- Update to latest go-micro 1.16.0

- Add -o raw flag for micro call command
- Update various k8s configs
- Add metric output to routes command
- Fix router flags

v1.15.1

Toggle v1.15.1's commit message
- Router recovery penalty has been lowered

v1.15.0

Toggle v1.15.0's commit message
- Fix acme ondemand usage

- Add runtime service
- Add runtime/init yaml files
- Add network dns service/commands
- Add auto update flag
- Add update notifier poller
- Add all the seed node servers
- Add network web service
- Fix routes table alignment
- Fix network api peer mapping
- Add network api priority