Skip to content

Releases: micro/go-micro

v5.13.0 - Deployment Support

27 Jan 13:49
a5bef7a

Choose a tag to compare

What's New

Seamless Deployment to Linux Servers

Deploy your services to any Linux server with systemd:

# One-time server setup
ssh user@server
curl -fsSL https://go-micro.dev/install.sh | sh
sudo micro init --server

# Deploy from your laptop
micro deploy user@server

New Commands

  • micro init --server - Initialize a server to receive deployments
  • micro deploy - Deploy services via SSH + systemd
  • micro status --remote - Check service status on remote servers
  • micro logs --remote - Stream logs from remote servers
  • micro stop --remote - Stop services on remote servers

Configuration

Named deploy targets in micro.mu:

deploy prod
    ssh [email protected]

deploy staging
    ssh [email protected]

Then: micro deploy prod

Philosophy

  • systemd is the process supervisor (battle-tested)
  • SSH is the transport (no custom agents)
  • No platform needed (unlike Micro v3)
  • Helpful error messages guide you through setup

See docs/deployment.md for the full guide.

Full Changelog

v5.12.0...v5.13.0

v5.12.0

26 Nov 08:40
80345fe

Choose a tag to compare

docs: clarify gRPC server option ordering and service name usage (#2820)

* Initial plan

* docs: clarify gRPC server option ordering and service name usage

- Fix all examples to show Server option before Name option
- Add note explaining why option ordering matters
- Add new section on "Option Ordering Issue" in Common Errors
- Add new section on "Service Name vs Package Name" in Common Errors
- Update transport.md to show proper ordering with comment

Co-authored-by: asim <[email protected]>

* docs: refine comments based on code review feedback

- Clarify that Server ordering before Name is mandatory
- Remove confusing comment about Client ordering being for consistency

Co-authored-by: asim <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: asim <[email protected]>

v5.11.0

22 Oct 15:39

Choose a tag to compare

With a number of new bug fixes

v5.10.0

14 Oct 10:28

Choose a tag to compare

Merge micro/go-micro. Adds protoc-gen-micro and micro command lines.

Micro repo now deprecated.

v5.9.0

24 Jun 14:37
ee9f3af

Choose a tag to compare

  • Includes the return of the events package.
  • Includes a new genai package for generative AI
  • Lots of other little fixes

v5.8.0

10 Jun 09:51
88f38ea

Choose a tag to compare

Fresh tag

v5.7.0

10 Jun 09:50

Choose a tag to compare

Fresh tag

5.6.0

14 May 21:58

Choose a tag to compare

Moving towards built in plugins

Adds grpc client/server/transport plugins

v5.5.0

30 Apr 21:06
0f4c238

Choose a tag to compare

Versioned without cmd/protoc-gen-micro

5.4.2

23 Apr 11:21

Choose a tag to compare

v5.4.2

New syntactic sugar