What's Changed
* V2 by acostapazo in https://github.com/alice-biometrics/petisco/pull/354
> **Note**
> Migration Help: https://alice-biometrics.github.io/petisco/migrations/from_v1_to_v2/
Deprecation
* clean(legacy): logger refactor https://github.com/alice-biometrics/petisco/pull/344
* clean: remove deprecated parameters https://github.com/alice-biometrics/petisco/pull/342
Dev Experience
* feat(messages): Improve typing on `DomainEvent` and `Command` when deserialize https://github.com/alice-biometrics/petisco/pull/341
* feat(Controller): Improve result mapping (e.g use `as_fastapi(result)` to map your response to `FastAPI` expected response) https://github.com/alice-biometrics/petisco/pull/347
* feat(cli): Add new CLI tool (`petisco-dev`) to help developers while coding a petisco standard app. https://alice-biometrics.github.io/petisco/cli/
* Improve typing in all the project.
Persistence
* Simplify Persistence https://github.com/alice-biometrics/petisco/pull/355
* Use `Databases` instead of `Persistence`: https://alice-biometrics.github.io/petisco/databases/
* Async implementations
* Better abstractions for SQLAlchemy and Elastic Implementation
* Upgrade to SQLAlchemy v2
* Add examples on examples/persistence folder
* New documentation.
Asyncio
* Create async version of `Controller`, `AppService` and `UseCase` https://github.com/alice-biometrics/petisco/pull/345
Requirements
* Upload pika version to v1.3.2 https://github.com/alice-biometrics/petisco/pull/354/commits/949e468aff40e2dc8492d6d6b3231afb95228f6b
Fixes
* fix(dependencies): bug checking type when inherit from generic on dependency builders https://github.com/alice-biometrics/petisco/pull/354
* fix(messages): solve bug on defining `DomainEvent` and `Command` with some attribute names. https://github.com/alice-biometrics/petisco/pull/359
**Full Changelog**: https://github.com/alice-biometrics/petisco/compare/v1.15.4...v2.0.0-rc0