Release Notes for Cyphernetes v0.18.0
This version of Cyphernetes introduces the ORDER BY
, LIMIT
and SKIP
keywords to the language, as well as some improvements and bug fixes.
Notably, this release owes most of its content to our new contributor @anandf who merged no less than 4 PRs spanning 5 different additions and bug fixes!π₯
Thanks @naorpeled for code review and support π
Features
- (#197) Sort and pagination capabilities introduced by new keywords:
- Use
ORDER BY <field name> ASC/DESC
to sort - Use
LIMIT
to limit the number of results - Use
SKIP
(or itβs synonymOFFEST
) to skip paginated results
- Use
Improvements
- (#248) Add support for glob patterns when in relationship definitions (both internal and custom)
Bug Fixes
- (#254) Package scoped variable
Namespace
contains stale value in follow up queries - (#254) Relationship filters out resources with a similar resource name from multiple namespaces
- (#253) Ignore CRDs without
list
verb when parsing OpenAPI spec - (#250) Support user-provided
rest.Config
for client creation
We appreciate you for reporting issues and for your continuous feedback!