Skip to content

Releases: diffo-dev/ash_neo4j

v0.7.0

25 May 10:09
aaaa7d6

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 May 22:43
dc844a8

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

10 May 14:18

Choose a tag to compare

Improvements

  • Documentation (#249) — ex_doc configuration overhauled: extras reorganised with titled entries, module groups defined for AshNeo4j, Introspection, Cypher, Utilities and Internals, Livebook added to How To, CHANGELOG included in About AshNeo4j, maintainer contact updated.

Bug Fixes

  • Aggregate filters honoured (#252) — filters declared via filter expr(...) on aggregate definitions were silently dropped. Filtered aggregates now load full destination records in Elixir and apply Ash.Filter.Runtime.filter_matches/3 per source group before reducing. The fast Cypher push-down path is preserved for unfiltered aggregates.

  • Aggregate names with ? suffix (#251) — aggregate names following the Elixir predicate convention (e.g. exists :cvc_defined?, :characteristics) caused Neo4j to reject the generated Cypher with an invalid identifier error. Column aliases are now backtick-quoted, allowing any valid Elixir atom as an aggregate name.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 May 16:09
da16db5

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 May 13:27
64ad2f1

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 May 13:04
dc110e9

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

23 Apr 15:04
9ac311d

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

18 Apr 14:10

Choose a tag to compare

What's Changed

Full Changelog: v0.2.15...v0.3.0

v0.2.15

19 Mar 06:31
d0d5bec

Choose a tag to compare

What's Changed

Full Changelog: v0.2.14...v0.2.15

v0.2.14

18 Mar 22:42
b3e60cb

Choose a tag to compare

What's Changed

  • 189 relationship enrichment inconsistent across neo4j versions by @matt-beanland in #190

Full Changelog: v0.2.13...v0.2.14