1 days ago
grpc-go

Release 1.79.1

Bug Fixes

3 days ago
unipdf

v4.7.0

Release notes - UniPDF v4.7.0

This release contains new features, improvements, and bug fixes.

New Features

  • US-1284 StyledParagraph Drop Caps support
  • US-311 extractor add disable de-hyphenation option

Improvements

  • US-376 render multiply blend mode transparency processing
  • US-1204 Parser handle missing endobj on PdfIndirectObject gracefully

Bug Fixes

  • US-1282 typesetting version causing breaking changes on update fix
  • US-144 Hyphenated word that spans two lines fails to extract properly fix
3 days ago
grpc-go

Release 1.79.0

API Changes

  • mem: Add experimental API SetDefaultBufferPool to change the default buffer pool. (#8806)
    • Special Thanks: @vanja-p
  • experimental/stats: Update MetricsRecorder to require embedding the new UnimplementedMetricsRecorder (a no-op struct) in all implementations for forward compatibility. (#8780)

Behavior Changes

  • balancer/weightedtarget: Remove handling of Addresses and only handle Endpoints in resolver updates. (#8841)

New Features

  • experimental/stats: Add support for asynchronous gauge metrics through the new AsyncMetricReporter and RegisterAsyncReporter APIs. (#8780)
  • pickfirst: Add support for weighted random shuffling of endpoints, as described in gRFC A113.
    • This is enabled by default, and can be turned off using the environment variable GRPC_EXPERIMENTAL_PF_WEIGHTED_SHUFFLING. (#8864)
  • xds: Implement :authority rewriting, as specified in gRFC A81. (#8779)
  • balancer/randomsubsetting: Implement the random_subsetting LB policy, as specified in gRFC A68. (#8650)
    • Special Thanks: @marek-szews
  • server: Include status detail headers, if available, when terminating a stream during request header processing. (#8754)
    • Special Thanks: @joybestourous

Bug Fixes

  • credentials/tls: Fix a bug where the port was not stripped from the authority override before validation. (#8726)
    • Special Thanks: @Atul1710
  • xds/priority: Fix a bug causing delayed failover to lower-priority clusters when a higher-priority cluster is stuck in CONNECTING state. (#8813)
  • health: Fix a bug where health checks failed for clients using legacy compression options (WithDecompressor or RPCDecompressor). (#8765)
    • Special Thanks: @sanki92
  • transport: Fix an issue where the HTTP/2 server could skip header size checks when terminating a stream early. (#8769)
    • Special Thanks: @joybestourous

Performance Improvements

  • credentials/alts: Optimize read buffer alignment to reduce copies. (#8791)
  • mem: Optimize pooling and creation of buffer objects. (#8784)
  • transport: Reduce slice re-allocations by reserving slice capacity. (#8797)
4 days ago
pq

v1.11.2

This fixes two regressions:

  • Don't send startup parameters if there is no value, improving compatibility with Supavisor (#1260).

  • Don't send dbname as a startup parameter if database=[..] is used in the connection string. It's recommended to use dbname=, as database= is not a libpq option, and only worked by accident previously. (#1261)

4 days ago
freecache

v1.2.5

What's Changed

New Contributors

Full Changelog: https://github.com/coocood/freecache/compare/v1.2.4...v1.2.5

4 days ago
wails

Wails v3.0.0-alpha.71

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

Added

  • Bumped ghw version for better Apple device support by @leaanthony (#4977)
  • Add GetBadge method to the dock service

Fixed

  • Fix GTK4 build failure caused by C Screen typedef colliding with X11 Xlib.h (#4957)
  • Fix dock badge methods consistency on macOS

🤖 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.71

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

5 days ago
wails

Wails v3.0.0-alpha.70

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

Added

  • Add -tags flag to wails3 build command for passing custom Go build tags (e.g., wails3 build -tags gtk4) (#4957)
  • Add documentation for automatic enum generation in binding generator, including dedicated Enums page and sidebar navigation (#4972)

Fixed

  • Fix InvisibleTitleBarHeight being applied to all macOS windows instead of only frameless or transparent title bar windows (#4960)
  • Fix window shaking/jitter when resizing from top corners with InvisibleTitleBarHeight enabled, by skipping drag initiation near window edges (#4960)
  • Fix generation of mapped types with enum keys in JS/TS bindings (#4437) by @fbbdev

🤖 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.70

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

6 days ago
wails

Wails v3.0.0-alpha.69

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

Added

  • Add -tags flag to wails3 build command for passing custom Go build tags (e.g., wails3 build -tags gtk4) (#4957)

Fixed

  • Fix file drag-and-drop on Windows not working at non-100% display scaling
  • Fix HTML5 internal drag-and-drop being broken when file drop was enabled on Windows
  • Fix file drop coordinates being in wrong pixel space on Windows (physical vs CSS pixels)
  • Fix file drag-and-drop on Linux not working reliably with hover effects
  • Fix HTML5 internal drag-and-drop being broken when file drop was enabled on Linux
  • Fix window show/hide on Linux/GTK4 sometimes restoring to minimized state by using gtk_window_present() (#4957)
  • Fix window position get/set on Linux/GTK4 always returning 0,0 by adding X11-conditional support via XTranslateCoordinates/XMoveWindow (#4957)
  • Fix max window size not being enforced on Linux/GTK4 by adding signal-based size clamping to replace removed gtk_window_set_geometry_hints (#4957)
  • Fix DPI scaling on Linux/GTK4 by implementing proper PhysicalBounds calculation and fractional scaling support via gdk_monitor_get_scale (GTK 4.14+)
  • Fix menu items duplicating when creating new windows on Linux/GTK4
  • Fix generation of mapped types with enum keys in JS/TS bindings (#4437) by @fbbdev

🤖 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.69

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