nsql-cache
Version:
Advanced cache layer for NoSQL databases
67 lines (28 loc) • 2.05 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.1.5"></a>
## [1.1.5](https://github.com/sebelga/nsql-cache/compare/v1.1.4...v1.1.5) (2019-10-24)
### Bug Fixes
* **keys.read():** Add keys to entities after reading from cache ([#6](https://github.com/sebelga/nsql-cache/issues/6)) ([0bcb035](https://github.com/sebelga/nsql-cache/commit/0bcb035))
<a name="1.1.4"></a>
## [1.1.4](https://github.com/sebelga/nsql-cache/compare/v1.1.3...v1.1.4) (2018-08-26)
### Bug Fixes
* **postGetEntity:** Call db adapter postGetEntity after fetchHandler ([a00c6f5](https://github.com/sebelga/nsql-cache/commit/a00c6f5))
<a name="1.1.3"></a>
## [1.1.3](https://github.com/sebelga/nsql-cache/compare/v1.1.2...v1.1.3) (2018-08-18)
### Bug Fixes
* **chore:** Remove implementations specific to Google Datastore ([01d9750](https://github.com/sebelga/nsql-cache/commit/01d9750))
<a name="1.1.2"></a>
## [1.1.2](https://github.com/sebelga/nsql-cache/compare/v1.1.1...v1.1.2) (2018-08-07)
### Bug Fixes
* **queries:** Return queries data with Redis client instead of cache response ([e917a66](https://github.com/sebelga/nsql-cache/commit/e917a66)), closes [#4](https://github.com/sebelga/nsql-cache/issues/4)
<a name="1.1.1"></a>
## [1.1.1](https://github.com/sebelga/nsql-cache/compare/v1.1.0...v1.1.1) (2018-07-22)
### Bug Fixes
* **queries:** Unmarshall cached Datastore Keys in query's read() ([a8d6731](https://github.com/sebelga/nsql-cache/commit/a8d6731)), closes [#2](https://github.com/sebelga/nsql-cache/issues/2)
<a name="1.1.0"></a>
# [1.1.0](https://github.com/sebelga/nsql-cache/compare/v1.0.1...v1.1.0) (2018-05-08)
### Features
* **configuration:** Add a global configuration for wrapped client ([794b0a8](https://github.com/sebelga/nsql-cache/commit/794b0a8))
<a name="1.0.1"></a>
## [1.0.1](https://github.com/sebelga/nsql-cache/compare/v1.0.0...v1.0.1) (2018-05-06)