Version 3.4.2 Bug Fix Release
- chore(deps): bump actions/setup-go from 6 to 7 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1141
- perf: skip grapheme iterator for printable ASCII by @ayn2op in https://github.com/gdamore/tcell/pull/1145
- chore(deps): bump github.com/lucasb-eyer/go-colorful from 1.4.0 to 1.4.1 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1153
- chore(deps): bump golang.org/x/text from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/1157
- fix(tscreen): guard inputLoop keyQ send against shutdown deadlock (revives #673) by @gmlewis in https://github.com/gdamore/tcell/pull/1155
- fix(st): The st terminal is very limited - disable extensions that br… by @gdamore in https://github.com/gdamore/tcell/pull/1160
- fix: Fix SS3 application-keypad sequences (fixes #1159) by @gdamore in https://github.com/gdamore/tcell/pull/1161
- fix(input): extend escape sequence timeouts by @gdamore in https://github.com/gdamore/tcell/pull/1162
- @gmlewis made their first contribution in https://github.com/gdamore/tcell/pull/1155
Full Changelog: https://github.com/gdamore/tcell/compare/v3.4.1...v3.4.2
Wails v3.0.0-beta.11
- 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
Wails v3.0.0-beta.10
- 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
v6.11.0
- feat(grpc): reflection option and native gRPC example by @alex-dna-tech in https://github.com/micro/go-micro/pull/4881
- arch: decouple HTTP API gateway and MCP gateway via shared service resolver, add HTTP SSE support by @alex-dna-tech in https://github.com/micro/go-micro/pull/4882
- fix(retract): reliably push generated tag batches by @asim in https://github.com/micro/go-micro/pull/4885
- chore(retract): miss paths, second round by @alex-dna-tech in https://github.com/micro/go-micro/pull/4884
- fix(retract): preserve full phantom tag prefixes by @asim in https://github.com/micro/go-micro/pull/4886
- revert: preserve full phantom tag prefixes by @asim in https://github.com/micro/go-micro/pull/4887
- Update GitHub funding information by @asim in https://github.com/micro/go-micro/pull/4888
- feat(cache): upgrade Redis client to v9 by @asim in https://github.com/micro/go-micro/pull/4891
Full Changelog: https://github.com/micro/go-micro/compare/v6.10.0...v6.11.0
v1.10.1
This patch release fixes two issues in field formatting and handling:
- Fix a regression introduced in v1.10.0 where
TextFormattercould panic when formatting nil or panickingerrorandfmt.Stringervalues. - Allow function-backed values implementing
errorto be used withWithError,WithField, andWithFields.
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
Release 1.83.1
- xds/rbac: Fix a bug where nested
PrincipalorPermissionrules with:schemeorgrpc-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
hostheader matcher was not being replaced with:authorityin nestedPrincipalorPermissionrules. (#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
:schemeorgrpc-prefixed header matcher was accepted when its name was not lowercase. (#9332)- Special Thanks: @alimony
- xds/rbac: Fix a bug where a
Hostheader matcher was not replaced with:authority. (#9332)- Special Thanks: @alimony
- transport: Restrict memory overhead of buffering small data frames. (#9331)
1.14.50
- Handle NULL and BLOB values in json example Scan by @mattn in https://github.com/mattn/go-sqlite3/pull/1441
- Add workflow to create releases on tag push by @mattn in https://github.com/mattn/go-sqlite3/pull/1443
- fix: keep vtab handle registered when xDestroy fails by @canesin in https://github.com/mattn/go-sqlite3/pull/1446
- @canesin made their first contribution in https://github.com/mattn/go-sqlite3/pull/1446
Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.49...v1.14.50
Wails v3.0.0-beta.9
- Add documentation for models in bindings — see documentation in PR by @taliesin-ai
- Support rpm-ostree installation for atomic Linux systems in PR by @leaanthony
- Add native weekly star-history chart generation and publication — see documentation and documentation and documentation and documentation and documentation and documentation and documentation and documentation and documentation and documentation in PR by @leaanthony
- Add Darwin-only mac package for resolving application bundle resources — see documentation in PR by @leaanthony
- Add Condui showcase page and index entry — see documentation and documentation in PR by @mgueregath
- Add Redis Viewer showcase page with screenshots and project link — see documentation and documentation in PR by @redisviewer
- Update GTK application flags to G_APPLICATION_NON_UNIQUE for Linux in PR by @overlordtm
- Log missing window events at debug level instead of warning in PR by @julianstorer
- Cancel macOS and iOS asset request contexts when WebKit aborts the matching custom-scheme task (#5963)
- Handle WindowSetFullscreenButtonEnabled message in PR by @archy-rock3t-cloud
- Import Fragment in preact-ts template to resolve build failure in PR by @haoku123
- Prevent legacy GTK3 service-only applications from crashing when screen discovery runs before an active window or display is available (#5966)
- Fixes issue with incorrect handling of empty strings in JSON parsing in PR by @taliesin-ai
- Allow explicit-version release runs to proceed when the unreleased changelog is empty (#5977)
🤖 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.9
v3.2.0
- Fix panic in peek() when stale index points to corrupt uvarint data @janisz (#427)
- Bump Go to 1.22, migrate to math/rand/v2, fix staticcheck SA1006 @janisz (#428)
- Fixed
go test -race -bench=. .when running in parallel systems to prevent data races @Aniruddhraam (#429) - Optimize map capacity allocation during shard initialization. #419 @xiaobai12011 (#420)
- Revert change to how expiration timings to calculated. @gurudesu (#403)
- Improve error handling in BytesQueue.Push function in queue.go @alonohana627 (#405)
- Fixing grammar in docs @SaschaPeukert (#393)
- Only print if Verbose is true @xyproto (#392)
- fix typo @chenyahui (#385)
- Avoid redundant key parsing from the wrappedEntry. @chenyahui (#388)
- check LifeWindow when CleanWindow is set @chenyahui (#386)
- fix typo @chenyahui (#384)
- changed to uint64 keys @raeidish (#377)
- Use errors.New instead of fmt.Errorf @chenyahui (#370)
- rename resetKeyFromEntry to resetHashFromEntry @yangtaoran (#361)
- Update used go versions @janisz (#352)
- Bump toolmantim/release-drafter from 6.0.0 to 6.1.0 @dependabot[bot] (#406)
- Bump golangci/golangci-lint-action from 9.1.0 to 9.3.0 @dependabot[bot] (#430)
- Bump actions/checkout from 6 to 7 @dependabot[bot] (#424)
- Bump actions/setup-go from 6 to 7 @dependabot[bot] (#425)
- Go defaults to "0"" so in case we want to return @jgheewala (#181)
- Bump actions/setup-go from 5 to 6 @dependabot[bot] (#413)
- Bump actions/checkout from 4 to 6 @dependabot[bot] (#417)
- Bump golangci/golangci-lint-action from 7 to 9 @dependabot[bot] (#416)
- Bump golangci/golangci-lint-action from 6 to 7 @dependabot[bot] (#408)
- Bump golangci/golangci-lint-action from 5 to 6 @dependabot[bot] (#395)
- Bump golangci/golangci-lint-action from 4 to 5 @dependabot[bot] (#394)
- Bump golangci/golangci-lint-action from 3 to 4 @dependabot[bot] (#391)
- Bump toolmantim/release-drafter from 5.25.0 to 6.0.0 @dependabot[bot] (#390)
- Bump actions/setup-go from 4 to 5 @dependabot[bot] (#387)
- Bump toolmantim/release-drafter from 5.24.0 to 5.25.0 @dependabot[bot] (#381)
- Bump actions/checkout from 3 to 4 @dependabot[bot] (#373)
- Bump toolmantim/release-drafter from 5.23.0 to 5.24.0 @dependabot[bot] (#367)
- Added extra endpoint for clear cache @agoalofalife (#366)
- Bump actions/setup-go from 3 to 4 @dependabot[bot] (#359)
- Bump toolmantim/release-drafter from 5.22.0 to 5.23.0 @dependabot[bot] (#358)
- Bump toolmantim/release-drafter from 5.21.1 to 5.22.0 @dependabot[bot] (#351)
- fix readme: missing import dependency library @chusyclub (#415)