hyperfiddle

2025-12-11T22:03:12.354079Z

We have an internal app on an older version of v2 and we’re now hitting https://clojurians.slack.com/archives/C7Q9GSHFV/p1714632058884499 after upgrading clojure core. Where I can I find the latest stable v2 branch?

Dustin Getz (Hyperfiddle) 2025-12-12T02:40:52.835389Z

https://github.com/hyperfiddle/electric/blob/v2/CHANGELOG.md

Dustin Getz (Hyperfiddle) 2025-12-12T02:42:03.176649Z

It looks like we didn't ever publish a v2 update including the fix mentioned in that thread, it is https://github.com/hyperfiddle/electric/commit/ee6ab9390ac06d3f7e08a6d2947393d5932dc1b5 which is on that branch https://github.com/hyperfiddle/electric/commits/v2/

Dustin Getz (Hyperfiddle) 2025-12-12T02:42:32.377419Z

It's been a long time, are you able to run from that commit via git/sha for example?

2025-12-12T05:14:16.216319Z

that commit seems to compile, we’ll double check it

👍 1