Skip to content

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

Functions Language Worker Protobuf 1.5.5

16 Feb 01:35
493e630
Compare
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
Compare
Choose a tag to compare

What's Changed

Functions Language Worker Protobuf 1.5.3

19 Jan 20:06
73658b7
Compare
Choose a tag to compare

Functions Language Worker Protobuf 1.5.2

19 Jan 00:40
0d3f104
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added worker_directory as part of WorkerInitRequest

Functions Language Worker Protobuf 1.3.7

11 Mar 18:48
b3f7851
Compare
Choose a tag to compare

Add ExplicitNone enum to Http cookie to allow for same-site=none in an Http cookie.