Skip to content

Commit

Permalink
Merge pull request #39 from temporalio/⚡feature/release_1.0.0
Browse files Browse the repository at this point in the history
⚡ feat(release): 1.0.0 release
  • Loading branch information
rustatian authored Mar 2, 2021
2 parents a16d9b5 + c5665d7 commit 988195f
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

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`.
Expand Down
1 change: 1 addition & 0 deletions client/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func (p *Plugin) Serve() chan error {

if err != nil {
errCh <- errors.E(op, err)
return errCh
}

p.log.Debug("connected to temporal server", "address", p.cfg.Address)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/golang/protobuf v1.4.3
github.com/json-iterator/go v1.1.10
github.com/pborman/uuid v1.2.1
github.com/spiral/endure v1.0.0-beta.23
github.com/spiral/endure v1.0.0-RC.2
github.com/spiral/errors v1.0.9
github.com/spiral/roadrunner/v2 v2.0.0-RC.3
github.com/spiral/roadrunner/v2 v2.0.0
github.com/stretchr/testify v1.7.0
go.temporal.io/api v1.4.0
go.temporal.io/sdk v1.5.0
Expand Down
Loading

0 comments on commit 988195f

Please sign in to comment.