Releases: Azure/azure-functions-language-worker-protobuf
Releases · Azure/azure-functions-language-worker-protobuf
Functions Language Worker Protobuf 1.5.5
- Added function app dir to worker init request (#67)
Functions Language Worker Protobuf 1.5.4
What's Changed
- Added field FunctionLoadResponseCollection by @surgupta-msft in #66
Functions Language Worker Protobuf 1.5.3
Minor bug fix (#65)
Functions Language Worker Protobuf 1.5.2
What's Changed
- Added useDefaultMetadataIndexing field to FunctionMetadataResponses by @surgupta-msft in #61
- Edit streaming message types by @satvu in #62
- Added fields to sync with host on RPCFunctionMetadata by @surgupta-msft in #64
- Adding new field to send a list of load requests in case of multiple functions by @surgupta-msft in #63
Functions Language Worker Protobuf 1.5.1
What's Changed
- Add worker indexing message types to protobuf by @anandagopal6 in #56
- Edit FunctionMetadataResponses message to be more descriptive by @satvu in #59
- Adding RpcMetric type to FunctionRpc by @brandonh-msft in #58
Functions Language Worker Protobuf 1.5.0
Release Notes
- Adding RetryContext to InvocationRequest (#52)
- Add Python protobuf codegen instructions
Functions Language Worker Protobuf 1.4.0
Release Notes
- Added support for sending Shared Memory Data (#51)
Functions Language Worker Protobuf 1.3.9
Add maps with value type of NullableString
to RpcHttp (nullable_header, nullable_query, and nullable_params).
Functions Language Worker Protobuf 1.3.8
Added worker_directory
as part of WorkerInitRequest
Functions Language Worker Protobuf 1.3.7
Add ExplicitNone
enum to Http cookie to allow for same-site=none
in an Http cookie.