V0.4.2 #32

Closed
opened 2026-04-05 16:16:13 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @wayneshn on 2/23/2026

v0.4.2 introduces improvements to data ingestion flexibility, enhanced Redis configuration options, expanded language support, and important documentation updates for Meilisearch upgrades.

Key Features & Enhancements

Ingestion Improvements

  • Local File Path Support: Added the ability to specify local file paths for Mbox, EML, and PST ingestion sources, allowing for direct processing of files on the server (#214 ).
  • Updating UI for the Local File Path method. 5409dc771e
  • EML Processing Optimization: Improved the efficiency of EML file processing.

Configuration & Infrastructure

  • Redis Configuration:
    • Updated Redis configuration logic.
    • Added support for REDIS_USER environment variable, enabling more secure Redis setups (#172).
  • Meilisearch Upgrades:
    • Added comprehensive documentation for the experimental Dumpless Upgrade method.
    • Configured MEILI_SCHEDULE_SNAPSHOT in docker-compose.yml (defaulting to every 24h) to safeguard data by facilitating regular snapshots.

Internationalization

  • New Language Support: Added support for Bulgarian (bg), including UI translations for both backend and frontend (#194).

User Management

  • User Profile & Security:
    • Implemented User Profile/Account page.
    • Added "Change Password" functionality.
    • Improved API key generation and proxy handling logic.

Documentation

  • Updated API documentation regarding ingestion source provider values.
  • Added detailed guide for Meilisearch dumpless upgrades, including prerequisites and warnings.

Bug Fixes

  • Fixed API key generation and proxy handling issues.
  • Corrected ingestion source provider values in API docs.
*Originally created by @wayneshn on 2/23/2026* v0.4.2 introduces improvements to data ingestion flexibility, enhanced Redis configuration options, expanded language support, and important documentation updates for Meilisearch upgrades. ### Key Features & Enhancements #### Ingestion Improvements - **Local File Path Support:** Added the ability to specify local file paths for Mbox, EML, and PST ingestion sources, allowing for direct processing of files on the server (#214 ). - Updating UI for the Local File Path method. https://github.com/LogicLabs-OU/OpenArchiver/pull/310/commits/5409dc771e0f669bf7903a44227c45743d839ce1 - **EML Processing Optimization:** Improved the efficiency of EML file processing. #### Configuration & Infrastructure - **Redis Configuration:** - Updated Redis configuration logic. - Added support for `REDIS_USER` environment variable, enabling more secure Redis setups (#172). - **Meilisearch Upgrades:** - Added comprehensive documentation for the experimental **Dumpless Upgrade** method. - Configured `MEILI_SCHEDULE_SNAPSHOT` in `docker-compose.yml` (defaulting to every 24h) to safeguard data by facilitating regular snapshots. #### Internationalization - **New Language Support:** Added support for **Bulgarian (bg)**, including UI translations for both backend and frontend (#194). #### User Management - **User Profile & Security:** - Implemented User Profile/Account page. - Added "Change Password" functionality. - Improved API key generation and proxy handling logic. ### Documentation - Updated API documentation regarding ingestion source provider values. - Added detailed guide for Meilisearch dumpless upgrades, including prerequisites and warnings. ### Bug Fixes - Fixed API key generation and proxy handling issues. - Corrected ingestion source provider values in API docs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#32