- [DEPRECATED] This library is end-of-life and no longer supported.
- [DEPRECATED] This project is no longer maintained.
- [FIXED] Removed inadvertent npm-cli-login dependency.
- [FIXED] Multiple issues with
stop()
not actually stopping the feed.
- [NEW] Support use of changes selector filter.
- [FIXED] Abort request retry for dead feed.
- [FIXED] Pipe using decoded request.
- [FIXED] Support using
since="now"
parameter in a/_db_updates
feed.
- [NEW] Allow a custom HTTP agent to be specified.
- [NEW] Trim the database URL if it includes the
/_changes
endpoint. - [FIXED] Correctly pass request parameters to
feed.filter
function. - [FIXED] Retry
/_db_updates
request using the last recorded sequence value as thesince
query parameter. - [NOTE] Update engines in preparation for Node.js 4 “Argon” end-of-life.
- [FIXED] Corrected
eslint
to bedevDependencies
instead ofdependencies
.
- [UPGRADED] Use latest version of request@2.x.x.
- [FIXED] Check
request
is defined before using in feed timeout handler. - [FIXED] Update list of possible feed query parameters.
- [NEW] Correctly construct feed URL for
feed.view
.
- [FIXED] Retry changes feed if server sends
last_seq
.