You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/11/08 23:16:17 UTC

[GitHub] [couchdb-erlfdb] kocolosk commented on pull request #37: Configure FDB_API_VERSION dynamically

kocolosk commented on pull request #37:
URL: https://github.com/apache/couchdb-erlfdb/pull/37#issuecomment-963660607


   While we are technically green on 6.3 here, it seems there are a handful of changes in API version 630 that we ought to be accounting for:
   
   https://apple.github.io/foundationdb/api-version-upgrade-guide.html#api-version-630
   
   Specifically:
   
   *  The `get_addresses_for_key` function now returns strings that include the port in the address. Prior to API version 630, this required using the `INCLUDE_PORT_IN_ADDRESS` option, which has now been deprecated.
   *  The `ENABLE_SLOW_TASK_PROFILING` network option has been replaced by `ENABLE_RUN_LOOP_PROFILING` and is now deprecated.
   * The `FDBKeyValue` struct’s `key` and `value` members have changed type from `void*` to `uint8_t*`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org