Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v2023.3.9 #1835

Merged
merged 2 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# 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)

### `Service` plugin

- πŸ›οΈ Services directly killed when restarting on terminating. [BUG](https://github.com/roadrunner-server/roadrunner/issues/1814), (thanks @chazzbg)

### `Server` plugin

- πŸ”₯ Add `user` param to `on_init` command section. [PR](https://github.com/roadrunner-server/server/pull/68), [docs](https://roadrunner.dev/docs/plugins-server/current/en#configuration), (thanks @Kaspiman)

### `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).

---

rustatian marked this conversation as resolved.
Show resolved Hide resolved
# <center> πŸš€ v2023.3.8 πŸš€ </center>

### `HTTP` plugin
Expand Down Expand Up @@ -39,7 +68,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
Loading