summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-16 17:40:39 +0200
committerGitHub <[email protected]>2022-05-16 17:40:39 +0200
commit8c32984d7c30fe913ba5f0f6eb727775e8540e0b (patch)
tree478f669ac2e8629c8aa62fa06a4571d7d1fe147f /CHANGELOG.md
parent24366385286db8b4bd679446c23c48d9db1ec3cc (diff)
parent789d280c23b58271ed5711bdd1245973ccac5694 (diff)
[#1131]: release: `v2.10.0`v2.10.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf8fc871..9e00190a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
# CHANGELOG
-## v2.10.0-rc.1 (10.05.2022)
+## v2.10.0 (16.05.2022)
## ๐Ÿ‘€ New:
-
+- โœ๏ธ Documentation update: [link](https://roadrunner.dev).
- โœ๏ธ **RoadRunner-Temporal plugin now supports local activities**. Here is the brief overview: [link](https://docs.temporal.io/docs/temporal-explained/activities/#local-activity).
- โœ๏ธ Add Debian `amd64` releases. [FEATURE](https://github.com/roadrunner-server/roadrunner/issues/940)
- โœ๏ธ Add signed releases. Starting from the `v2.10.0`, every released binary can be checked with a provided `*.asc` key. For example:
@@ -16,7 +16,7 @@ The openPGP key can be verified here: [keyserver](https://keyserver.ubuntu.com/p
- โœ๏ธ All proto api for the `Go` programming language located here: [link](https://buf.build/roadrunner-server/api). To use it, just import the latest stable version `go.buf.build/protocolbuffers/go/roadrunner-server/api latest`.
- โœ๏ธ `Service` plugin now supports auto-reload. It can be added to the `reload` plugin targets and on change, it'll reload all underlying processes.
- โœ๏ธ `AutoAck` jobs option. For the messages (jobs), which are acceptable to lose. Or which execution can lead to a worker's stop (for example - OOM).
-- โœ๏ธ **[BETA] OpenTelemetry support**. Starting from now, the `new_relic` middleware is deprecated, it'll receive only dependency updates and will be removed from the RR bundle in the `v2.12.0`.
+- โœ๏ธ **[BETA] OpenTelemetry support**. Starting from now, the `new_relic` middleware is deprecated, it'll receive only dependency updates and will be removed from the RR bundle in the `v2.12.0`. (thanks @brettmc)
OpenTelemetry plugin supports the following exporters:
1. OTLP (open telemetry protocol): `datadog`, `new relic`.
2. zipkin
@@ -69,6 +69,9 @@ otel:
PHP worker can access tracing data via `w3c` [headers](https://www.w3.org/TR/trace-context/#trace-context-http-headers-format).
+- โœ๏ธ Jobs can be auto-ack'ed now. New option used to acknowledge a message after RR receive it from the queue. [FR](https://github.com/roadrunner-server/roadrunner/issues/1089), (thanks @hustlahusky)
+- โœ๏ธ `protoc-gen-php-grpc` now supports `optional` fields. (thanks @genhoi)
+
## ๐Ÿงน Chore:
- ๐Ÿง‘โ€๐Ÿญ: All spaces and new-lines from the `Service` plugin output will be automatically trimmed. [CHORE](https://github.com/roadrunner-server/roadrunner/issues/1060), (thanks, @OO00O0O)