7 hours ago
tcell

Version 3.4.2 Bug Fix Release

What's Changed

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v3.4.1...v3.4.2

12 hours ago
wails

Wails v3.0.0-beta.11

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

Removed

  • 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

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

1 days ago
wails

Wails v3.0.0-beta.10

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

Fixed

  • 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

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

1 days ago
go-micro

v6.11.0

What's Changed

Full Changelog: https://github.com/micro/go-micro/compare/v6.10.0...v6.11.0

1 days ago
logrus

v1.10.1

Logrus v1.10.1

This patch release fixes two issues in field formatting and handling:

  • Fix a regression introduced in v1.10.0 where TextFormatter could panic when formatting nil or panicking error and fmt.Stringer values.
  • Allow function-backed values implementing error to be used with WithError, WithField, and WithFields.

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

1 days ago
grpc-go

Release 1.83.1

Security

  • xds/rbac: Fix a bug where nested Principal or Permission rules with :scheme or grpc- 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 host header matcher was not being replaced with :authority in nested Principal or Permission rules. (#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 :scheme or grpc- prefixed header matcher was accepted when its name was not lowercase. (#9332)
    • Special Thanks: @alimony
  • xds/rbac: Fix a bug where a Host header matcher was not replaced with :authority. (#9332)
    • Special Thanks: @alimony

Performance

  • transport: Restrict memory overhead of buffering small data frames. (#9331)
3 days ago
go-sqlite3

1.14.50

What's Changed

New Contributors

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.49...v1.14.50

4 days ago
wails

Wails v3.0.0-beta.9

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

Added

Changed

  • 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

Fixed

  • 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

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

6 days ago
bigcache

v3.2.0

Changes

  • 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)

🚀 Features

  • 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)

🐛 Bug Fixes

  • fix readme: missing import dependency library @chusyclub (#415)