Skip to content

Commit

Permalink
Consistently write "Cayley"
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Oct 15, 2019
1 parent a52dc40 commit 2bbbf3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- Minimum required elixir version is now `~> 1.5`
- Public access to the internal pool child spec has been removed
- Public access to the internal pool module name has been removed
- Support for cayley version `0.6.1` has been dropped
- Support for Cayley version `0.6.1` has been dropped

- Deprecations
- Accessing the system environment by configuring `{:system, var}` or `{:system, var, default}` will now result in a `Logger.info/1` message and will stop working in a future release
Expand All @@ -53,8 +53,8 @@
- Basic support for defining a default graph query language

- Backwards incompatible changes
- Default query endpoint has been updated to support cayley version `0.7.0`. To use an older version you need to add `language: :gremlin` to your graph configuration
- Support for cayley version `0.6.0` has been dropped
- Default query endpoint has been updated to support Cayley version `0.7.0`. To use an older version you need to add `language: :gremlin` to your graph configuration
- Support for Cayley version `0.6.0` has been dropped

## v0.6.0 (2017-09-17)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ __Note__: If you are reading this on [GitHub](https://github.com/mneudert/caylir

## Cayley Support

Tested cayley versions:
Tested Cayley versions:

- `0.7.0`
- `0.7.1`
Expand Down
2 changes: 1 addition & 1 deletion test/caylir/graph_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ defmodule Caylir.GraphTest do
%{subject: "query_limiting", predicate: "for", object: "#{context.test} #2"}
]

# `All()` only respects limit in cayley 0.7.4+
# `All()` only respects limit in Cayley 0.7.4+
# graph.Vertex('query_limiting').Out('for').All()"
query = "graph.Vertex('query_limiting').Out('for').ForEach( function(d) { g.Emit(d) })"

Expand Down

0 comments on commit 2bbbf3b

Please sign in to comment.