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

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

2 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)
3 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.

4 days ago
ini

1.67.2

What's Changed

Full Changelog: https://github.com/go-ini/ini/compare/v1.67.1...v1.67.2

4 days ago
wails

Wails v3.0.0-alpha.83

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

Added

  • Add InstallScope flag and build option for machine/user install in PR by @symball
  • Add no-op SetScreen method to BrowserWindow to satisfy Window interface in PR by @leaanthony

Fixed

  • Detect NVIDIA GPUs and disable DMA-BUF renderer on Linux in PR by @leaanthony
  • Fix git PR template to point to the correct feedback URL in PR by @wayneforrest
  • Fix a family of Windows systray SetMenu crashes caused by a broken DestroyMenu syscall that was passing four arguments instead of one, so every call returned FALSE and freed nothing. Also release HMENU and HBITMAP handles (including those allocated at runtime via MenuItem.SetBitmap) on menu rebuilds, reset stale checkbox/radio maps in Win32Menu.Update, and drop a redundant Update() call in systemtray.updateMenu that doubled allocations. Long-running systray apps no longer leak GDI/USER objects on each menu rebuild.

🤖 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.83

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

4 days ago
fasthttp

v1.71.0

What's Changed

New Contributors

Full Changelog: https://github.com/valyala/fasthttp/compare/v1.70.0...v1.71.0

5 days ago
echo

v5.1.1 - Context.Scheme() should validate header values

Security

Thanks to @shblue21 for reporting this issue - Context.Scheme accepts malformed forwarded scheme values used by host redirects.

Enhancements

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v5.1.0...v5.1.1

5 days ago
echo

v4.15.2 - Context.Scheme() header validation

Security

Thanks to @shblue21 for reporting this issue.

Full Changelog: https://github.com/labstack/echo/compare/v4.15.1...v4.15.2

5 days ago
wails

Wails v3.0.0-alpha.82

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

Fixed

  • Fix desktop file generation to correctly handle the desktop name 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.82

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