6 hours ago
sarama

Version 1.60.2 (2026-08-24)

What's Changed

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.60.1...v1.60.2

2 days ago
wails

Wails v3.0.0-beta.12

Wails v3 Beta Release - v3.0.0-beta.12

Added

  • Add macOS notch notification windows with lifecycle and telemetry example — see documentation in PR by @leaanthony
  • Add macOS NSPanel window support with new options and native integration — see documentation in PR by @leaanthony

Fixed

  • Prevent SQLite Prepare from hanging under concurrent calls in PR by @archy-rock3t-cloud

🤖 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-beta.12

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

2 days ago
lego

v5.4.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

  • 2a58c3522708e4c7393a67be691bd0c3a16d8441 Add DNS provider for NexDNS (#3222)
  • f076a436a700d6871549ec14cd0094f2218e7a99 fix: invalid PEM default option with CSR (#3230)
  • b1da6587294ba35cfd1ae59ad3feb341b1157f88 poweradmin: fix record ID type (#3219)
3 days ago
tcell

Version 3.4.2 Bug Fix Release

What's Changed

New Contributors

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

3 days ago
wails

Wails v3.0.0-beta.11

Wails v3 Beta Release - v3.0.0-beta.11

Removed

  • Remove obsolete implementation tracker from docs in PR by @leaanthony

🤖 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-beta.11

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

4 days ago
wails

Wails v3.0.0-beta.10

Wails v3 Beta Release - v3.0.0-beta.10

Fixed

  • Fix GTK4 Linux host dropping custom-protocol and file-association launch arguments in PR by @midagedev
  • Correctly handle deleted lines and same-source corrections in changelog validation 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-beta.10

⚠️ Beta Warning: This is pre-release software. The API is stable, but you may still encounter issues before the final 3.0 release.

4 days ago
go-micro

v6.11.0

What's Changed

Full Changelog: https://github.com/micro/go-micro/compare/v6.10.0...v6.11.0

4 days ago
logrus

v1.10.1

Logrus v1.10.1

This patch release fixes two issues in field formatting and handling:

  • Fix a regression introduced in v1.10.0 where TextFormatter could panic when formatting nil or panicking error and fmt.Stringer values.
  • Allow function-backed values implementing error to be used with WithError, WithField, and WithFields.

Dependency Changes

  • update github.com/stretchr/testify to v1.12.0

Full Changelog: https://github.com/sirupsen/logrus/compare/v1.10.0...v1.10.1

4 days ago
grpc-go

Release 1.83.1

Security

  • xds/rbac: Fix a bug where nested Principal or Permission rules with :scheme or grpc- prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)
    • Special Thanks: @nvxbug
  • xds/rbac: Fix a bug where the host header matcher was not being replaced with :authority in nested Principal or Permission rules. (#9258)
    • Special Thanks: @nvxbug
  • xds/rbac: Fix a bug where a header matcher whose name was not lowercase, such as X-Role, matched no header, which could cause DENY rules to fail open. (#9332)
    • Special Thanks: @alimony
  • xds/rbac: Fix a bug where a :scheme or grpc- prefixed header matcher was accepted when its name was not lowercase. (#9332)
    • Special Thanks: @alimony
  • xds/rbac: Fix a bug where a Host header matcher was not replaced with :authority. (#9332)
    • Special Thanks: @alimony

Performance

  • transport: Restrict memory overhead of buffering small data frames. (#9331)
6 days ago
go-sqlite3

1.14.50

What's Changed

New Contributors

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.49...v1.14.50