Skip to content

v1.24.0: Fixed filtering by xname in endpoint-history requests

Compare
Choose a tag to compare
@shunr-hpe shunr-hpe released this 14 Apr 22:23
· 15 commits to master since this release
c682c2e
Fixed filtering by xname in endpoint-history requests (#58)

- Searching with an xname prefix and no endpoint type would return
  everything that matched the prefix. With this change it now will only
  match the xname exactly and not by prefix.
- Searching with a bad endpoint type would return a result. With this
  change it will return an empty list.

CASMHMS-5812
CASMHMS-5813