All notable changes to this project will be documented in this file.
The format is based on Keep a Changelogand this project adheres to Semantic Versioning.
- Fixed issue with serialization of the query result necessary for caching.
- Fixed setting immutable date params with mutable date in
RunOpenCode\Bundle\QueryResourcesLoader\Executor\Dbal\DbalParameters.
- Fixed nullability of array parameters of
RunOpenCode\Bundle\QueryResourcesLoader\Executor\Dbal\DbalParameters.
- New API for interacting with query resources loader,
RunOpenCode\Bundle\QueryResourcesLoader\Contract\QueryResourcesLoaderInterface. - Support for middleware in query resources loader.
- Support for caching of query results.
RunOpenCode\Bundle\QueryResourcesLoader\Contract\ManagerInterfaceis deprecated and will be removed in version 9.RunOpenCode\Bundle\QueryResourcesLoader\Contract\ExecutorInterfaceis deprecated and will be removed in version 9.- No support for
iterate()method inManagerInterface.
- Support for iterating over records/tables in library.