3 days ago
gorm

Release v1.30.2

Changes

  • avoid copying structures with embedded mutexs @drakkan (#7571)
  • Add DefaultContextTimeout option @jinzhu (#7567)
  • Update the docker compose file @moseszane168 (#7524)
  • fix: returning all columns with "on conflict do update" @phongphan (#7534)
  • feat(slog-integration) @rezamokaram (#7537)
  • fix data race in some case https://github.com/go-gorm/gorm/commit/725aa5b5ff4c0687b06d9a01096b8e4cf96b6c9e
  • performance improvement
5 days ago
fiber

v3.0.0-rc.1

🚀 New Features

🧹 Updates

🐛 Bug Fixes

🛠️ Maintenance

📚 Documentation

New Contributors

A fully-detailed view of all new features and the migration guide is available in our
https://docs.gofiber.io/next/whats_new

Full Changelog: https://github.com/gofiber/fiber/compare/v3.0.0-beta.5...v3.0.0-rc.1

5 days ago
watermill

v1.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/ThreeDotsLabs/watermill/compare/v1.4.7...v1.5.0

5 days ago
sarama

Version 1.46.0 (2025-08-25)

[!NOTE]
This release contains significant changes. Notably Sarama will now use the ApiVersionRequest response from each broker to aid in selecting the protocol version to use. The existing Version field in sarama.Config will continue to provide a "pinning" mechanism, but can safely be set to a maximum or higher value than the remote cluster and sarama will sensibly pick compatible versions. There is also a performance improvement relating to MetadataRequests whereby Sarama will avoid having more than a single request to each broker in-flight at any given time. These new (optimal) behaviour is on by default can be opt-ed out via the Metadata.SingleFlight field in Config.

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.45.2...v1.46.0

7 days ago
wails

Wails v3.0.0-alpha.26

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

Changes in this release:

Added

  • Add native Liquid Glass effect support for macOS with NSGlassEffectView (macOS 15.0+) and NSVisualEffectView fallback, including comprehensive material customization options by @leaanthony in #4534

🤖 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/wails@v3.0.0-alpha.26

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

7 days ago
tcell

Version 2.9.0 Feature Release

Main Features

Notable Bug Fixes

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0

8 days ago
wire

v0.7.0

This release updates the golang.org/x/tools dependency to fix a build breakage.

9 days ago
fyne

Fix compile issues with Go 1.25

This hot fix release resolves only the compile issue with Go v1.25.0 caused by golang.org/x/tools conflict

11 days ago
grpc-go

Release 1.75.0

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#8476)
    • Special Thanks: @davinci26
  • xds: Fix possible panic when certain invalid resources are encountered. (#8412)
    • Special Thanks: @wooffie
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#8488)
11 days ago
unioffice

v2.4.1

Release notes - UniOffice v2.4.1

This release contain bug fix

Bug Fix

  • US-1109 Fix checkbox markdown on UniOffice v2