Skip to content

Releases: warpforge/warpgrapher

Version 0.11.2

10 Aug 00:45
e5a16c6
Compare
Choose a tag to compare

Version 0.11.1

28 Jun 20:34
c5d21ba
Compare
Choose a tag to compare
  • Fixes a bug that prevented querying based on the properties of a destination multiple hops from the source.

Version 0.11.0

13 May 22:15
e052d67
Compare
Choose a tag to compare
  • Added support for returning sorted results

Version 0.10.4

21 Apr 14:16
7c8af5f
Compare
Choose a tag to compare
  • Added the remaining relationship CRUD operations to the EventFacade.
  • Removed auto-generation of top level query and mutation operations for node properties with a custom resolver.

Version 0.10.3

29 Mar 14:53
d4f20e6
Compare
Choose a tag to compare

Fixes a bug that caused an error in setting up a Warpgrapher engine with relationship properties.

Version 0.10.2

27 Feb 18:22
0600939
Compare
Choose a tag to compare
  • Added a pass-through to the Event Facade to expose the transaction's execute_query function. This allows event handlers to make direct database queries and bypass other event hooks which would affect a traditional warpgrapher query.

Version 0.10.1

19 Feb 01:03
43ec8a9
Compare
Choose a tag to compare
  • Fixed a bug that tried to close non-existent transactions after pre- and post-request hooks.
  • Fixed a bug that opened a Gremlin transaction in the transaction struct creation, rather than when begin was called.

Version 0.10.0

15 Feb 17:18
11b3b33
Compare
Choose a tag to compare
  • Flattened the props bag on relationship properties, such that properties are directly on the relationship.
  • Fixed a bug that failed to put recursive node and relationship reads through the pre-read and post-read filters using the event handling framework.
  • Implemented a solution for the N+1 problem of recursive relationship and node loading.
  • Changed properties to default to being required, with the feature available to configure them to be optional.
  • Removed support for the flag to inline parameters in Gremlin queries. All queries will be parameterized now. A consequence of this is that the Cypher mode of operation must be used when working with AWS Neptune.

Version 0.9.1

30 Jan 19:57
0547011
Compare
Choose a tag to compare
  • Update and expanded the Warpgrapher book documentation.
  • Fixed a bug in Gremlin query generation for relationship reads. If multiple types had relationships with the same name, relationship read operations would return all relationships with that name, regardless of source node type. The bug fix now correctly filters based on the source node type for the relationship.

Version 0.9.0

22 Jan 17:35
d1773ef
Compare
Choose a tag to compare

This release includes additional improvements made to the event handler framework, as well as session support for Gremlin.