Skip to content

v8.1.0

Choose a tag to compare

@sgwilym sgwilym released this 03 Mar 12:40
· 377 commits to main since this release
2c2a919

Previously it was possible to create a Replica with an invalid share address.

const replica = new Replica("PEANUTS.123", FormatValidatorEs4, driver);
// No complaints until you try to set or sync docs.

Now it will throw an error.