Skip to content

Commit

Permalink
feat: update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed May 25, 2023
1 parent 9002b16 commit a9800ea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

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

## 🩹 Fixes

- 🐛 **gRPC plugin**: allow specifying wildcards in the `proto` field: [PR](https://github.com/roadrunner-server/roadrunner/issues/1553), (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)
- 🐛 **JOBS plugin**: Incorrect parsing of JSON configuration values: [BUG](https://github.com/roadrunner-server/roadrunner/issues/1557), (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
2 changes: 1 addition & 1 deletion schemas/config/3.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@
},
"proto": {
"type": "array",
"description": "Proto file to use, multiply files supported [SINCE 2.6]",
"description": "Proto file to use, multiply files supported [SINCE 2.6]. As of [v2023.1.4], wilcards are allowed in the proto field",
"items": {
"type": "string"
}
Expand Down

0 comments on commit a9800ea

Please sign in to comment.