13 hours ago
go-micro

v5.20.0

What's Changed

New Contributors

Full Changelog: https://github.com/micro/go-micro/compare/v5.19.1...v5.20.0

14 hours ago
wails

Wails v3.0.0-alpha.89

Wails v3 Alpha Release - v3.0.0-alpha.89

Added

  • Add go_test_results job to aggregate Go test results in PR by @leaanthony

Changed

  • Conditionally split large RPC payloads into chunked POST requests in PR by @leaanthony
  • Upgrade Vite from 5.x.x to 8.0.0 across all frontend templates in PR by @leaanthony
  • Migrate Vite dev server port configuration to environment variables in PR by @leaanthony
  • Configure Vite dev server to bind to 127.0.0.1 in all templates in PR by @leaanthony
  • Update sponsors SVG in PR by @github-actions[bot]

Fixed

  • Sanitize Info.plist template stubs during build-assets update in PR by @leaanthony
  • Fix stale state in macOS menus by applying the menu item mutators (setMenuItemChecked(), setMenuItemLabel(), setMenuItemDisabled(), setMenuItemHidden(), setMenuItemTooltip()) synchronously on the main thread, eliminating the dispatch_async race that left menus rendering the previous state when reopened quickly (#5002)
  • Ignore *_test.go files in dev mode to prevent unnecessary rebuilds in PR by @leaanthony
  • Prevent Menu.Update() segfault when app is not running in PR by @wucm667
  • Use lastSizeWParam to gate menubar redraws on Windows 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-alpha.89

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

22 hours ago
sarama

Version 1.48.1 (2026-05-10)

What's Changed

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.48.0...v1.48.1

1 days ago
wails

Wails v3.0.0-alpha.88

Wails v3 Alpha Release - v3.0.0-alpha.88

Changed

  • Switch HiddenOnTaskbar to use WS_EX_TOOLWINDOW in PR by @leaanthony
  • Reorder dependencies and remove webview2 replace directive in go.mod in PR by @atterpac
  • Update sponsors SVG in PR by @github-actions[bot]

Fixed

  • Remove generic indirection aliases and consolidate map key types in PR by @fbbdev

Removed

  • Delete PR-master workflow, removing documentation, Go tests, and skip tests 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-alpha.88

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

2 days ago
piko

v0.10.0

What's Changed

New Contributors

Full Changelog: https://github.com/andydunstall/piko/compare/v0.9.0...v0.10.0

3 days ago
wails

Wails v3.0.0-alpha.87

Wails v3 Alpha Release - v3.0.0-alpha.87

Added

  • Add Korean documentation for Wails v3 in PR by @leaanthony
  • Add French documentation for installation and quick start in PR by @leaanthony
  • Add Portuguese documentation for quick start, concepts, and community 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-alpha.87

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

4 days ago
wails

Wails v3.0.0-alpha.86

Wails v3 Alpha Release - v3.0.0-alpha.86

Added

  • Add French documentation localization in PR by @leaanthony
  • Add German locale to Astro documentation site in PR by @leaanthony

Changed

  • Register all 8 translated locales in Starlight config in PR by @leaanthony
  • Update various Windows related files for WebView2 in PR by @leaanthony

Fixed

  • Split dialog dispatch between GTK3 and GTK4 for Linux in PR by @leaanthony
  • Ensure dialog callbacks execute on the GTK thread, fixing segfaults 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-alpha.86

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

5 days ago
wails

Wails v3.0.0-alpha.85

Wails v3 Alpha Release - v3.0.0-alpha.85

Added

  • Add PR template URL to the repository in PR by @leaanthony
  • Add German documentation for Wails v3 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-alpha.85

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

7 days ago
grpc-go

Release 1.81.0

Behavior Changes

  • balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#8808)

Dependencies

  • Minimum supported Go version is now 1.25. (#8969)

Bug Fixes

  • xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#8956)
  • transport: Send a RST_STREAM when receiving an END_STREAM when the stream is not already half-closed. (#8832)
  • xds: Fix ADS resource name validation to prevent a panic. (#8970)

New Features

  • grpc/stats: Add support for custom labels in per-call metrics (gRFC A108). (#9008)
  • xds: Add support for Server Name Indication (SNI) and SAN validation (gRFC A101). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_SNI=true environment variable. (#9016)
  • xds: Add support to control which fields get propagated from ORCA backend metric reports to LRS load reports (gRFC A85). Disabled by default. To enable, set GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#9005)
  • xds: Add metrics to track xDS client connectivity and cached resource state (gRFC A78). (#8807)
  • stats/otel: Enhance grpc.subchannel.disconnections metric by adding disconnection reason to the grpc.disconnect_error label (gRFC A94). This provides granular insights into why subchannels are closing. (#8973)
  • mem: Add mem.Buffer.Slice() API to slice the buffer like a slice. (#8977)
    • Special Thanks: @ash2k

Performance Improvements

  • alts: Pool read buffers to lower memory utilization when sockets are unreadable. (#8964)
  • transport: Pool HTTP/2 framer read buffers to reduce idle memory consumption. Currently limited to Linux for ALTS and non-encrypted transports (TCP, Unix). To disable, set GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=false and report any issues. (#9032)
7 days ago
wails

Wails v3.0.0-alpha.84

Wails v3 Alpha Release - v3.0.0-alpha.84

Added

  • Add option to disable Escape key exiting fullscreen on macOS in PR by @leaanthony
  • Add option to disable Escape key exiting fullscreen on macOS in PR by @leaanthony
  • Adds Pausa community showcase documentation in PR by @yuseferi

Changed

  • Update sponsors SVG in PR by @github-actions[bot]
  • Update icon generation command to handle unsupported platforms in PR by @leaanthony
  • Replace boolean fullscreen API with tri-state ButtonState, implement platform bindings in PR by @leaanthony

Fixed

  • Guard WebView2 focus operations against nil controller state in PR by @leaanthony
  • Update GitHub Actions workflow to correctly reference PR base branch in PR by @leaanthony
  • Ignore *_test.go files in dev mode to prevent unnecessary rebuilds in PR by @leaanthony
  • Prevent Menu.Update() segfault when app is not running in PR by @wucm667

🤖 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-alpha.84

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