-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,51 @@ | ||
CHANGELOG | ||
========= | ||
|
||
v2.0.1 (09.03.2021) | ||
v1.0.3 (06.04.2021) | ||
------------------- | ||
-🪛 Use `runCommand` instead of `pushCommand` because of phantom unexpected responses in the workflow process `Close` method. | ||
|
||
## 🩹 Fixes: | ||
|
||
- 🐛 Fix bug with the worker which does not follow common grace period. | ||
|
||
## 🧹 Updates | ||
|
||
- 📦 Bump RR to 2.1.0 | ||
|
||
v1.0.2 (09.03.2021) | ||
------------------- | ||
|
||
## 🧹 Updates | ||
|
||
- 📦 Bump RR to 2.0.2 | ||
|
||
v1.0.1 (09.03.2021) | ||
------------------- | ||
-🪛 Use `runCommand` instead of `pushCommand` because of phantom unexpected responses in the workflow process `Close` | ||
method. | ||
|
||
- 📦 Bump Endure container to v1.0.0. | ||
- 📦 Bump RR2 to v2.0.1. | ||
- 📦 Bump golang version in the CI and in the `go.mod` to 1.16 | ||
|
||
v1.0.0 (02.03.2021) | ||
------------------- | ||
|
||
- ⬆️ Update temporal in the `docker-compose.yaml` to `1.7.0`. | ||
- ⬆️ Endure update to `v1.0.0-RC.2` | ||
- ⬆️ RR update to `v2.0.0` | ||
|
||
v1.0.0-RC.2 (17.02.2021) | ||
------------------- | ||
|
||
- Update `docker-compose.yaml`, use `postgres` instead of `cassandra`. | ||
- Endure update to v1.0.0-RC.2 | ||
- Roadrunner core update to v2.0.0-RC.3 (ref: [release](https://github.com/spiral/roadrunner/releases/tag/v2.0.0-RC.3)) | ||
|
||
v1.0.0-RC.1 (11.02.2021) | ||
------------------- | ||
|
||
- RR-Core to v2.0.0-RC.1 | ||
- Endure update to v1.0.0-beta.23 | ||
- Change `RR_MODE` to `temporal` in the `activity` and `workflow` plugins. | ||
- Change `RR_MODE` to `temporal` in the `activity` and `workflow` plugins. | ||
- Non significant improvements (comments, errors.E usage, small logical issues) |