Skip to content

Releases: neo4j/graphql

OGM 2.0.0-alpha.1

18 Jun 15:27
Compare
Choose a tag to compare
OGM 2.0.0-alpha.1 Pre-release
Pre-release

We're excited to announce the first pre-release of version 2.0.0 of the OGM, with support for relationship properties! 🎉

It can be installed using npm install @neo4j/graphql-ogm@next. Note that you must specify either the tag "next" or the exact version number when installing.

Documentation for this release can be found at https://neo4j.com/docs/graphql-manual/2.0/.

Please remember that this is a pre-release, so it is not suitable for production use, and will have bugs and missing features. Please raise any of these as an issue.

Bug fixes

This release also contains the following bug fix from master which has not had a stable release yet.

  • The Neo4jGraphQL instance is no longer exported from the OGM

Neo4j GraphQL Library 1.0.2

03 Jun 12:37
Compare
Choose a tag to compare

This is a patch release with a few important fixes in it and we advise everyone to update to it.

Fixes

  • Fix temporal type issues with neo4j-driver@4.3.0 #226
  • Fix integer input parsing #230
  • Fix issue with non null arrays on input types #231

OGM 1.0.2

03 Jun 12:34
Compare
Choose a tag to compare

Updates the @neo4j/graphql dependency.

Neo4j GraphQL Library 1.0.1

11 May 11:44
Compare
Choose a tag to compare

Bug fixes:

  • Replace ALL with ANY in whilst querying relationship equality #196

OGM 1.0.1

11 May 11:43
Compare
Choose a tag to compare

Bug fixes:

  • Replace ALL with ANY in whilst querying relationship equality #196

Neo4j GraphQL Library 1.0.0 🎉

27 Apr 15:00
Compare
Choose a tag to compare
@neo4j/graphql@1.0.0

Merge branch 'release/2021-04-27'

OGM 1.0.0 🎉

27 Apr 14:58
Compare
Choose a tag to compare
@neo4j/graphql-ogm@1.0.0

Merge branch 'release/2021-04-27'

@neo4j/graphql@1.0.0-beta.3

27 Apr 07:23
Compare
Choose a tag to compare

This release fixes various bugs and one substantial API change. Read more https://www.notion.so/neo4j-graphql-v1-0-0-beta-3-a206eec3bbe3408396bf033af7893bc8

@neo4j/graphql-ogm@1.0.0-beta.3

@neo4j/graphql@1.0.0-beta.2

08 Apr 15:01
Compare
Choose a tag to compare

Highlights of this release

With Neo4j GraphQL going beta the feature set is fixed for version 1.0.0 and are now moving into a stabilizing period before the first GA release.

Read more here