diff --git a/UPGRADING.md b/UPGRADING.md new file mode 100644 index 0000000000..c5be13c52c --- /dev/null +++ b/UPGRADING.md @@ -0,0 +1,6 @@ +# UPGRADING + +## [UPGRADING 2.x to 3.0] +### SearchAfter of SearchRequest type +- Changed SearchAfter of SearchRequest type to FieldValue instead of String +- Consider using `FieldValue.of("")` to make string type values compatible.