๐ New:
- โ [ALPHA] gRPC plugin:
buf
remote plugins support for theprotoc-gen-php-grpc
plugin. FR, (thanks @rauanmayemir) - โ Temporal plugin:
mTLS
support. FR, (thanks @seregazhuk)
temporal:
address: 127.0.0.1:7233
cache_size: 100000
activities:
num_workers: 4
tls:
key: client.key
cert: client.pem
root_ca: ca.cert
client_auth_type: require_and_verify_client_cert
server_name: "tls-sample"
๐ฉน Fixes:
- ๐ Config plugin: properly replace environment variables for the array
yaml
values. BUG, (thanks @lyt8384)
๐งน Chore:
- ๐งโ๐ญ: [ALPHA] gRPC plugin:
base64
decoder for the google'sErrorProto
structure. FR, (thanks @rauanmayemir)