Skip to content

Commit 651cb40

Browse files
authored
[#2001]: release: v2024.2.1
2 parents e1a1a90 + e4dd4b2 commit 651cb40

File tree

3 files changed

+278
-260
lines changed

3 files changed

+278
-260
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,31 @@
11
# CHANGELOG
22

3+
# 🚀 v2024.2.1 🚀
4+
5+
### `OTEL` plugin:
6+
7+
- 🔥: Several improvements by @devnev: Do not set `Endpoint` and `Headers` for gRPC if they're empty: [PR](https://github.com/roadrunner-server/otel/pull/62), Support standard `OTEL` exporter protocol environment variables: [PR](https://github.com/roadrunner-server/otel/pull/63). (thanks @devnev)
8+
9+
### `RoadRunner-Temporal` plugin:
10+
- 🐛: gRPC client closed too early after shutdown: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1986). (thanks @kkosowski-p)
11+
12+
### `AMQP` driver:
13+
- 🐛: `redial_timeout` was not respected when dynamically creating pipeline. [BUG](https://github.com/roadrunner-server/roadrunner/issues/2000), (thanks @algirdasci)
14+
15+
### <center>🧹 Chore:</center>
16+
17+
- 🧑‍🏭: All plugins were updated to Go 1.23 (including `Velox` Dockerfile).
18+
19+
---
20+
321
# 🚀 v2024.2.0 🚀
422

523
# Upgrade guide: [link](https://docs.roadrunner.dev/docs/general/compatibility#upgrading-to-roadrunner-v2024.2.x)
624

725
## Community plugins
826

9-
We are introducing a new term in the RoadRunner community — Community plugins.
10-
If you have a brilliant idea for the http middleware or JOBS driver or even a new plugin - feel free to check our
27+
We are introducing a new term in the RoadRunner community — Community plugins.
28+
If you have a brilliant idea for the http middleware or JOBS driver or even a new plugin - feel free to check our
1129
[Customization](../customization) tutorials, create and notify us about your plugin.
1230

1331
## Plugins updates:

go.mod

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@ module github.com/roadrunner-server/roadrunner/v2024
22

33
go 1.23
44

5-
toolchain go1.23.0
5+
toolchain go1.23.1
66

77
require (
88
github.com/buger/goterm v1.0.4
99
github.com/dustin/go-humanize v1.0.1
1010
github.com/fatih/color v1.17.0
1111
github.com/joho/godotenv v1.5.1
1212
github.com/olekukonko/tablewriter v0.0.5
13-
github.com/roadrunner-server/amqp/v5 v5.0.2
13+
github.com/roadrunner-server/amqp/v5 v5.0.4
1414
github.com/roadrunner-server/api/v4 v4.16.0
15-
github.com/roadrunner-server/app-logger/v5 v5.0.2
16-
github.com/roadrunner-server/beanstalk/v5 v5.0.2
17-
github.com/roadrunner-server/boltdb/v5 v5.0.2
18-
github.com/roadrunner-server/centrifuge/v5 v5.0.2
19-
github.com/roadrunner-server/config/v5 v5.0.2
20-
github.com/roadrunner-server/endure/v2 v2.5.0
15+
github.com/roadrunner-server/app-logger/v5 v5.0.4
16+
github.com/roadrunner-server/beanstalk/v5 v5.0.4
17+
github.com/roadrunner-server/boltdb/v5 v5.0.4
18+
github.com/roadrunner-server/centrifuge/v5 v5.0.4
19+
github.com/roadrunner-server/config/v5 v5.0.4
20+
github.com/roadrunner-server/endure/v2 v2.6.1
2121
github.com/roadrunner-server/errors v1.4.1
22-
github.com/roadrunner-server/fileserver/v5 v5.0.1
23-
github.com/roadrunner-server/google-pub-sub/v5 v5.0.2
22+
github.com/roadrunner-server/fileserver/v5 v5.0.3
23+
github.com/roadrunner-server/google-pub-sub/v5 v5.0.4
2424
github.com/roadrunner-server/goridge/v3 v3.8.3
25-
github.com/roadrunner-server/grpc/v5 v5.0.4
26-
github.com/roadrunner-server/gzip/v5 v5.0.2
27-
github.com/roadrunner-server/headers/v5 v5.0.2
28-
github.com/roadrunner-server/http/v5 v5.0.2
29-
github.com/roadrunner-server/informer/v5 v5.0.2
30-
github.com/roadrunner-server/jobs/v5 v5.0.3
31-
github.com/roadrunner-server/kafka/v5 v5.0.2
32-
github.com/roadrunner-server/kv/v5 v5.0.2
33-
github.com/roadrunner-server/lock/v5 v5.0.2
34-
github.com/roadrunner-server/logger/v5 v5.0.2
35-
github.com/roadrunner-server/memcached/v5 v5.0.2
36-
github.com/roadrunner-server/memory/v5 v5.0.2
37-
github.com/roadrunner-server/metrics/v5 v5.0.2
38-
github.com/roadrunner-server/nats/v5 v5.0.2
39-
github.com/roadrunner-server/otel/v5 v5.0.1
40-
github.com/roadrunner-server/pool v1.0.1
41-
github.com/roadrunner-server/prometheus/v5 v5.0.1
42-
github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.2
43-
github.com/roadrunner-server/redis/v5 v5.0.2
44-
github.com/roadrunner-server/resetter/v5 v5.0.2
45-
github.com/roadrunner-server/rpc/v5 v5.0.2
46-
github.com/roadrunner-server/send/v5 v5.0.1
47-
github.com/roadrunner-server/server/v5 v5.0.2
48-
github.com/roadrunner-server/service/v5 v5.0.2
49-
github.com/roadrunner-server/sqs/v5 v5.0.2
50-
github.com/roadrunner-server/static/v5 v5.0.1
51-
github.com/roadrunner-server/status/v5 v5.0.2
52-
github.com/roadrunner-server/tcp/v5 v5.0.2
25+
github.com/roadrunner-server/grpc/v5 v5.0.6
26+
github.com/roadrunner-server/gzip/v5 v5.0.4
27+
github.com/roadrunner-server/headers/v5 v5.0.4
28+
github.com/roadrunner-server/http/v5 v5.0.4
29+
github.com/roadrunner-server/informer/v5 v5.0.4
30+
github.com/roadrunner-server/jobs/v5 v5.0.5
31+
github.com/roadrunner-server/kafka/v5 v5.0.4
32+
github.com/roadrunner-server/kv/v5 v5.0.4
33+
github.com/roadrunner-server/lock/v5 v5.0.4
34+
github.com/roadrunner-server/logger/v5 v5.0.4
35+
github.com/roadrunner-server/memcached/v5 v5.0.4
36+
github.com/roadrunner-server/memory/v5 v5.0.4
37+
github.com/roadrunner-server/metrics/v5 v5.0.4
38+
github.com/roadrunner-server/nats/v5 v5.0.4
39+
github.com/roadrunner-server/otel/v5 v5.0.3
40+
github.com/roadrunner-server/pool v1.0.2
41+
github.com/roadrunner-server/prometheus/v5 v5.0.3
42+
github.com/roadrunner-server/proxy_ip_parser/v5 v5.0.4
43+
github.com/roadrunner-server/redis/v5 v5.0.4
44+
github.com/roadrunner-server/resetter/v5 v5.0.5
45+
github.com/roadrunner-server/rpc/v5 v5.0.4
46+
github.com/roadrunner-server/send/v5 v5.0.3
47+
github.com/roadrunner-server/server/v5 v5.1.2
48+
github.com/roadrunner-server/service/v5 v5.0.4
49+
github.com/roadrunner-server/sqs/v5 v5.0.4
50+
github.com/roadrunner-server/static/v5 v5.0.3
51+
github.com/roadrunner-server/status/v5 v5.0.4
52+
github.com/roadrunner-server/tcp/v5 v5.0.4
5353
github.com/spf13/cobra v1.8.1
5454
github.com/spf13/viper v1.19.0
5555
github.com/stretchr/testify v1.9.0
56-
github.com/temporalio/roadrunner-temporal/v5 v5.1.0
56+
github.com/temporalio/roadrunner-temporal/v5 v5.1.1
5757
go.uber.org/automaxprocs v1.5.3
5858
)
5959

@@ -67,26 +67,26 @@ exclude (
6767

6868
require (
6969
cloud.google.com/go v0.115.1 // indirect
70-
cloud.google.com/go/auth v0.9.1 // indirect
70+
cloud.google.com/go/auth v0.9.4 // indirect
7171
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
7272
cloud.google.com/go/compute/metadata v0.5.0 // indirect
7373
cloud.google.com/go/iam v1.2.0 // indirect
74-
cloud.google.com/go/pubsub v1.42.0 // indirect
74+
cloud.google.com/go/pubsub v1.43.0 // indirect
7575
github.com/andybalholm/brotli v1.1.0 // indirect
7676
github.com/aws/aws-sdk-go v1.55.5 // indirect
77-
github.com/aws/aws-sdk-go-v2 v1.30.4 // indirect
78-
github.com/aws/aws-sdk-go-v2/config v1.27.31 // indirect
79-
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 // indirect
80-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 // indirect
81-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
82-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
77+
github.com/aws/aws-sdk-go-v2 v1.30.5 // indirect
78+
github.com/aws/aws-sdk-go-v2/config v1.27.33 // indirect
79+
github.com/aws/aws-sdk-go-v2/credentials v1.17.32 // indirect
80+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.13 // indirect
81+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.17 // indirect
82+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.17 // indirect
8383
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
8484
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 // indirect
85-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 // indirect
86-
github.com/aws/aws-sdk-go-v2/service/sqs v1.34.5 // indirect
87-
github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 // indirect
88-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 // indirect
89-
github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 // indirect
85+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.19 // indirect
86+
github.com/aws/aws-sdk-go-v2/service/sqs v1.34.8 // indirect
87+
github.com/aws/aws-sdk-go-v2/service/sso v1.22.7 // indirect
88+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.7 // indirect
89+
github.com/aws/aws-sdk-go-v2/service/sts v1.30.7 // indirect
9090
github.com/aws/smithy-go v1.20.4 // indirect
9191
github.com/beanstalkd/go-beanstalk v0.2.0 // indirect
9292
github.com/beorn7/perks v1.0.1 // indirect
@@ -111,10 +111,10 @@ require (
111111
github.com/gogo/protobuf v1.3.2 // indirect
112112
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
113113
github.com/golang/mock v1.7.0-rc.1 // indirect
114-
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
114+
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
115115
github.com/google/s2a-go v0.1.8 // indirect
116116
github.com/google/uuid v1.6.0 // indirect
117-
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
117+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
118118
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
119119
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
120120
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
@@ -144,12 +144,12 @@ require (
144144
github.com/pierrec/lz4/v4 v4.1.21 // indirect
145145
github.com/pkg/errors v0.9.1 // indirect
146146
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
147-
github.com/prometheus/client_golang v1.20.2 // indirect
147+
github.com/prometheus/client_golang v1.20.3 // indirect
148148
github.com/prometheus/client_model v0.6.1 // indirect
149-
github.com/prometheus/common v0.57.0 // indirect
149+
github.com/prometheus/common v0.59.1 // indirect
150150
github.com/prometheus/procfs v0.15.1 // indirect
151-
github.com/quic-go/qpack v0.4.0 // indirect
152-
github.com/quic-go/quic-go v0.46.0 // indirect
151+
github.com/quic-go/qpack v0.5.1 // indirect
152+
github.com/quic-go/quic-go v0.47.0 // indirect
153153
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
154154
github.com/redis/go-redis/extra/rediscmd/v9 v9.5.3 // indirect
155155
github.com/redis/go-redis/extra/redisotel/v9 v9.5.3 // indirect
@@ -160,7 +160,7 @@ require (
160160
github.com/roadrunner-server/priority_queue v1.0.2 // indirect
161161
github.com/roadrunner-server/tcplisten v1.5.1 // indirect
162162
github.com/robfig/cron v1.2.0 // indirect
163-
github.com/rs/cors v1.11.0 // indirect
163+
github.com/rs/cors v1.11.1 // indirect
164164
github.com/sagikazarmark/locafero v0.6.0 // indirect
165165
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
166166
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
@@ -187,43 +187,43 @@ require (
187187
go.etcd.io/bbolt v1.3.11 // indirect
188188
go.opencensus.io v0.24.0 // indirect
189189
go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.43.0 // indirect
190-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
191-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
192-
go.opentelemetry.io/contrib/propagators/jaeger v1.29.0 // indirect
193-
go.opentelemetry.io/otel v1.29.0 // indirect
194-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
195-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
196-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
197-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 // indirect
198-
go.opentelemetry.io/otel/exporters/zipkin v1.29.0 // indirect
199-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
200-
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
201-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
190+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect
191+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
192+
go.opentelemetry.io/contrib/propagators/jaeger v1.30.0 // indirect
193+
go.opentelemetry.io/otel v1.30.0 // indirect
194+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 // indirect
195+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 // indirect
196+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
197+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.30.0 // indirect
198+
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 // indirect
199+
go.opentelemetry.io/otel/metric v1.30.0 // indirect
200+
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
201+
go.opentelemetry.io/otel/trace v1.30.0 // indirect
202202
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
203203
go.temporal.io/api v1.39.0 // indirect
204-
go.temporal.io/sdk v1.28.1 // indirect
204+
go.temporal.io/sdk v1.29.1 // indirect
205205
go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect
206206
go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
207-
go.temporal.io/server v1.24.2 // indirect
207+
go.temporal.io/server v1.25.0 // indirect
208208
go.uber.org/atomic v1.11.0 // indirect
209209
go.uber.org/mock v0.4.0 // indirect
210210
go.uber.org/multierr v1.11.0 // indirect
211211
go.uber.org/zap v1.27.0 // indirect
212-
golang.org/x/crypto v0.26.0 // indirect
213-
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
214-
golang.org/x/mod v0.20.0 // indirect
215-
golang.org/x/net v0.28.0 // indirect
216-
golang.org/x/oauth2 v0.22.0 // indirect
212+
golang.org/x/crypto v0.27.0 // indirect
213+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
214+
golang.org/x/mod v0.21.0 // indirect
215+
golang.org/x/net v0.29.0 // indirect
216+
golang.org/x/oauth2 v0.23.0 // indirect
217217
golang.org/x/sync v0.8.0 // indirect
218-
golang.org/x/sys v0.24.0 // indirect
219-
golang.org/x/text v0.17.0 // indirect
218+
golang.org/x/sys v0.25.0 // indirect
219+
golang.org/x/text v0.18.0 // indirect
220220
golang.org/x/time v0.6.0 // indirect
221-
golang.org/x/tools v0.24.0 // indirect
222-
google.golang.org/api v0.195.0 // indirect
223-
google.golang.org/genproto v0.0.0-20240827150818-7e3bb234dfed // indirect
224-
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
225-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240827150818-7e3bb234dfed // indirect
226-
google.golang.org/grpc v1.66.0 // indirect
221+
golang.org/x/tools v0.25.0 // indirect
222+
google.golang.org/api v0.197.0 // indirect
223+
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
224+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
225+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
226+
google.golang.org/grpc v1.66.2 // indirect
227227
google.golang.org/protobuf v1.34.2 // indirect
228228
gopkg.in/ini.v1 v1.67.0 // indirect
229229
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect

0 commit comments

Comments
 (0)