Releases: dogmatiq/projectionkit
Releases · dogmatiq/projectionkit
Version 0.7.5
Version 0.7.4
Changed
- Bumped Dogma to v0.14.0.
Version 0.7.3
Added
- Added support for
Disable()
method indogmatiq/dogma
v0.13.1.
Version 0.7.2
Added
- Added experimental
memoryprojection
package.
Version 0.7.1
Changed
- Updated tests to use Dogma v0.13.0.
Version 0.7.0
Changed
- [BC] Changed
resource.RepositoryAware.ResourceRepository()
to accept acontext.Context
Fixed
- Fixed issue where
sqlprojection.Options
related to driver selection were ignored - Fixed issue with SQL driver auto-selection that prevent a database connection from being returned to the pool
Version 0.6.5
This release updates the projectionkit
implementation to adhere to Dogma v0.12.0 interfaces.
Version 0.6.4
Added
- Added support for DynamoDB projections in the new
dynamoprojection
package - Added
resource.Repository
interface - Added
boltprojection.ResourceRepository
- Added
sqlprojection.ResourceRepository
Changed
- The
sqlprojection
MySQL driver no longer uses compressed table rows for the OCC table
Version 0.6.3
Fixed
- Fix MySQL driver detection on old versions of MariaDB
Version 0.6.2
Changed
sqlprojection.CreateSchema()
no longer returns an error if the schema already exists