Proto commits in Azure/azure-functions-java-worker

These 25 commits are when the Protocol Buffers files have changed:

Commit:1b2c5ba
Author:kaibocai

Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.10.0-protofile. Commit: 2a3fb29179e7e2dab6b0a8e7550e717f12295f8d

Commit:1483b11
Author:Shreyas Gopalakrishna
Committer:GitHub

Updating proto file to v1.8.0-protofile release (#699) * Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.8.0-protofile. Commit: e6d025a4a9961e705c36c9aeda7bbb646209bdaa * Update proto

The documentation is generated from this commit.

Commit:e7697ee
Author:kaibocai

update warm up request

Commit:8fa8ec5
Author:kaibocai

add warm up logics

Commit:f264de5
Author:kaibocai
Committer:GitHub

change to int_x and dobule_x (#621)

Commit:a34333a
Author:kaibocai

Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.5.8-protofile. Commit: 14b2ba5ccb188c160c0f6c519ec1d4521ee36440

Commit:30a2900
Author:kaibocai
Committer:GitHub

Updated subtree from https://github.com/azure/azure-functions-languag… (#584) * Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag:v1.5.7-protofile. Commit:6cccbbfbf84d3c21b21236ae34ec0590c032daad * Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Tag: v1.5.8-protofile. Commit: 14b2ba5ccb188c160c0f6c519ec1d4521ee36440 * Update FunctionRpc.proto Updated name to int_x and double_x since int and double are keywords in java and generated grpc code throws error if key words are used as variable names. Since GRPC relies on the number for comparing, it is better to rename the variable to anything but int and double here. Co-authored-by: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com>

Commit:8abe7d1
Author:Shreyas Gopalakrishna
Committer:kaibocai

Added retry context as part of execution context

Commit:74c2d82
Author:Shreyas Gopalakrishna
Committer:kaibocai

Added retry context as part of execution context, updated protobuf, java library and end to end tests

Commit:e3bfcb2
Author:Yogesh
Committer:amamounelsayed

Augment executionContext with traceContext.

Commit:ec6ef3e
Author:amamounelsayed
Committer:Pragna Gopa

Add support for new TypedData Collections

Commit:c172b7d
Author:Pragna Gopa
Committer:GitHub

Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Branch: dev. Commit:ed55563d9d83ca78c1d268aaf9e8deda1ee51cd2 (#268)

Commit:591a394
Author:Pragna Gopa
Committer:GitHub

Add support to update environment variables (#248)

Commit:815a732
Author:Pragna Gopa
Committer:GitHub

Merge dev to master. Release 1.0.0-beta-6 (#126) * Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Branch: dev. Commit: a42a580e5211f89d5cc605a869a48425fccbd880 * Updategrpc (#125) * Dependency and plugin updates

Commit:87bd102
Author:mhoeger

Updated subtree from https://github.com/azure/azure-functions-language-worker-protobuf. Branch: dev. Commit: a42a580e5211f89d5cc605a869a48425fccbd880

Commit:782b016
Author:pragnagopa
Committer:pragnagopa

Added subtree from https://github.com/azure/azure-functions-language-worker-protobuf

Commit:1f89c6e
Author:pragnagopa

Addressing CR.

Commit:2c6150b
Author:mamaso
Committer:GitHub

Update FunctionRpc.proto

Commit:7ec992f
Author:Junyi Yi

Update the sample code for demo.

Commit:f5aa1b6
Author:Junyi Yi

Refine Binding data type support for java worker.

Commit:67e63e3
Author:Junyi Yi

Upgrade code to match the latest protobuf contract.

Commit:6df56a3
Author:Junyi Yi

Introduce core interface project and restructure the project.

Commit:2e7a4a1
Author:Junyi Yi

Update architecture and handle several requests.

Commit:ab7c74f
Author:Junyi Yi

Setup gRPC client and encode/decode messages.

Commit:37845e6
Author:Junyi Yi

Prototype using gRPC which supports String type.