v8.1.0
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.
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.