21 hours ago
wails

Wails v3.0.0-alpha.44

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

Added

  • Add NVIDIA driver version info to wails3 doctor output on Linux by @leaanthony

Changed

  • BREAKING: Production builds are now the default. To create dev builds, set DEV=true in your Taskfiles. Generate a new project for examples by @leaanthony

Fixed

  • Fix default config.yml would run wails3 dev with a production build by @mbaklor
  • Fix iOS service stubs causing build failures due to non-existent package import by @leaanthony
  • Fix structured logging in debug/info methods causing "no formatting directives" errors by @leaanthony
  • Remove temporary debug print statements accidentally included from mobile platform merge by @leaanthony
  • Fix WebKitGTK crash on Wayland with NVIDIA GPUs (Error 71 Protocol error) by auto-disabling DMA-BUF renderer by @leaanthony

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.44

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

1 days ago
echo

v4.14.0

middleware.Logger() has been deprecated. For request logging, use middleware.RequestLogger() or middleware.RequestLoggerWithConfig().

middleware.RequestLogger() replaces middleware.Logger(), offering comparable configuration while relying on the Go standard library’s new slog logger.

The previous default output format was JSON. The new default follows the standard slog logger settings. To continue emitting request logs in JSON, configure slog accordingly:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stdout, nil)))
e.Use(middleware.RequestLogger())

If you are developing anything more substantial than a demo, use middleware.RequestLoggerWithConfig()

Security

What's Changed

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v4.13.4...v4.14.0

1 days ago
tcell

Version 2.13.4 Bug Fix

What's Changed

(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history was wrong -- we've deleted the tag.)

Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.13.2...v2.13.4

1 days ago
tcell

Version 3.0.3 Bug Fix Release

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v3.0.2...v3.0.3

1 days ago
wails

Wails v3.0.0-alpha.43

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

Added

  • Add origin to raw message handler by @APshenkin in PR
  • Add universal link support for macOS by @APshenkin in PR
  • Refactor binding transport layer by @APshenkin in PR
  • Add aria-label identifiers to the helloworld templates so that the example app can be easily tested by Appium test clients by @chinenual in PR

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.43

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

2 days ago
validator

v10.29.0

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.28.0...v10.29.0

2 days ago
wails

Wails v3.0.0-alpha.42

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

Added

  • Add origin to raw message handler by @APshenkin in PR
  • Add universal link support for macOS by @APshenkin in PR
  • Refactor binding transport layer by @APshenkin in PR

🤖 This is an automated nightly release generated from the latest changes in the v3-alpha branch.

Installation:

go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha.42

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

3 days ago
unioffice

v2.7.1

Release notes - UniOffice 2.7.1

This release contains improvements and bug fix.

Improvements

  • US-1239 Update unioffice schema to accommodate multiple CT\_DLblChoice element
  • US-1245 Update .Net SDK version in OpenXML Validator

Bug Fix

  • US-1240 PPTX file invalid due incorrect Choice XML Schema fix
3 days ago
go-redis

9.18.0-beta.2

🚀 Highlights

Go Version Update

This release updates the minimum required Go version to 1.21. This is part of a gradual migration strategy where the minimum supported Go version will be three versions behind the latest release. With each new Go version release, we will bump the minimum version by one, ensuring compatibility while staying current with the Go ecosystem.

Stability Improvements

This release includes several important stability fixes:

  • Fixed a critical panic in the handoff worker manager that could occur when handling nil errors
  • Improved test reliability for Smart Client Handoff functionality
  • Fixed logging format issues that could cause runtime errors

✨ New Features

  • OpenTelemetry metrics improvements for nil response handling (#3638) by @fengve

🐛 Bug Fixes

  • Fixed panic on nil error in handoffWorkerManager closeConnFromRequest (#3633) by @ccoVeille
  • Fixed bad sprintf syntax in logging (#3632) by @ccoVeille

🧰 Maintenance

👥 Contributors

We'd like to thank all the contributors who worked on this release!

@justinhwang, @ndyakov, @kiryazovi-redis, @fengve, @ccoVeille, @ofekshenawa

3 days ago
redis

9.18.0-beta.2

🚀 Highlights

Go Version Update

This release updates the minimum required Go version to 1.21. This is part of a gradual migration strategy where the minimum supported Go version will be three versions behind the latest release. With each new Go version release, we will bump the minimum version by one, ensuring compatibility while staying current with the Go ecosystem.

Stability Improvements

This release includes several important stability fixes:

  • Fixed a critical panic in the handoff worker manager that could occur when handling nil errors
  • Improved test reliability for Smart Client Handoff functionality
  • Fixed logging format issues that could cause runtime errors

✨ New Features

  • OpenTelemetry metrics improvements for nil response handling (#3638) by @fengve

🐛 Bug Fixes

  • Fixed panic on nil error in handoffWorkerManager closeConnFromRequest (#3633) by @ccoVeille
  • Fixed bad sprintf syntax in logging (#3632) by @ccoVeille

🧰 Maintenance

👥 Contributors

We'd like to thank all the contributors who worked on this release!

@justinhwang, @ndyakov, @kiryazovi-redis, @fengve, @ccoVeille, @ofekshenawa