GroupDocs.Metadata リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
GroupDocs.Metadata for Java V26.7メジャーバージョン2026年7月30日
機能
  • PDF/A and PDF/X detection - PDF file types now expose the detected PDF standard. PdfTypePackage gains getPdfFormat() returning the new PdfFormat enum (PDF/A-1a...A-4f, PDF/X-1a...X-4, PDF 1.0-2.0, PDF/UA-1, ZUGFeRD, Unknown), plus convenience checks isPdfA() and isPdfX(). The value is resolved from the underlying Aspose.Pdf.PdfFormat via PdfRootPackage.loadFileFormat().
  • Supported file-type feature matrix - A new FileTypeFeatureSupport API reports which product features (AutoDetection, Read, Edit, Remove) are supported for each file type, grouped by FormatFamily. Query the whole matrix with getSupportedFileTypeFeatures(), or a single entry by FileType or extension. Supporting types added: FeatureSupport, SupportLevel, SupportDetail, ProductFeature, FormatFamily. The matrix reflects the formats actually available in the Java distribution.
  • MSG HTML body preserved on save - Saving an MSG file no longer risks discarding the HTML body. Saving is now routed through a dedicated MsgWrapper.save(Stream) (setLength(0) + MapiMessage.save), invoked from MsgRootPackage.commitChanges. A regression test covers the load to save round-trip.
  • OOXML compliance preserved on save - When saving WordProcessing documents, the original OOXML compliance level is now detected from the loaded document and reapplied to the save options (OoxmlSaveOptions.setCompliance), both for encrypted and plain saves, so re-saved DOCX/DOCM/DOTX/DOTM/FlatOpc files keep their compliance.
修正
  • Cr2Writer.insertBytes(byte): Fix high-byte sign-extension when writing CR2 (bytes[0]=value; bytes[1]=0).
  • ImageRootPackage.getSize(): Wrap original cause - new GroupDocsMetadataException("Could not determine the image size", e).
  • NoteRootPackage: Null-guard page title (getTitle() != null && getTitleText() != null) before reading text.
  • PresentationPreviewCreator: Fix off-by-one slide index in the resolution branch (pageNumber to pageNumber - 1).
  • DocumentFormatTestBase.documentFormat_Encrypted_NoPassword_Test: Also catches DocumentProtectedException thrown during load.
  • ExportTest: Add export_NoteToJsonFile_Test (OneNote to JSON export, ExportManager / ExportFormat.Json).
  • PsdTest: Guard XMP packages length (getPackages().length != 0) before comparing namespaces.
  • MainInputCasesFactory: Fix RAR test-data path Archive\RAR to Archive\Rar.
  • PdfFormat enum: Add Javadoc for the type and every constant.
  • Evaluation release date / version updated to 26.6 (MetadataAssemblyConstants.RELEASE_DATE).
GroupDocs.Metadata for Python via .NET V26.7メジャーバージョン2026年7月20日
修正
  • GroupDocs.Metadata discards HTML body when saving MSG file.
GroupDocs.Metadata for Node.js via Java V26.7メジャーバージョン2026年7月16日
機能
  • Added support for AVIF format.
  • Added support for SVG format.
GroupDocs.Metadata for .NET V26.6メジャーバージョン2026年6月17日
機能
  • Added file type feature support API via GetSupportedFileTypeFeatures.
  • Updated target frameworks: .NET Standard has been replaced with .NET 6.0 and .NET 8.0.
修正
  • Improved MSG saving behavior: Unchanged fields and transport message headers are no longer rewritten during open/save operations.
GroupDocs.Metadata for Python via .NET V26.5メジャーバージョン2026年5月25日
機能
  • Rebuilt the Python binding - A typed, per-overload API with bundled .pyi stubs (no runtime __getattr__ proxy).
  • Updated Python 3.14 support (Requires-Python is now >=3.5,<3.15).
  • Now ships AGENTS.md inside the package for AI agent / LLM integration.
  • Updated to the GroupDocs.Metadata for .NET 26.5 engine.
  • Added self-contained wheels with an embedded .NET runtime for Windows, Linux, and macOS (Intel and Apple Silicon).
GroupDocs.Metadata for .NET V26.5メジャーバージョン2026年5月6日
機能
  • TFM-Split Packaging - Added TFM-Split packaging for GroupDocs.Metadata NuGet.
  • Improved working with CAD formats.
修正
  • MSG file properties and transport message headers change after opening/saving with GroupDocs.Metadata.
GroupDocs.Metadata Product Family Update2026年5月1日
GroupDocs.Metadata for .NET V26.3メジャーバージョン2026年3月31日
機能
  • Add support for PDF/A format detection.
  • Improved OOXML compliance support in word processing documents.
GroupDocs.Metadata Product Family Update2026年3月3日
GroupDocs.Metadata for Node.js via Java V26.2メジャーバージョン2026年2月5日
機能
  • Implemented functionality to load files directly from web resources.
  • You can now modify MSG fields and attachments.
  • Added support for OGG format.
  • Added more properties to .msg format.
  • Developed the GetPropertyString method for .msg format.
  • Improved working with .msg attachments.
GroupDocs.Metadata Product Family Update2026年2月3日
GroupDocs.Metadata for .NET V26.1メジャーバージョン2026年1月30日
機能
  • Added support for AFIV format.