Releases: okta/okta-sdk-nodejs
Releases · okta/okta-sdk-nodejs
2.0.0
- Drop support for Node 4
- New behavior for
expirationPoll
option on MemoryStore. The expiration poll feature is now opt-in. By default there will be no memory scan to proactively remove key values. Passing a number or null forexpirationPoll
will behave as before. Passing a value oftrue
will use a default of 15000ms. - The DefaultRequestExecutor is now used by default, if no request executor is provided.