Skip to content

Latest commit

 

History

History
66 lines (28 loc) · 2 KB

CHANGELOG.md

File metadata and controls

66 lines (28 loc) · 2 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.5 (2019-10-24)

Bug Fixes

  • keys.read(): Add keys to entities after reading from cache (#6) (0bcb035)

1.1.4 (2018-08-26)

Bug Fixes

  • postGetEntity: Call db adapter postGetEntity after fetchHandler (a00c6f5)

1.1.3 (2018-08-18)

Bug Fixes

  • chore: Remove implementations specific to Google Datastore (01d9750)

1.1.2 (2018-08-07)

Bug Fixes

  • queries: Return queries data with Redis client instead of cache response (e917a66), closes #4

1.1.1 (2018-07-22)

Bug Fixes

  • queries: Unmarshall cached Datastore Keys in query's read() (a8d6731), closes #2

1.1.0 (2018-05-08)

Features

  • configuration: Add a global configuration for wrapped client (794b0a8)

1.0.1 (2018-05-06)