1 days ago
lego

v5.3.1

lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️

Everybody thinks that the others will donate, but in the end, nobody does.

So if you think that lego is worth it, please consider donating.

For key updates, see the changelog.

Changelog

Due to an error related to Snapcraft, some artifacts of the v5.3.0 release have not been published.

This release contains the same things as v5.3.0.

1 days ago
lego

v5.3.0

lego is an independent, free, and open-source project, if you value it, consider supporting it! ❤️

Everybody thinks that the others will donate, but in the end, nobody does.

So if you think that lego is worth it, please consider donating.

For key updates, see the changelog.

Changelog

  • c7b207a10ca834b3ae6a15aa63738847b75c4578 Add DNS provider for Openprovider (#3196)
  • 25d46b67967954996866ebd26f0e3b4354cc1bdc allinkl: fix credentials (#3191)
  • 0ac5744a73b988c9a128c66d129f1927fbed7398 designate: get region name from clouds.yaml (#3199)
  • 7c5bc443109405d76261ade483e289593c939ca7 euserv: enforce order ID selection (#3177)
  • a35702f2c3454fbe1059013a82c3e1b051eb2de7 excedo: increase default propagation timeout (#3184)
  • 601569240e81d77ff09707e4a554240c7a2a4515 feat(cfg): improve configuration validation (#3172)
  • af599be299baee0a50fabf179331697c8c652c1c feat: skip already migrated elements (#3170)
  • d32168828c9613a21a4e1673ae19201ec2817f7c fix: always-deactivate-authorizations as bool (#3207)
  • 3482ada07bf502709eefc4d976e6d858ebbf1ccb fix: check EAB requirement after zerossl (#3181)
  • 8d9f64b2aaac946f175cf68fb5cb8a03cca6514e fix: forced renewal when the certificate profile is changed (#3211)
  • 89b5c1f9b40d4c67b3dbe6c2f681328c1227355e gigahostno: add option to set the API Key (#3179)
  • 40f2509354994d355895867ff14e60bbe95dcad8 nederhost: fix add record response parsing (#3201)
  • 2a8fe3b2f11ed146f34a71af6812f81852cbf4f0 selectelv2: fix zone detection (#3209)
  • a47af0c22baeac36492806dd3841b3036aa24a43 selfhostde: update API endpoint (#3187)
1 days ago
echo

v5.3.1

Fixes

Enhancements

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v5.3.0...v5.3.1

3 days ago
tcell

Version 3.4.1 Bug Fix Release

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.4.0...v3.4.1

7 days ago
grpc-go

Release 1.82.1

Security

  • server: Stop reading from the connection when flooded by HTTP/2 frames. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
7 days ago
go-micro

v6.8.0

What's Changed

Full Changelog: https://github.com/micro/go-micro/compare/v6.7.1...v6.8.0

9 days ago
sarama

Version 1.60.0 (2026-07-13)

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

➕ Other Changes

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.50.3...v1.60.0

10 days ago
go-sqlite3

1.14.48

What's Changed

New Contributors

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.48

10 days ago
echo

v5.3.0

Group middleware logic changes

PR #2996 reverts back to v4 behavior for a group registering implicit 404 handlers.

If you do not want this behavior, can do not want implicit 404 handlers for groups, use:

e :=  echo.NewWithConfig(echo.Config{NoGroupAutoRegister404Routes: true})
g := e.Group("/api")

Other noteworthy echancements:

e.QUERY("/", func(c *Context) error {
  return c.String(http.StatusTeapot, "OK")
})
e := echo.NewWithConfig(echo.Config{
  Router: echo.NewRouter(echo.RouterConfig{
    AutoHandleHEAD: true,
  }),
})

What's Changed

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v5.2.1...v5.3.0

10 days ago
go-micro

v6.7.1

What's Changed

Full Changelog: https://github.com/micro/go-micro/compare/v6.7.0...v6.7.1