github AvitalTamir/cyphernetes v0.18.0

latest releases: v0.18.2, v0.18.1
2 months ago

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 synonym OFFEST) to skip paginated results

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!

Don't miss a new cyphernetes release

NewReleases is sending notifications on new releases.