Releases: temporalio/roadrunner-temporal
Releases · temporalio/roadrunner-temporal
v1.0.11
v1.0.11-rc.1
[#120]: fix(heartbeat): record hb context right after hb check
v1.0.10
v1.0.10-rc.2
What's Changed
- Bump github.com/spiral/roadrunner/v2 from 2.5.0-rc.1 to 2.5.0-rc.2 by @dependabot in #104
- fix(ci): remove golangci as constantly failing in the GA by @rustatian in #105
Full Changelog: v1.0.10-rc.1...v1.0.10-rc.2
v1.0.10-rc.1
What's Changed
- Bump github.com/spiral/roadrunner/v2 from 2.5.0-beta.1 to 2.5.0-beta.3 by @dependabot in #98
- Bump github.com/spiral/roadrunner-plugins/v2 from 2.5.0-beta.2 to 2.5.0-beta.3 by @dependabot in #97
- Bump github.com/spiral/roadrunner/v2 from 2.5.0-beta.3 to 2.5.0-beta.4 by @dependabot in #100
- Bump github.com/spiral/endure from 1.0.4 to 1.0.5 by @dependabot in #99
- Bump github.com/spiral/endure from 1.0.5 to 1.0.6 by @dependabot in #101
- Bump github.com/spiral/roadrunner/v2 from 2.5.0-beta.4 to 2.5.0-rc.1 by @dependabot in #102
- Bump github.com/spiral/roadrunner-plugins/v2 from 2.5.0-beta.3 to 2.5.0-rc.1 by @dependabot in #103
Full Changelog: v1.0.10-beta.1...v1.0.10-rc.1
Release BETA v1.0.10-beta.1
🧹 Packages:
- 🤖 Update temporal go-sdk to
v1.10.0
Release. - 📦 Update RR to 2.5.0-beta.1
v1.0.10-alpha.1
🧹 Packages:
- 🤖 Update temporal go-sdk to
v1.10.0
Release. - 📦 Update RR to 2.5.0-alpha.1
v1.0.9
👀 New:
- ✏️ Expose all temporal metrics. New
metrics
options in the configuration to set up Prometheus metrics.
Metrics sections sample inside thetemporal
section:
# Temporal metrics
#
# Optional section
metrics:
# Server metrics address
#
# Required for the production. Default: 127.0.0.1:9091, for the metrics 127.0.0.1:9091/metrics
address: 127.0.0.1:9091
# Metrics type
#
# Default: "summary". Supported values: summary, histogram
type: "summary"
# Temporal metrics prefix
#
# Default: (empty)
prefix: "foobar"
🩹 Fixes:
- 🐛 Fix invalid child workflow ID error propagation to PHP worker. BUG
🧹 Updates:
- 💯 Update to Go 1.17.
- 🤖 Update temporal go-sdk to
v1.9.0
Release. - 📦 Update RR to 2.4.0
v1.0.9-beta.1
👀 New:
- ✏️ Expose all temporal metrics. New
metrics
options in the configuration to set up Prometheus metrics.
Metrics sections sample inside thetemporal
section:
# Temporal metrics
#
# Optional section
metrics:
# Server metrics address
#
# Required for the production. Default: 127.0.0.1:9091, for the metrics 127.0.0.1:9091/metrics
address: 127.0.0.1:9091
# Metrics type
#
# Default: "summary". Supported values: summary, histogram
type: "summary"
# Temporal metrics prefix
#
# Default: (empty)
prefix: "foobar"
🩹 Fixes:
- 🐛 Fix invalid child workflow ID error propagation to PHP worker. BUG
🧹 Updates:
- 🤖 Update temporal go-sdk to
v1.9.0
Release. - 📦 Update RR to 2.4.0