5 hours ago
wails

Wails v3.0.0-alpha2.119

Wails v3 Alpha Release - v3.0.0-alpha2.119

Fixed

  • Update documentation for multiple languages to include architecture diagrams in PR by @taliesin-ai

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.119

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

8 hours ago
fasthttp

v1.73.0

What's Changed

New Contributors

Full Changelog: https://github.com/valyala/fasthttp/compare/v1.72.0...v1.73.0

1 days ago
wails

Wails v3.0.0-alpha2.118

Wails v3 Alpha Release - v3.0.0-alpha2.118

Added

  • Provide default paths for icon generation inputs and outputs in PR by @taliesin-ai
  • Add source entry modules to runtime package.json sideEffects in PR by @savely-krasovsky
  • Add licence and provenance section to contributing guide in PR by @taliesin-ai

Fixed

  • Apply scoped GTK4 frameless CSS to remove border radius in PR by @savely-krasovsky
  • Handle cursor position failures gracefully on Windows for popup menus and screen enumeration in PR by @wayneforrest
  • macOS open-file dialog filters extensions correctly and validates allowed files by suffix in PR by @phergul
  • Guard Windows dark-mode initialization against nil API calls in PR by @roachadam
  • Fix 32-bit build failure in the updater: the maxArchiveTotalSize constant (2 GiB) overflowed the platform int when passed to fmt.Errorf on GOARCH=386. It is now explicitly typed int64.
  • Fix a nil-pointer panic on startup when a window uses a Dark (or system-dark) title bar on Windows builds that do not load the dark-mode uxtheme APIs, such as Windows 10 1809 / Windows Server 2019 (build 17763). The AllowDarkModeForWindow calls in the window theme setup are now nil-guarded, matching the guard already used in w32.SetMenuTheme.

🤖 This is an automated nightly release generated from the latest changes on master.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.118

⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.

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

6 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)
6 days ago
echo

v5.3.1

Fixes

Enhancements

New Contributors

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

8 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

11 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.
12 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

14 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