10 minutes ago
unipdf

v5.1.0

Release notes - UniPDF v5.1.0

This release contains new features, improvements and bug fixes.

New Features

  • US-1728 creator.SetDefaultFont for overriding the default fonts
  • US-1738 creator.Image masks: soft, stencil and color-key masking, with alpha optimization
  • US-1753 Signature coverage reporting on SignatureValidationResult
  • US-1753 PdfParser.RevisionEndOffsets and PdfParser.Size for locating document revision boundaries
  • US-1767 US-1768 Template engine strict mode via TemplateOptions.Strict
  • US-1721 PageText.FormContents for extracting text found inside Form XObjects
  • US-1603 PdfFont.ShapeText and the textencoding.ShapedGlyphRegistry interface
  • US-1703 veraPDF PDF/A corpus parity test and an opt-in Isartor corpus test

Improvements

  • US-1720 US-1733 Extended sanitizer coverage to embedded files, form-data actions and multimedia actions
  • US-1683 Faster PDF/UA validation by parsing each page's content stream once per validation
  • US-1680 Owner-aware layout attributes and ClassMap attribute resolution in the PDF/UA verifier
  • US-1681 PDF/UA structure walks now look through NonStruct, Div and Part wrappers
  • US-1687 PDF/UA font checks extended to annotation appearances, Type3 CharProcs and tiling patterns
  • US-1661 Consolidated the render alpha buffer pool onto core.AcquireBytes/ReleaseBytes
  • US-1732 Updated the minimum supported Go version to 1.25.0
  • US-1682 More stable golden-file comparison in the end-to-end test harness

Bug Fixes

  • US-1666 Removed remaining PDF/UA verifier false positives for table regularity and XFA forms
  • US-1667 Fixed PDF/UA verifier rules that misfire or under-report against veraPDF
  • US-1682 Fixed the XMP rule cascade reported when the catalog has no /Metadata stream
  • US-1703 Fixed XMP verifier gaps in packet encoding, schema matching and property value types
  • US-1684 Fixed PDF/A font embedding for TrueType Collection substitutes and standard-14 base names
  • US-1603 Fixed ligatures and contextual forms being dropped by font subsetting
  • US-1727 Fixed font attributes with whitespace failing to resolve from the FontMap
  • US-1767 Template data is now escaped on interpolation, with further template processor fixes
  • US-1730 Fixed Flate-compressed /JBIG2Globals streams failing to parse
  • US-1726 Fixed the xref repair regression for tables whose subsection numbering is shifted
  • US-1721 Fixed the redactor silently skipping matches inside Form XObjects
  • US-1751 Fixed Editor.Replace truncating replacement text longer than the match
  • US-1752 Fixed objects cached during the auto-repair xref health check never being decrypted
  • US-1758 Fixed an undefined type assertion on composite fonts in obfuscated builds
1 hours ago
wails

Wails v3.0.0-beta.20

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

Changed

  • Update Clave showcase links to current website and repository in PR by @01xR4in

Fixed

  • Cancel aborted Windows asset requests, including worker requests, while preserving keepalive handlers across navigation. Forward native request contexts through the application wrapper on Apple platforms. (#5963, #5969)
  • Preserve changelog entries across competing pushes with retries in PR by @leaanthony
  • Fix go mod vendor failing with pattern arm64/WebView2Loader.dll: no matching files found on every platform, by removing the embeds that referenced binaries never shipped in the module, fixing #5782 and #5376, in PR by @Grantmartin2002

Removed

  • Remove native WebView2 loader support, superseded by the pure Go loader. This drops the embedded WebView2Loader.dll binaries and the github.com/jchv/go-winloader dependency. The native_webview2loader build tag is still accepted and no longer errors, but has no effect on v3 builds, in PR by @Grantmartin2002
  • Remove unused build tags and FPS option from macOS API guide 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.20

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

7 hours ago
go-micro

v4.11.1

Fixes

  • Close the underlying config loader from Config.Close, releasing file watchers and open handles.
  • Avoid a nil-error panic when stopping config watchers.
  • Serialize repeated Config.Close calls so cleanup runs once.

Fixes #4913.

1 days ago
wails

Wails v3.0.0-beta.19

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

Added

Fixed

  • Reject runtime requests over 64 MiB with HTTP 413 in PR by @leaanthony

Security

  • Harden MCP origins and remote access with token authentication 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.19

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

2 days ago
wails

Wails v3.0.0-beta.18

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

Fixed

  • Fix Calloc memory leak on Linux and Darwin by using pointer receivers in PR by @4RH1T3CT0R7

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

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

3 days ago
fasthttp

v1.74.0

What's Changed

New Contributors

Full Changelog: https://github.com/valyala/fasthttp/compare/v1.73.0...v1.74.0

3 days ago
resty

v3.0.0-rc.4

v3 Release Candidate 4

v3 Guide

Bug Fixes

Enhancements

Tests

Documentation

CI & Release

New Contributors

Full Changelog: https://github.com/go-resty/resty/compare/v3.0.0-rc.3...v3.0.0-rc.4

4 days ago
wails

Wails v3.0.0-beta.17

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

Fixed

  • Windows: a failed or nil GetRequest in the WebResourceRequested handler no longer kills the process (log.Fatal / nil-dereference panic) — the request is dropped and logged instead in PR by @midagedev

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

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