Skip to content

4.7.0 — 2026-04-28

← 4.7.1 | 4.6.0 → | ↑ 4.x series

Added

Adapters - MinIO

  • MinIO Copy Object - Implemented copy_object method in MinioAdapter.
    • Supports copying objects within and between buckets
    • Added comprehensive BDD tests

Configuration

  • Advanced CORS Configuration - Added advanced CORS configuration options.
    • Extended ConfigTemplate with CORS-related settings
    • Added comprehensive BDD tests for CORS functionality

Changed

Environment

  • Example Environment - Updated .env.example with new CORS configuration variables.
    • Added CORS-related environment variable documentation

Tests - App Utils

  • Enhanced App Utils Tests - Added extensive BDD tests for advanced CORS configuration.
    • 89 new scenario steps added