mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
* Enable configuring the next future protocol version as the current protocol version in FDB client, fdbserver, and fdbcli * Auto format python files used in upgrade tests * Add a test for upgrading to a future FDB version * Emphasize that the options for using future protocol version are intended for test purposes only * Make the global variable for current protocol version visible only locally * Refactirng to avoid using currentProtocolVersion() in static intialization * Update go bindings