# Changelog ## v0.5.0 ### Features - Initial version of `esp_config_manager` - Dual-slot configuration storage with primary and backup records - Record validation with magic, schema version, payload length, and CRC32 - Automatic load fallback from primary to backup to defaults - Default-value merge support for schema evolution and appended fields - Synchronous primary repair when the backup slot is the valid source - Pluggable storage backends through `esp_config_storage_ops_t` - Optional encryption and decryption hooks for stored configuration blobs
23dea511bdf77f7e14ef0e4ff179d23a8eeb9d2c
idf.py add-dependency "espressif/esp_config_manager^0.5.0"