Skip to content

1.6.0

Compare
Choose a tag to compare
@tonsky tonsky released this 16 Dec 17:37
· 43 commits to master since this release
  • [ BREAKING ] Implement Conn as a single atom with extend-clj
    • Only breaking if you relied on getting listneres from Conn meta
    • Before: @(:listeners (meta conn))
    • After: (:listeners @(:atom conn))
  • prevent explosion of redundant tuples during rule solving #457, thx @RutledgePaulV