Skip to content

Tags: Monkey-Pro/micro

Tags

v2.4.0

Toggle v2.4.0's commit message
update 自定义网关 readme

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

v1.14.0

Toggle v1.14.0's commit message
- Go Micro 1.14.0 upgrade

- Add metadata flag to micro call command to pass metadata headers
- Right align network tables
- K8s config for api service
- Micro install scripts

v1.13.2

Toggle v1.13.2's commit message
- Fix proxy selection to use round robin strategy

v1.13.1

Toggle v1.13.1's commit message
- Fix divide by zero bug

v1.13.0

Toggle v1.13.0's commit message
- Update to go-micro 1.13.0

v1.12.0

Toggle v1.12.0's commit message
- Bump to use go-micro 1.12.0

- Add single boot on use of ./micro
- Add .gitignore file
- Add git commit hash on ldflags
- Add broker service
- Add store service
- Add network route filtering
- Add log prefixing
- Add network connect method
- Add network route table formatting
- Add etcd registry support
- Add acme provider flags
- Change makefile to include git hash ldflag tags
- Change docker image to micro/micro