- Warden is now module require friendly.
- Removed Couchbase cache from Warden repository, moved to individual repo.
- Schema for faster parse & stringify json operations.
cacheWithCookie
option for caching whenset-cookie
header exists.- Now route registering returns a handle that can be used to send request from that registration.
- Removed Node Streams for faster processing. It made huge impact.
- Improved Cache, cache now stores clear and smaller data
- Fixes issue #12 stale tests
- Couchbase plugin
- Plugin interface to create custom cache plugins
- Retry plugin for retrying failed responses
- Added generic identifiers
- Identifiers are not required anymore
- Security for set-cookie header to prevent dangerous response caching with credentials.
- Cache leak for memory plugin
- Added getting Enum values from string implementing cache strategy