Skip to content

Releases: Azure/azure-functions-language-worker-protobuf

Functions Language Worker Protobuf 1.5.6

27 May 17:38
7cce215

Choose a tag to compare

Added fields to RpcException message for surfacing in AppInsights (#70 )
Remove WorkerHeartbeat message and protobuf file cleanup (#71 )

Functions Language Worker Protobuf 1.5.5

16 Feb 01:35
493e630

Choose a tag to compare

  • Added function app dir to worker init request (#67)

Functions Language Worker Protobuf 1.5.4

31 Jan 23:31
576c9de

Choose a tag to compare

What's Changed

Functions Language Worker Protobuf 1.5.3

19 Jan 20:06
73658b7

Choose a tag to compare

Functions Language Worker Protobuf 1.5.2

19 Jan 00:40
0d3f104

Choose a tag to compare

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

17 Nov 17:33
2fc14be

Choose a tag to compare

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

12 Feb 06:28
466445a

Choose a tag to compare

Release Notes

  • Adding RetryContext to InvocationRequest (#52)
  • Add Python protobuf codegen instructions

Functions Language Worker Protobuf 1.4.0

12 Nov 20:03
b90500b

Choose a tag to compare

Release Notes

  • Added support for sending Shared Memory Data (#51)

Functions Language Worker Protobuf 1.3.9

02 Sep 23:15
eb8abdb

Choose a tag to compare

Add maps with value type of NullableString to RpcHttp (nullable_header, nullable_query, and nullable_params).

Functions Language Worker Protobuf 1.3.8

05 Aug 01:01
8db40c8

Choose a tag to compare

Added worker_directory as part of WorkerInitRequest