Looks like geth added new checks to the way node inputs get parsed: ethereum/go-ethereum#19663
Some of our users are getting:
invalid enode: missing 'enr:' prefix for base64-encoded record
We were sending passing in just the Enode ID, but looks like it requires an enode:// prefix to always be present now.