-------
- Release automatic GraphQL schema generation from OrientDB schema
metadata.
`204 <https://github.com/kensho-technologies/graphql-compiler/pull/204>`__
- Release the SchemaGraph, a utility class designed for easy schema
introspection.
`292 <https://github.com/kensho-technologies/graphql-compiler/pull/292>`__
- Release :code:`not_contains` and :code:`not_in_collection` filter operations.
`349 <https://github.com/kensho-technologies/graphql-compiler/pull/349>`__
`350 <https://github.com/kensho-technologies/graphql-compiler/pull/350>`__
- Allow out-of-order :code:`tag` and :code:`filter` when in the same scope.
`351 <https://github.com/kensho-technologies/graphql-compiler/pull/351>`__
- Fix a bug causing MATCH queries to have missing type coercions.
`332 <https://github.com/kensho-technologies/graphql-compiler/pull/332>`__
- Release functionality that is able to amend parsing and serialization
of custom scalar types in schemas parsed from text form.
`398 <https://github.com/kensho-technologies/graphql-compiler/pull/398>`__
- Improve validation error messages for output and parameter names.
`414 <https://github.com/kensho-technologies/graphql-compiler/pull/414>`__
`416 <https://github.com/kensho-technologies/graphql-compiler/pull/416>`__
- Alpha (unstable) release of query cost estimation functionality.
`345 <https://github.com/kensho-technologies/graphql-compiler/pull/345>`__
- Clean up README.md and update troubleshooting documentation.
- Many maintainer quality-of-life improvements.
Thanks to :code:`0xflotus`, :code:`bojanserafimov`, :code:`evantey`,
:code:`LWProgramming`, :code:`pmantica1`, :code:`qqi0O0`, and :code:`Vlad` for their
contributions.