4 hours 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)
5 hours ago
echo

v5.3.1

Fixes

Enhancements

New Contributors

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

2 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

5 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.
6 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

8 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

8 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

9 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

9 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

9 days ago
go-micro

v6.7.0

Changelog

  • b787755a00ac61f7c44cb764f5785f7484be6b07 Add A2A streaming conformance harness (#4741)
  • 2293aafc5d2087a93225806e14987180b392b7ae Add agent x402 spend budget guardrail (#4748)
  • 7dd1dc7a4f5a177aa2f5d8c64c57048813d3d5c2 Add first-agent CLI chat inspect fixture (#4655)
  • 2452647d7b8533838f9622cd2895b92761e91f5f Add first-agent debug smoke breadcrumbs (#4720)
  • 706de5d64d3db7cdb4f79e9d6ac8213a37dc74ff Add plan-delegate mock recovery regressions (#4732)
  • 8d0143f42ac5691ce3677c5232c550a762fe3d15 Add zero-to-hero inspect transcript check (#4632)
  • 7c2d80a18e813987a98b5c7aa145a745418bfe08 Fix memory stream nack ordering (#4694)
  • c25ab97507a89d09290230fbb884ff8186b3b9ac Fix zero-to-hero fixture output race (#4667)
  • 5390d4a38a3db8e3202e6addd0833fa4be99e223 Harden plan-delegate plan persistence (#4647)
  • 6901937a03b67f205ab8abe840bf4b72cc12fb95 Harden plan-delegate plan persistence (#4674)
  • 585f18153c31ce70387715da84f658ed467ff4de Migrate postgres pgx store to pgx v5 (#4736)
  • 2281175bbcf50690dc573b45305b32b0937d749e Record agent provider failure metadata (#4688)
  • e5411c7b3ad2d366db18fa1e32650792ee99b25d Refresh planner priorities for 4626 (#4628)
  • 3bb388d57e5faddabf2e6d2a0fe81cdafe6039a4 Refresh planner priorities for 4633 (#4635)
  • 62df8e0ab39b4fcc8948c832d3b7331aef76ec86 Refresh planner priorities for 4648 (#4651)
  • 35558d46d074e5609fcbcf97e2234660288246e4 Refresh planner priorities for 4660 (#4661)
  • ca3aa27ad20e577c8edbeb52ba229a7e9eaac661 Refresh planner priorities for 4669 (#4670)
  • 6b855365df4b50384e4baaf0c9b3f01f0514fd54 Refresh planner priorities for 4675 (#4676)
  • c74c067a0996ab37c633a6f0401762737667b908 Refresh planner priorities for 4681 (#4682)
  • 7d2e9ec6ac71fc63fd81c0c370b2cbb8ba34ccec Refresh planner priorities for 4691 (#4692)
  • e3aad233c1f48e78f4f4697f6aa342d0510b8508 Refresh planner priorities for 4717 (#4718)
  • c15cc8122b8d97ec76d2e31151116da9c199def9 Refresh planner priorities for 4721 (#4723)
  • 25189cd0cae1a60081a06ec5744a400999a9ec82 Refresh planner priorities for 4726 (#4727)
  • 3dc036930233c9caa1b7eea07fdce922321e872c Refresh planner queue after pgx migration (#4739)
  • 9233bc738d848db19efafb828dcb28680bfb4aab Refresh planner queue after plan delegate coverage (#4734)
  • c0fadaecd201fe3cc4f5571395f990e32b139b6b Refresh planner queue after streaming conformance (#4744)
  • ef5d2fb94f9944abc80998111657e2e810a8fe33 Refresh planner queue after x402 guardrail (#4751)
  • 730137cee994fc87c0f9ce797df5287b229fe493 Refresh planner queue for 4638 (#4640)
  • 5bc2e8d9fcb7b628c25c16c10644a1ac96f6f87a Refresh planner queue for 4643 (#4645)
  • a421a54a773b83835eff7eaa5ec5544dd7832fa3 Refresh planner queue for 4685 (#4686)
  • c80d0c62d87219b48ae2df8499b2c5762f4e6ca9 Refresh planner queue for 4695 (#4697)
  • f88f7d1adf69cd7bf2410474ac3fcca018d16f08 Refresh planner queue for 4703 (#4704)
  • 9a75948e78d7f77b91e80821f237522db82f840c Refresh planner queue for 4710 (#4714)
  • 6190712679a202547acb971cdd72388b935cfa5e Reject nested text tool calls in arguments (#4709)
  • ce29d7104cde2e8329a6d4ab0cd2277d906251d9 Report provider conformance skips per harness (#4678)
  • 599e48b2d37a9dcf4e078bf5d7d4e6dffeacc8cd Stabilize first-agent fixture registration wait (#4684)
  • cf01fbdc3715073a8f91d10c5b6f54e9233dc3ef Update README to remove Go Report Card badge (#4701)
  • e610787c3b27c7bc31c19644a0a7b004a5139579 Verify first-agent chat wayfinding (#4637)
  • 3995ed906ed0a459c0c7cf8cec073396e0b7175e agent: propagate stream run context (#4753)
  • 50fc743b6dd9e2f5d18a670df893d6a3a3b73e84 ai: remove the ai/flow backward-compat shim (#4653)
  • a11b84e8179e2080e253cc6cb9fe5eb0c05faafb blog: add v6.6.0 whats new (#4672)
  • eddecc3dad2dece685b5bc5e8051c0838763b131 ci: verify ordered zero-to-hero transcript (#4716)
  • 85374c6401253b77ff86feab1432f6837309ef0e loop: cut planner bookkeeping churn + cap diminishing-returns conformance work (#4731)
  • 294f94ef74b5aaa34064133820c097d4d14c17d4 test ai retry cancellation during backoff (#4702)