All notable changes for major version updates will be documented here.
Items will only be saved in cache when the useCache flag is used.
Support for using cache in combination with upcoming kth-node-redis@4.
Issues with redis not reconnecting in 4.3.0
Redis operations will log errors instead of just failing silently
Will fail and exit on statup if an unsupported "redis" instance is passed.
Exports for classes "cachedApi" and "oidcApi" are removed. According to searches on KTH organization on Github, these were never used. Any files that seems to be unused will generate warnings on import, and will later be removed.
Name change kth-node-api-call -> @kth/api-call
Using node-fetch instead of deprecated request module.