Closed
Description
Due to backwards compatibility and some issues with the Python SDK, the Extension deprecated the upperSchemaVersion
flag sent to SDK payloads, and instead the "actual" upper schema supported is sent by the upperSchemaVersionNew
flag (details here: Azure/azure-functions-durable-extension#2146). Currently, this only impacts replay schema V3, which is only used for long timers (#340) and callHttp
polling (#346). This issue is to track temporarily migrating the latest schema supported logic to use this new flag