Skip to content

Commit

Permalink
[#1947]: release: v2024.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian authored Jun 20, 2024
2 parents 2676eeb + 8cf7610 commit 2b72beb
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 54 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ coverage
rr.exe
.rr-sample-*
.pid
.vscode
.vscode
.DS_Store
**/.DS_Store
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

# 🚀 v2024.1.5 🚀

### `Status` plugin:
- 🐛: Fix k8s-related problem, when status was not available during the graceful shutdown process: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1924). (thanks @cv65kr)

### `JOBS` plugin:
- 🔥: Experimentally added new handlers for the more canonical `ACK`, `NACK`, and `REQUEUE` operations for the `JOBS` drivers. PHP SDK will be updated soon. [FR](https://github.com/roadrunner-server/roadrunner/issues/1941), (thanks @shieldz80)

### ✏️ Future changes:
- 💡: Configuration includes will be out of experimental status in the next minor release (`v2024.2.0`) and currently don't have restrictions on where to put the included config. Keep in mind that the path for the included configurations is calculated from the working directory of the RoadRunner process. [FR](https://github.com/roadrunner-server/roadrunner/issues/935)

---

# 🚀 v2024.1.4 🚀

### `Temporal` plugin:
Expand Down
106 changes: 53 additions & 53 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,49 +8,49 @@ require (
github.com/fatih/color v1.17.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
github.com/roadrunner-server/amqp/v4 v4.11.4
github.com/roadrunner-server/amqp/v4 v4.11.5
github.com/roadrunner-server/api/v4 v4.12.0
github.com/roadrunner-server/app-logger/v4 v4.4.4
github.com/roadrunner-server/beanstalk/v4 v4.8.4
github.com/roadrunner-server/boltdb/v4 v4.9.4
github.com/roadrunner-server/centrifuge/v4 v4.9.4
github.com/roadrunner-server/config/v4 v4.9.2
github.com/roadrunner-server/app-logger/v4 v4.4.5
github.com/roadrunner-server/beanstalk/v4 v4.8.5
github.com/roadrunner-server/boltdb/v4 v4.9.5
github.com/roadrunner-server/centrifuge/v4 v4.9.5
github.com/roadrunner-server/config/v4 v4.9.3
github.com/roadrunner-server/endure/v2 v2.4.5
github.com/roadrunner-server/errors v1.4.0
github.com/roadrunner-server/fileserver/v4 v4.3.4
github.com/roadrunner-server/fileserver/v4 v4.3.5
github.com/roadrunner-server/goridge/v3 v3.8.2
github.com/roadrunner-server/grpc/v4 v4.8.6
github.com/roadrunner-server/gzip/v4 v4.3.4
github.com/roadrunner-server/headers/v4 v4.4.4
github.com/roadrunner-server/http/v4 v4.7.6
github.com/roadrunner-server/informer/v4 v4.5.4
github.com/roadrunner-server/jobs/v4 v4.9.4
github.com/roadrunner-server/kafka/v4 v4.6.4
github.com/roadrunner-server/kv/v4 v4.6.4
github.com/roadrunner-server/lock/v4 v4.7.4
github.com/roadrunner-server/logger/v4 v4.4.4
github.com/roadrunner-server/memcached/v4 v4.5.4
github.com/roadrunner-server/memory/v4 v4.8.4
github.com/roadrunner-server/metrics/v4 v4.3.4
github.com/roadrunner-server/nats/v4 v4.8.4
github.com/roadrunner-server/otel/v4 v4.5.4
github.com/roadrunner-server/grpc/v4 v4.8.7
github.com/roadrunner-server/gzip/v4 v4.3.5
github.com/roadrunner-server/headers/v4 v4.4.5
github.com/roadrunner-server/http/v4 v4.7.7
github.com/roadrunner-server/informer/v4 v4.5.5
github.com/roadrunner-server/jobs/v4 v4.9.5
github.com/roadrunner-server/kafka/v4 v4.6.5
github.com/roadrunner-server/kv/v4 v4.6.5
github.com/roadrunner-server/lock/v4 v4.7.5
github.com/roadrunner-server/logger/v4 v4.4.5
github.com/roadrunner-server/memcached/v4 v4.5.5
github.com/roadrunner-server/memory/v4 v4.8.5
github.com/roadrunner-server/metrics/v4 v4.3.5
github.com/roadrunner-server/nats/v4 v4.8.5
github.com/roadrunner-server/otel/v4 v4.5.5
github.com/roadrunner-server/prometheus/v4 v4.3.4
github.com/roadrunner-server/proxy_ip_parser/v4 v4.3.4
github.com/roadrunner-server/redis/v4 v4.4.4
github.com/roadrunner-server/resetter/v4 v4.3.4
github.com/roadrunner-server/rpc/v4 v4.4.4
github.com/roadrunner-server/proxy_ip_parser/v4 v4.3.5
github.com/roadrunner-server/redis/v4 v4.4.5
github.com/roadrunner-server/resetter/v4 v4.3.5
github.com/roadrunner-server/rpc/v4 v4.4.5
github.com/roadrunner-server/sdk/v4 v4.7.3
github.com/roadrunner-server/send/v4 v4.4.3
github.com/roadrunner-server/server/v4 v4.8.4
github.com/roadrunner-server/service/v4 v4.7.4
github.com/roadrunner-server/sqs/v4 v4.8.4
github.com/roadrunner-server/server/v4 v4.8.5
github.com/roadrunner-server/service/v4 v4.7.5
github.com/roadrunner-server/sqs/v4 v4.8.5
github.com/roadrunner-server/static/v4 v4.3.3
github.com/roadrunner-server/status/v4 v4.6.4
github.com/roadrunner-server/tcp/v4 v4.5.4
github.com/roadrunner-server/status/v4 v4.6.5
github.com/roadrunner-server/tcp/v4 v4.5.5
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/temporalio/roadrunner-temporal/v4 v4.9.0
github.com/temporalio/roadrunner-temporal/v4 v4.9.1
go.uber.org/automaxprocs v1.5.3
)

Expand All @@ -64,20 +64,20 @@ exclude (

require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.54.0 // indirect
github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.18 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 // indirect
github.com/aws/aws-sdk-go v1.54.6 // indirect
github.com/aws/aws-sdk-go-v2 v1.30.0 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.21 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.21 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.8 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.12 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.12 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 // indirect
github.com/aws/aws-sdk-go-v2/service/sqs v1.32.6 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.14 // indirect
github.com/aws/aws-sdk-go-v2/service/sqs v1.33.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.21.1 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.25.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.29.1 // indirect
github.com/aws/smithy-go v1.20.2 // indirect
github.com/beanstalkd/go-beanstalk v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand All @@ -101,7 +101,7 @@ require (
github.com/gofiber/fiber/v2 v2.52.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.7.0-rc.1 // indirect
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
github.com/google/pprof v0.0.0-20240618054019-d3b898a103f8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
Expand All @@ -119,7 +119,7 @@ require (
github.com/mholt/acmez/v2 v2.0.1 // indirect
github.com/miekg/dns v1.1.61 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nats-io/nats.go v1.35.0 // indirect
github.com/nats-io/nats.go v1.36.0 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
Expand Down Expand Up @@ -159,7 +159,7 @@ require (
github.com/twmb/murmur3 v1.1.8 // indirect
github.com/uber-go/tally/v4 v4.1.17-0.20240412215630-22fe011f5ff0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.54.0 // indirect
github.com/valyala/fasthttp v1.55.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
Expand All @@ -181,25 +181,25 @@ require (
go.opentelemetry.io/otel/trace v1.27.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.temporal.io/api v1.34.0 // indirect
go.temporal.io/sdk v1.26.1 // indirect
go.temporal.io/sdk/contrib/opentelemetry v0.5.0 // indirect
go.temporal.io/sdk v1.27.0 // indirect
go.temporal.io/sdk/contrib/opentelemetry v0.6.0 // indirect
go.temporal.io/sdk/contrib/tally v0.2.0 // indirect
go.temporal.io/server v1.24.1 // indirect
go.temporal.io/server v1.24.2 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/mock v0.4.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.22.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit 2b72beb

Please sign in to comment.