Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

feat(release): v2.3.1 release #80

Merged
merged 1 commit into from
Jun 30, 2021
Merged

feat(release): v2.3.1 release #80

merged 1 commit into from
Jun 30, 2021

Conversation

rustatian
Copy link
Contributor

Reason for This PR

  • Next release cycle.

Description of Changes

👀 New:

  • ✏️ Rework broadcast plugin. Add architecture diagrams to the doc folder. PR
  • ✏️ Add Clear method to the KV plugin RPC. PR

🩹 Fixes:

  • 🐛 Fix: Bug with channel deadlock when exec_ttl was used and TTL limit reached PR
  • 🐛 Fix: Bug with healthcheck endpoint when workers were marked as invalid and stay is that state until next request PR
  • 🐛 Fix: Bugs with boltdb storage: Boom, Boom, Boom
  • 🐛 Fix: Bug with incorrect Redis initialization and usage Bug
  • 🐛 Fix: Bug, Goridge duplicate error messages Bug
  • 🐛 Fix: Bug, incorrect request origin check Bug

📦 Packages:

  • 📦 Update goridge to v3.1.4
  • 📦 Update temporal to v1.0.8

📈 Summary:

License Acceptance

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian added C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. stable-nominated Nominated for backporting to the RR-Binary in the beta channel. labels Jun 30, 2021
@rustatian rustatian added this to the 2.3.1 milestone Jun 30, 2021
@rustatian rustatian requested a review from wolfy-j June 30, 2021 09:47
@rustatian rustatian self-assigned this Jun 30, 2021
@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #80 (bda0580) into master (f51e375) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   44.44%   44.44%           
=======================================
  Files          12       12           
  Lines         360      360           
=======================================
  Hits          160      160           
  Misses        189      189           
  Partials       11       11           
Impacted Files Coverage Δ
internal/cli/workers/command.go 23.72% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f51e375...bda0580. Read the comment docs.

@rustatian rustatian merged commit c32c289 into master Jun 30, 2021
@rustatian rustatian deleted the release/2.3.1 branch June 30, 2021 09:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-enhancement Category: enhancement. Meaning improvements of current module, transport, etc.. stable-nominated Nominated for backporting to the RR-Binary in the beta channel.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants