Skip to content

Commit

Permalink
[#1575]: release: v2023.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rustatian authored May 25, 2023
2 parents d1a6afb + 0e68455 commit d1a39a5
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 105 deletions.
5 changes: 3 additions & 2 deletions .rr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1751,10 +1751,11 @@ grpc:
# This option is required
listen: "tcp://127.0.0.1:9001"

# Proto file to use, multiply files supported [SINCE 2.6]
# Proto file to use, multiply files supported [SINCE 2.6]. As of v2023.1.4, wilcards are allowed in the proto field.
#
# This option is required
proto:
- "*.proto" # wilcard
- "first.proto"
- "second.proto"

Expand Down Expand Up @@ -2025,7 +2026,7 @@ centrifuge:
#
# Optional, default: roadrunner
name: "roadrunner"

# Workers pool settings.
pool:
# Debug mode for the pool. In this mode, pool will not pre-allocate the worker. Worker (only 1, num_workers ignored) will be allocated right after the request arrived.
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

# <center> 🚀 v2023.1.4 🚀 </center>

## 🩹 Fixes

- 🐛 **gRPC plugin**: allow specifying wildcards in the `proto` field: [PR](https://github.com/roadrunner-server/grpc/pull/90), (thanks @MaxSem)
- 🐛 **SDK (internal)**: Workers are killed during processing when memory usage is exeeded: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1561), (thanks @ekisu)
- 🐛 **JOBS plugin**: Jobs plugin hangd on many workers and pollers: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1568), (thanks @embargo2710)
- 🐛 **JOBS plugin**: Safe shutdown occurs before the specified time: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1567), (thanks @embargo2710)
- 🐛 **AMQP plugin**: Typo in the property name (`multiple_ack`): [BUG](https://github.com/roadrunner-server/roadrunner/issues/1565), (thanks @embargo2710)

### <center>🧹 Chore:</center>

- 🧑‍🏭 **Dependencies**: update project dependencies.

---

# <center> 🚀 v2023.1.3 🚀 </center>

## 🩹 Fixes
Expand Down
68 changes: 34 additions & 34 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,45 @@ require (
github.com/fatih/color v1.15.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
github.com/roadrunner-server/amqp/v4 v4.5.0
github.com/roadrunner-server/amqp/v4 v4.4.11
github.com/roadrunner-server/api/v4 v4.3.2
github.com/roadrunner-server/app-logger/v4 v4.0.7
github.com/roadrunner-server/beanstalk/v4 v4.2.8
github.com/roadrunner-server/boltdb/v4 v4.3.7
github.com/roadrunner-server/centrifuge/v4 v4.1.8
github.com/roadrunner-server/config/v4 v4.3.2
github.com/roadrunner-server/beanstalk/v4 v4.2.9
github.com/roadrunner-server/boltdb/v4 v4.3.8
github.com/roadrunner-server/centrifuge/v4 v4.1.9
github.com/roadrunner-server/config/v4 v4.3.3
github.com/roadrunner-server/endure/v2 v2.2.1
github.com/roadrunner-server/errors v1.2.0
github.com/roadrunner-server/fileserver/v4 v4.0.11
github.com/roadrunner-server/fileserver/v4 v4.0.12
github.com/roadrunner-server/goridge/v3 v3.6.2
github.com/roadrunner-server/grpc/v4 v4.1.12
github.com/roadrunner-server/gzip/v4 v4.0.10
github.com/roadrunner-server/headers/v4 v4.0.9
github.com/roadrunner-server/http/v4 v4.1.10
github.com/roadrunner-server/informer/v4 v4.1.7
github.com/roadrunner-server/jobs/v4 v4.3.9
github.com/roadrunner-server/kafka/v4 v4.1.10
github.com/roadrunner-server/kv/v4 v4.1.9
github.com/roadrunner-server/lock/v4 v4.0.8
github.com/roadrunner-server/logger/v4 v4.1.7
github.com/roadrunner-server/grpc/v4 v4.1.13
github.com/roadrunner-server/gzip/v4 v4.0.11
github.com/roadrunner-server/headers/v4 v4.0.10
github.com/roadrunner-server/http/v4 v4.1.11
github.com/roadrunner-server/informer/v4 v4.1.8
github.com/roadrunner-server/jobs/v4 v4.3.10
github.com/roadrunner-server/kafka/v4 v4.1.11
github.com/roadrunner-server/kv/v4 v4.1.10
github.com/roadrunner-server/lock/v4 v4.0.9
github.com/roadrunner-server/logger/v4 v4.1.8
github.com/roadrunner-server/memcached/v4 v4.1.8
github.com/roadrunner-server/memory/v4 v4.2.7
github.com/roadrunner-server/metrics/v4 v4.0.9
github.com/roadrunner-server/nats/v4 v4.2.7
github.com/roadrunner-server/otel/v4 v4.1.12
github.com/roadrunner-server/prometheus/v4 v4.0.11
github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.9
github.com/roadrunner-server/redis/v4 v4.1.10
github.com/roadrunner-server/resetter/v4 v4.0.4
github.com/roadrunner-server/rpc/v4 v4.1.9
github.com/roadrunner-server/memory/v4 v4.2.8
github.com/roadrunner-server/metrics/v4 v4.0.10
github.com/roadrunner-server/nats/v4 v4.2.8
github.com/roadrunner-server/otel/v4 v4.1.13
github.com/roadrunner-server/prometheus/v4 v4.0.12
github.com/roadrunner-server/proxy_ip_parser/v4 v4.0.10
github.com/roadrunner-server/redis/v4 v4.1.11
github.com/roadrunner-server/resetter/v4 v4.0.5
github.com/roadrunner-server/rpc/v4 v4.1.10
github.com/roadrunner-server/sdk/v4 v4.2.6
github.com/roadrunner-server/send/v4 v4.0.10
github.com/roadrunner-server/server/v4 v4.1.6
github.com/roadrunner-server/service/v4 v4.1.6
github.com/roadrunner-server/sqs/v4 v4.2.9
github.com/roadrunner-server/static/v4 v4.0.10
github.com/roadrunner-server/status/v4 v4.1.10
github.com/roadrunner-server/tcp/v4 v4.0.9
github.com/roadrunner-server/send/v4 v4.0.11
github.com/roadrunner-server/server/v4 v4.1.8
github.com/roadrunner-server/service/v4 v4.1.7
github.com/roadrunner-server/sqs/v4 v4.2.10
github.com/roadrunner-server/static/v4 v4.0.11
github.com/roadrunner-server/status/v4 v4.1.11
github.com/roadrunner-server/tcp/v4 v4.0.10
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.3
Expand All @@ -60,7 +60,7 @@ exclude github.com/uber-go/tally/v4 v4.1.7

require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/aws/aws-sdk-go v1.44.268 // indirect
github.com/aws/aws-sdk-go v1.44.269 // indirect
github.com/aws/aws-sdk-go-v2 v1.18.0 // indirect
github.com/aws/aws-sdk-go-v2/config v1.18.25 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 // indirect
Expand Down Expand Up @@ -191,7 +191,7 @@ require (
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.9.1 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/genproto v0.0.0-20230524185152-1884fd1fac28 // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
Loading

0 comments on commit d1a39a5

Please sign in to comment.