- Breaking change: add support for multiple persistence sources and with different frameworks (SQL and MongoDB)
0.30.12
Not secure
* Added PATCH to Request and json_info param
0.30.11
Not secure
* Disable support for 4 byte UTF8 chars on Name objects
0.30.10
Not secure
- Add new flag on `StringValueObject` `_ensure_value_contains_valid_char` to check if a string contains 4-byte UTF characters.
0.30.9
Not secure
* Add testing on logging level configuration and fix a minor bug
0.30.8
Not secure
* Add `PETISCO_LOGGING_LEVEL` environment variable to configure logging-based loggers. * Update some debug logging on `controller_handler` and `subscriber_handler`.