---------------- Apache Tika 2.9.0 ---------------- ~~ Licensed to the Apache Software Foundation (ASF) under one or more ~~ contributor license agreements. See the NOTICE file distributed with ~~ this work for additional information regarding copyright ownership. ~~ The ASF licenses this file to You under the Apache License, Version 2.0 ~~ (the "License"); you may not use this file except in compliance with ~~ the License. You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, software ~~ distributed under the License is distributed on an "AS IS" BASIS, ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~~ See the License for the specific language governing permissions and ~~ limitations under the License. Apache Tika 2.9.0 The most notable changes in Tika 2.9.0 over the previous release are: * With user configuration, the PDFParser can now throw an EncryptedDocumentException for Microsoft IRM PDF containers with encrypted payloads. Separately,the PDFParser now throws an EncryptedDocumentException instead of an IOException if the security handler cannot be found ({{{http://issues.apache.org/jira/browse/TIKA-4082}TIKA-4082}}). * Fix bug that led to duplicate extraction of macros from some OLE2 containers ({{{http://issues.apache.org/jira/browse/TIKA-4116}TIKA-4116}}). * Parse iframe's srcdoc as an embedded file ({{{http://issues.apache.org/jira/browse/TIKA-3109}TIKA-3109}}). * Add detection of warc.gz as a specialization of gz and parse as if a standard WARC ({{{http://issues.apache.org/jira/browse/TIKA-4048}TIKA-4048}}). * Allow users to modify the attachment limit size in the /unpack resource ({{{http://issues.apache.org/jira/browse/TIKA-4039}TIKA-4039}}). * Fixed write limit bug in RecursiveParserWrapper ({{{http://issues.apache.org/jira/browse/TIKA-4055}TIKA-4055}}). * Add mime detection for many files with thanks to Gregory Lepore ({{{http://issues.apache.org/jira/browse/TIKA-3992}TIKA-3992}}). The following people have contributed to Tika 2.9.0 by submitting or commenting on the issues resolved in this release: * August Valera * Carey Halton * Gregory Lepore * Jerome Isaac Haltom * Luís Filipe Nassif * Ravi Ranjan Jha * Ross Johnson * Shay barak * Tilman Hausherr * Tim Allison * Younes See {{https://s.apache.org/f0a2h}} for more details on these contributions.