Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.14 KB

File metadata and controls

74 lines (54 loc) · 2.14 KB

Changes

As of 2.5.0.1, we started adding a digit for Docker versions. Going forward, we'll include a four digit version, where the first three are the Tika version and the last one is the docker version. As of 2.5.0.2, we started tagging release commits in our github repo.

  • 4.0.0-alpha-1.0 (9 May 2026)

    • First 4.0.0-alpha-1 release (preview; not tagged latest)
    • Dropped linux/arm/v7 from the published platforms. 32-bit ARM emulated builds on Ubuntu 26.04 (resolute) hit a qemu chown-overflow in update-notifier-common's postinst, which is pulled in by ttf-mscorefonts-installer. linux/arm64/v8 covers modern ARM.
  • 3.3.0.0 (23 Mar 2026)

    • First 3.3.0 release
  • 3.2.3.0 (15 Sep 2025)

    • First 3.2.3 release
  • 3.2.2.0 (8 Aug 2025)

    • First 3.2.2 release
  • 3.2.1.0 (9 Jul 2025)

    • First 3.2.1 release
  • 3.2.0.0 (2 Jun 2025)

    • First 3.2.0 release
    • Update base to plucky
    • Add Japanese language pack for tesseract
    • Add ImageMagick
  • 3.1.0.0 (31 Jan 2025)

    • First 3.1.0 release
    • Update base to oracular
  • 3.0.0.0 (21 Oct 2024)

    • First 3.x stable release
    • Bump jre to 21
  • 2.9.2.1 (21 May 2024)

    • Updated to noble
    • First multi-arch release
  • 2.9.2.0 (10 October 2023)

    • Initial release for Tika 2.9.2
  • 2.9.1.0 (10 October 2023)

    • Initial release for Tika 2.9.1
  • 2.9.0.0 (28 August 2023)

    • Initial release for Tika 2.9.0
  • 2.8.0.0 (15 May 2023)

    • Initial release for Tika 2.8.0
  • 2.7.0.1 (27 March 2023)

    • More efficient build process and final image size via @stumpylog on pr#17.
  • 2.7.0.0 (6 Feb 2023)

    • Initial release for Tika 2.7.0
  • 2.6.0.1 (10 November 2022)

    • Update operating system against OpenSSL CVE (TIKA-3926).
  • 2.6.0.0 (7 November 2022)

    • Initial release for Tika 2.6.0
  • 2.5.0.2 (31 October 2022)

    • Fixed root-user regression caused by differences in Docker behavior based on the build system's OS (TIKA-3912)
    • Added tika-extras/ directory to pick up extra jars via mounted drive or for those using our image as a base image (TIKA-3907)
  • 2.5.0.1 (27 October 2022)

    • Update to latest jammy to avoid recent CVEs (TIKA-3906)