Skip to content

[UNPUBLISHED] v1.0.0-beta.19

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 14 Feb 22:46
· 535 commits to master since this release

This version was unpublished from NPM, at 2019-02-15, ~02:30 UTC.

It was causing issues in 'readSnapshots' middleware for queryPoll() calls. Single-document fetch and subscribe should not have been affected. See #269 for details.


  • #263 - For readSnapshots middleware, add request method and parameter info - @ericyhwang
    • When ShareDB invokes the readSnapshots middleware function, the first argument now contains new properties method and parameters.
    • These can be useful for logging and monitoring of the response sizes for snapshot read requests.