Skip to content

Commit

Permalink
chore: release v2023.3.9
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Jan 11, 2024
1 parent 7358357 commit e16d3ca
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 109 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# CHANGELOG

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

### `HTTP` plugin

- 🐛️ Streaming responses can experience a lock-up when the client disconnects early, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1830), (thanks @segrax)

### `SQS` JOBS driver

- 🐛️ Use user specified credentials if they are set even if we're inside AWS, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1833), (thanks @matteokov)

### `Services` plugin

- 🐛️ Services directly killed when restarting on terminating. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1814), (thanks @chazzbg)

### `Redis` KV driver

- 🐛️ Correctly finish the OTEL span. [PR](https://github.com/roadrunner-server/redis/pull/62), (thanks @Kaspiman)

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

- 🧑‍🏭 **Dependencies**: update project/system dependencies.
- 🧑‍🏭 **Docs**: update docs, [BUG](https://github.com/roadrunner-server/roadrunner/issues/1819).

---

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

### `HTTP` plugin
Expand Down Expand Up @@ -39,7 +64,6 @@

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


---

# <center> 🚀 v2023.3.6 🚀 </center>
Expand Down
72 changes: 36 additions & 36 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,45 +10,45 @@ require (
github.com/fatih/color v1.16.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
github.com/roadrunner-server/amqp/v4 v4.9.10
github.com/roadrunner-server/amqp/v4 v4.9.11
github.com/roadrunner-server/api/v4 v4.10.0
github.com/roadrunner-server/app-logger/v4 v4.2.9
github.com/roadrunner-server/beanstalk/v4 v4.6.3
github.com/roadrunner-server/boltdb/v4 v4.7.11
github.com/roadrunner-server/centrifuge/v4 v4.6.1
github.com/roadrunner-server/config/v4 v4.6.5
github.com/roadrunner-server/app-logger/v4 v4.2.10
github.com/roadrunner-server/beanstalk/v4 v4.6.4
github.com/roadrunner-server/boltdb/v4 v4.7.12
github.com/roadrunner-server/centrifuge/v4 v4.6.2
github.com/roadrunner-server/config/v4 v4.6.6
github.com/roadrunner-server/endure/v2 v2.4.3
github.com/roadrunner-server/errors v1.3.0
github.com/roadrunner-server/fileserver/v4 v4.1.13
github.com/roadrunner-server/fileserver/v4 v4.1.14
github.com/roadrunner-server/goridge/v3 v3.8.1
github.com/roadrunner-server/grpc/v4 v4.6.3
github.com/roadrunner-server/gzip/v4 v4.1.13
github.com/roadrunner-server/headers/v4 v4.2.14
github.com/roadrunner-server/http/v4 v4.4.11
github.com/roadrunner-server/informer/v4 v4.3.12
github.com/roadrunner-server/jobs/v4 v4.7.11
github.com/roadrunner-server/kafka/v4 v4.4.14
github.com/roadrunner-server/kv/v4 v4.4.12
github.com/roadrunner-server/lock/v4 v4.5.10
github.com/roadrunner-server/logger/v4 v4.2.12
github.com/roadrunner-server/memcached/v4 v4.3.11
github.com/roadrunner-server/memory/v4 v4.6.12
github.com/roadrunner-server/metrics/v4 v4.1.14
github.com/roadrunner-server/nats/v4 v4.6.5
github.com/roadrunner-server/otel/v4 v4.3.10
github.com/roadrunner-server/prometheus/v4 v4.1.13
github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.13
github.com/roadrunner-server/redis/v4 v4.2.14
github.com/roadrunner-server/resetter/v4 v4.0.19
github.com/roadrunner-server/rpc/v4 v4.2.13
github.com/roadrunner-server/grpc/v4 v4.6.4
github.com/roadrunner-server/gzip/v4 v4.1.14
github.com/roadrunner-server/headers/v4 v4.2.15
github.com/roadrunner-server/http/v4 v4.4.12
github.com/roadrunner-server/informer/v4 v4.3.13
github.com/roadrunner-server/jobs/v4 v4.7.12
github.com/roadrunner-server/kafka/v4 v4.4.15
github.com/roadrunner-server/kv/v4 v4.4.13
github.com/roadrunner-server/lock/v4 v4.5.11
github.com/roadrunner-server/logger/v4 v4.2.13
github.com/roadrunner-server/memcached/v4 v4.3.12
github.com/roadrunner-server/memory/v4 v4.6.13
github.com/roadrunner-server/metrics/v4 v4.1.15
github.com/roadrunner-server/nats/v4 v4.6.6
github.com/roadrunner-server/otel/v4 v4.3.11
github.com/roadrunner-server/prometheus/v4 v4.1.14
github.com/roadrunner-server/proxy_ip_parser/v4 v4.1.14
github.com/roadrunner-server/redis/v4 v4.2.15
github.com/roadrunner-server/resetter/v4 v4.0.20
github.com/roadrunner-server/rpc/v4 v4.2.14
github.com/roadrunner-server/sdk/v4 v4.5.6
github.com/roadrunner-server/send/v4 v4.2.13
github.com/roadrunner-server/server/v4 v4.5.5
github.com/roadrunner-server/service/v4 v4.5.1
github.com/roadrunner-server/sqs/v4 v4.6.0
github.com/roadrunner-server/static/v4 v4.1.13
github.com/roadrunner-server/status/v4 v4.4.11
github.com/roadrunner-server/tcp/v4 v4.3.10
github.com/roadrunner-server/send/v4 v4.2.14
github.com/roadrunner-server/server/v4 v4.5.6
github.com/roadrunner-server/service/v4 v4.5.2
github.com/roadrunner-server/sqs/v4 v4.6.1
github.com/roadrunner-server/static/v4 v4.1.14
github.com/roadrunner-server/status/v4 v4.4.12
github.com/roadrunner-server/tcp/v4 v4.3.11
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.4
Expand All @@ -64,7 +64,7 @@ exclude (

require (
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/aws/aws-sdk-go v1.49.17 // indirect
github.com/aws/aws-sdk-go v1.49.18 // indirect
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
github.com/aws/aws-sdk-go-v2/config v1.26.3 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.16.14 // indirect
Expand Down Expand Up @@ -194,7 +194,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
Expand Down
Loading

0 comments on commit e16d3ca

Please sign in to comment.