This repository has been archived by the owner on Apr 23, 2021. It is now read-only.
2.20190710.0
Version 2.20190710.0 (2019-07-10)
- Breaking change — As of 2019-07-10 Java Connect SDK does not support explicit
ENUM
types. Instead, the SDKs passENUM
values as staticStrings
. Developer code can now choose to ignore unexpectedString
values when Square APIs return new values instead of being forced to throw runtime errors due to unexpected types. Additional information, including migration help, is available in the README.