hallvictoria
hallvictoria
## Description - allows new TypedData object of "model_binding_data" - imports base library & creates sdk bindings registry if needed - checks defined type to see if should assign ClientConverter...
## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...
## Description Currently, when a function is triggered, the worker expects a request body with the trigger. However, in the case of generic binding types like the Dapr Cron binding...
For multiple templates, the template names are different between V1 and V2 apps. For example, for V1 apps, running `func new --template "Azure Event Hub Trigger" --name myFunction` works successfully....
There are different supported templates for V1 vs. V2 python function apps: V1: - Blob trigger - Cosmo DB trigger - Durable Functions activity - Durable Functions entity - Durable...
Fixes [#1185](https://github.com/Azure/azure-functions-python-worker/issues/1185) AsgiRequest scheme is currently hard-coded to https. The scheme should allow both http or https, depending on the incoming request. This change uses `urllib.parse.urlparse` to handle both types.
## Description Implicit output is now enabled for generic bindings, so the worker needs to support returning the same python types as it did when implicit output wasn't enabled. The...
## Description Separates the E2E test script into 3 different scripts: functions worker process count & threadpool thread count tests, E2E tests, and deferred bindings tests. All the tests will...
Added sample for embeddings in Python. Added README for embeddings samples. Edited main repo README to include this sample.