Wails v3.0.0-alpha.86
- Add French documentation localization in PR by @leaanthony
- Add German locale to Astro documentation site in PR by @leaanthony
- Register all 8 translated locales in Starlight config in PR by @leaanthony
- Update various Windows related files for WebView2 in PR by @leaanthony
- 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
Wails v3.0.0-alpha.85
- 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
Release 1.81.0
- balancer/rls: Switch gauge metrics to asynchronous emission (once per collection cycle) to reduce telemetry noise and align with other gRPC language implementations. (#8808)
- Minimum supported Go version is now 1.25. (#8969)
- xds: Use the leaf cluster's security config for the TLS handshake instead of the aggregate cluster's config. (#8956)
- transport: Send a
RST_STREAMwhen receiving anEND_STREAMwhen the stream is not already half-closed. (#8832) - xds: Fix ADS resource name validation to prevent a panic. (#8970)
- 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=trueenvironment 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.disconnectionsmetric by adding disconnection reason to thegrpc.disconnect_errorlabel (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
- 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=falseand report any issues. (#9032)
Wails v3.0.0-alpha.84
- 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
- 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
- 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
1.67.2
- key: apply ValueMapper to substituted reference values by @unknwon in https://github.com/go-ini/ini/pull/382
Full Changelog: https://github.com/go-ini/ini/compare/v1.67.1...v1.67.2
Wails v3.0.0-alpha.83
- 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
- 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
SetMenucrashes caused by a brokenDestroyMenusyscall 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 viaMenuItem.SetBitmap) on menu rebuilds, reset stale checkbox/radio maps inWin32Menu.Update, and drop a redundantUpdate()call insystemtray.updateMenuthat 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
v1.71.0
- feat(client): add RetryIfErrUpstream function to handle upstream information by @mdenushev in https://github.com/valyala/fasthttp/pull/2176
- Match net/http sensitive header redirect policy by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2181
- Sanitize first-line header setters to prevent CRLF injection by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2182
- server: apply ReadTimeout before first byte with ReduceMemoryUsage by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2183
- header: reject invalid trailer names by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2188
- header: reject pre-colon whitespace in request headers by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2187
- Sanitize redirect Location header to prevent CRLF injection by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2186
- server: keep hijacked reader out of pool by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2184
- Sanitize cookie setters to prevent CRLF injection by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2185
- feat: add ExpectHandler for richer Expect: 100-continue handling by @miretskiy in https://github.com/valyala/fasthttp/pull/2175
- http: reject whitespace before chunk extensions by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2193
- header: reject unsupported response Transfer-Encoding by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2192
- header: match net/http CL+TE handling by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/2190
- chore(deps): bump securego/gosec from 2.25.0 to 2.26.1 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2195
- chore(deps): bump github.com/klauspost/compress from 1.18.5 to 1.18.6 by @dependabot[bot] in https://github.com/valyala/fasthttp/pull/2196
- feat(prefork): Enhance prefork management with WatchMaster, CommandProducer, and Windows support by @ReneWerner87 in https://github.com/valyala/fasthttp/pull/2180
- @miretskiy made their first contribution in https://github.com/valyala/fasthttp/pull/2175
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.70.0...v1.71.0
v5.1.1 - Context.Scheme() should validate header values
Security
Context.Scheme()should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2953
Thanks to @shblue21 for reporting this issue - Context.Scheme accepts malformed forwarded scheme values used by host redirects.
Enhancements
- Add golangci linter configuration by @aldas in https://github.com/labstack/echo/pull/2930
- Make StartConfig listener creation context-aware by @EricGusmao in https://github.com/labstack/echo/pull/2936
- fix(lint): resolve staticcheck issues and improve code quality by @itsllyaz in https://github.com/labstack/echo/pull/2941
- Context.Scheme should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2953
- chore: fix typos in httperror.go by @tisonkun in https://github.com/labstack/echo/pull/2958
- Context.Json should not unwrap response by @aldas in https://github.com/labstack/echo/pull/2964
- @EricGusmao made their first contribution in https://github.com/labstack/echo/pull/2936
- @itsllyaz made their first contribution in https://github.com/labstack/echo/pull/2941
- @tisonkun made their first contribution in https://github.com/labstack/echo/pull/2958
Full Changelog: https://github.com/labstack/echo/compare/v5.1.0...v5.1.1
v4.15.2 - Context.Scheme() header validation
Security
Context.Scheme()should validate values taken from header by @aldas in https://github.com/labstack/echo/pull/2962
Thanks to @shblue21 for reporting this issue.
Full Changelog: https://github.com/labstack/echo/compare/v4.15.1...v4.15.2
Wails v3.0.0-alpha.82
- 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