We’re happy to announce the release of GroupDocs.Redaction for Python v26.6, available as of June 2026. This release brings the full redaction capabilities of the underlying .NET library to Python, shipped as a self‑contained wheel on PyPI. It includes no breaking API changes, refreshes bundled dependencies for stability and security, and continues to support on‑premise document redaction without requiring MS Office or OpenOffice.
このリリースの新機能
- [Improvement] 安定性とセキュリティ向上のためにバンドルされた依存関係を更新しました。
- [Improvement] 基盤となる GroupDocs.Redaction エンジンの更新を追跡します。
パブリック API の変更
破壊的な変更はありません。このリリースは基盤となる GroupDocs.Redaction エンジンを追跡し、安定性とセキュリティ向上のためにバンドルされた依存関係を更新します。
新機能
このリリースでは新機能はありません。
コード例
from groupdocs.redaction import Redactor
from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions
with Redactor("document.docx") as redactor:
redactor.apply(ExactPhraseRedaction("John Doe", ReplacementOptions("[personal]")))
redactor.save()
アップデートの取得方法
PyPI
PyPI 経由でインストールまたはアップグレードします:
pip install groupdocs-redaction-net
直接ダウンロード
Windows、Linux、macOS 用の事前構築済みホイールは、GroupDocs.Redaction for Python 26.6 ページからダウンロードしてください。