Skip to content

chore(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.96 to 3.0.0-beta.8 - #20

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-beta.8
Closed

chore(deps): bump github.com/wailsapp/wails/v3 from 3.0.0-alpha.96 to 3.0.0-beta.8#20
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-beta.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/wailsapp/wails/v3 from 3.0.0-alpha.96 to 3.0.0-beta.8.

Release notes

Sourced from github.com/wailsapp/wails/v3's releases.

Wails v3.0.0-beta.8

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

Added

  • Add documentation URL generation to automatic changelog entries in PR by @​taliesin-ai
  • Add Streams: bidirectional byte streams between Go and JavaScript with the WebSocket programming model and no listening socket. Declare a stream in Go with app.HandleStream(name, handler) and connect from the frontend with Stream(name), which returns a WebSocket-shaped object. Go→JS is carried by one held poll per window over the asset server, JS→Go by a normal POST; nothing binds a TCP port and nothing goes through evaluateJavaScript. In server builds (-tags server) the same handler is served over a real WebSocket instead, so application code is identical across builds. by @​leaanthony
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

  • Update docs sidebar autogeneration and blog author type derivation in PR by @​leaanthony

Fixed

  • WebView2 initialization uses a deadline and message pump in PR by @​leaanthony
  • WebView2 cookie test skips in CI unless opt-in and locks execution to current OS thread in PR by @​leaanthony
  • Windows menu builders restore command IDs for submenu parent items in PR by @​gilad-ch
  • Align the official cross-compilation image with the GTK 4.14+ Linux support baseline (#5928)
  • Configure iOS Xcode project to retain inherited linker flags and add -ObjC in PR by @​mortenolsrud
  • Fix excessive TCP connection churn in the wails3 dev asset proxy on large frontends, which could exhaust the host's ephemeral ports and make unrelated processes fail with EADDRNOTAVAIL
  • Queue per-window event JavaScript for ordered dispatch and backpressure in PR by @​leaanthony

Removed

  • Remove the desktop binary release pipeline: v3 releases are tag-only and the wails3 CLI is installed with go install. Deletes release-v3.yml and the nightly step that dispatched it 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.8

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

Wails v3.0.0-beta.7

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

Added

  • Add macOS autoplay preference to disable user action requirement for media playback in PR by @​Eyalm321
  • Move mailbox changelog entry to Unreleased in PR by @​leaanthony

Changed

... (truncated)

Commits
  • 81a1499 chore(v3): bump to v3.0.0-beta.8 and update changelog [skip ci]
  • 0bfdf79 chore(changelog): auto-add entry for PR #5957 — fix(release): harden nightly ...
  • ffeb113 fix(release): harden nightly release automation (#5957)
  • aa3e48f style: separate v2 release workflow steps
  • b7a59d5 fix: filter v2 release notes from shared tag history
  • 0fed6a2 [skip ci] Publish @​wailsio/runtime 3.0.0-beta.7
  • 08274e0 feat(v3): streams — WebSocket semantics without a listening socket (#5942)
  • 9636e37 chore(changelog): auto-add entry for PR #5952 — fix(v3/windows): bound the We...
  • 8e08788 fix(v3/windows): bound the WebView2 embed wait and re-enable the cookie test ...
  • 16bbdd5 chore(changelog): auto-add entry for PR #5951 — fix(v3/windows): skip the Web...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/wailsapp/wails/v3](https://github.com/wailsapp/wails) from 3.0.0-alpha.96 to 3.0.0-beta.8.
- [Release notes](https://github.com/wailsapp/wails/releases)
- [Commits](wailsapp/wails@v3.0.0-alpha.96...v3.0.0-beta.8)

---
updated-dependencies:
- dependency-name: github.com/wailsapp/wails/v3
  dependency-version: 3.0.0-beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #22.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/wailsapp/wails/v3-3.0.0-beta.8 branch August 24, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants