Releases: hasura/ndc-spec
Releases · hasura/ndc-spec
v0.1.6
v0.1.5
What's Changed
Rust Libraries
- Add newtypes for string types
- Expose the specification version in
ndc-models
v0.1.4
What's Changed
Specification
- Aggregates over nested fields (#144)
ndc-test
- replay test folders in alphabetical order (#149)
Fixes
- Add
impl Default
forNestedFieldCapabilities
(#143)
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Specification
- Support field-level arguments. @sordina (#139)
- Support filtering and ordering by values of nested fields. @dmoverton (#138)
- Added a
biginteger
type representation @daniel-chambers (#136)
ndc-test
Rust Libraries
- Upgrade Rust to v1.78.0, and the Rust dependencies to their latest versions @SamirTalwar (#140)
- Add back features for native-tls vs rustls @paf31 (#135)
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Fix incorrect OpenAPI name for
TypeRepresentation
by @daniel-chambers in #124 - Split out an "ndc-models" crate which provides the models. by @SamirTalwar in #125
- Enable Clippy's "pedantic" warnings, and fix a bunch of lint warnings. by @SamirTalwar in #127
- RFC: remove ndc-client by @paf31 in #130
- Improve error output in
ndc-test
by @daniel-chambers in #131 - RFC: more type representations by @paf31 in #129
- Upgrade to Rust v1.77, and fix the ndc-reference Docker image. by @SamirTalwar in #128
- add ndc-models to root Cargo.toml by @hgiasac in #133
- Add Geometry type by @paf31 in #134
Full Changelog: v0.1.1...v0.1.2