Skip to content

v16.0.4: Cache Lock fix and Standard fixed

Compare
Choose a tag to compare
@evantahler evantahler released this 06 Apr 04:14

Fix for api.cache.lock

The old implementation of the api.cache.lock method did not check the result of the setnx function, which could have lead to multiple nodes acquiring the same lock multiple times.

Update to the latest version of Standard

The latest version of Standard.js checks for deprecated methods from node's core. We were using a few of these older methods and they have been removed.

Misc

  • Update all dependent packages to their latest versions