# Changelog

## Lucid 0.1.4 Alpha

* &#x20;Improve CLI [#47](https://github.com/lucid-kv/lucid/pull/47)
* &#x20;Finish Warp Migration [#30](https://github.com/lucid-kv/lucid/issues/30)
  * &#x20;Graceful shutdown
* &#x20;Achieve PATCH Operations [#44](https://github.com/lucid-kv/lucid/issues/44) [#56](https://github.com/lucid-kv/lucid/pull/56)
  * &#x20;Lock / Unlock
  * &#x20;Increment / Decrement
  * &#x20;Define / Cancel Expiration
* &#x20;Persistence [#17](https://github.com/lucid-kv/lucid/issues/17)
  * &#x20;Define file format and location
* &#x20;Encryption with Serpent [#26](https://github.com/lucid-kv/lucid/issues/26)
  * &#x20;In-memory data encryption / decryption
* &#x20;Server Sent Event [#27](https://github.com/lucid-kv/lucid/issues/27)
  * &#x20;Broadcast key update and creation
* &#x20;Improve Logging
  * &#x20;Add colored logs as an option
  * &#x20;Create output log file (in /var/log/ under Unix)
  * &#x20;Broadcast to `stderr` for warning or error entries

## Lucid 0.1.3 Pre-Alpha

* Mive Nickel-rs to Warp HTTP Core
* Improve CLI

## Lucid 0.1.0 - Pre-Alpha

### Added

* Lucid CLI Base (with clap)
* JWT generation
* Server base with API and WebUI endpoints
* Configuration files handling
