Skip to content

Releases: roadrunner-server/endure

v1.2.2

18 Mar 17:47
239bb98
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Jan 10:57
d10bdfd
Compare
Choose a tag to compare
  • Replace github.com/spiral/errors with github.com/roadrunner-server/errors

v1.2.0

15 Jan 10:44
cdadf92
Compare
Choose a tag to compare
  • Moved to a new organization

v1.1.0

03 Dec 21:32
509d7f5
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: critical issue with the adding edges to the vertices, which led to the hiding cyclic dependencies and wrong run order.

v1.0.10

02 Dec 21:34
eea947b
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: incorrect Collectors loop.

v1.0.9

29 Nov 17:50
36795e5
Compare
Choose a tag to compare

🩹 Fixes:

  • 🐛 Fix: incorrect DLL traverse on stop.

v1.0.8

13 Nov 16:38
7c14eff
Compare
Choose a tag to compare

What's Changed

  • fix(collects): prevent Collects from calling twice by @rustatian in #107

Full Changelog: v1.0.7...v1.0.8

v1.0.7

02 Nov 18:19
8890672
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

hotfix v1.0.6

15 Oct 17:39
047a8a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

14 Oct 13:21
4ab88e3
Compare
Choose a tag to compare
  • 🐛 Fix a bug where disabled vertices don't move the LL pointer forward during the shutdown.
  • 🐛 Prevent from calling Init() method on the already initialized vertices.
  • ✏️ Code cleanup.