Skip to content

Releases: micro/go-micro

v5.16.0

11 Feb 14:16

Choose a tag to compare

v5.15.0

11 Feb 10:48

Choose a tag to compare

Full Changelog: v5.14.0...v5.15.0

v5.14.0

04 Feb 09:34
a100a47

Choose a tag to compare

What's Changed

  • Add blog link to homepage by @asim in #2837
  • Fix go install @latest failures by documenting specific version by @Copilot in #2839
  • Apply rate limiting before singleflight to prevent goroutine blocking on etcd timeout by @Copilot in #2841
  • Implement NATS connection pooling and fix connection leaks by @Copilot in #2840
  • [WIP] Remove reflect usage and improve performance by @Copilot in #2842
  • TLS certificate verification: opt-in security to preserve backward compatibility by @Copilot in #2843
  • Replace custom logger with log/slog by @Copilot in #2844
  • Fix google.protobuf.Any JSON marshaling missing @type field by @Copilot in #2845

Full Changelog: v5.13.0...v5.14.0

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