Tags: PhantomMatthew/micro
Tags
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
- 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
- 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
PreviousNext