X Tutup
Skip to content

Releases: binarylane/binarylane-cli

v0.20.1

21 Jan 03:39

Choose a tag to compare

What's Changed

  • chore: update API to v0.33.0 by @nats in #74
  • fix: treat HTTP 202 Accepted as valid response by @nats in #75
  • fix: escape percent signs in argparse help text by @nats in #76
  • doc: correct errors and inconsistencies in README.md by @nats in #77
  • chore: update API to v0.34.0 by @nats in #78

Full Changelog: v0.20.0...v0.20.1

v0.20.0

22 Jul 07:02
2f93602

Choose a tag to compare

What's Changed

  • feat: support x-cli-lookup attribute on request body properties by @nats in #68
  • feat: add x-cli-lookup attribute to load-balancer and vpc by @nats in #69
  • chore: update to API v0.32.0 by @nats in #67
  • chore: update dependency "h11" to 0.16.0 by @nats in #66

Full Changelog: v0.19.0...v0.20.0

v0.19.0

04 Apr 04:14

Choose a tag to compare

What's Changed

  • style: configure ruff to check tests/ by @nats in #63
  • fix: resolve exception when action ID is passed to printer formatter by @nats in #61
  • doc: correct typo in README by @Freewheelin in #64
  • chore: update to API v0.29.1 by @nats in #65
  • fix: output action properties at completion of command runner by @nats in #62

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

28 Feb 05:36

Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.18.0

0.17.0

12 Feb 05:31

Choose a tag to compare

v0.17.0 (2025-02-12)

  • update to API 0.28.0 (#47)

0.16.0

21 Apr 00:28

Choose a tag to compare

v0.16.0 (2023-04-21)

Features

  • allow use of server.name as server_id argument (#11)

0.15.3

29 Mar 03:09

Choose a tag to compare

v0.15.3 (2023-03-29)

Fixes

  • incorrect parsing of object list when a list primitive immediately preceeds keyword (#38)
  • provide empty list instead of Unset for OpenAPI arrays marked "required" (#35)

0.15.2

22 Mar 00:35

Choose a tag to compare

v0.15.2 (2023-03-22)

Fixes

  • partially revert #28 as it breaks --output json for lists (#32)

0.15.1

21 Mar 05:56

Choose a tag to compare

v0.15.1 (2023-03-21)

Features

  • handle API response error in same manner as CLI parser error (#10)
  • add globbing support to ListRunner --format option (#29)

Fixes

  • error handling for HTTP 200 (#31)

0.14.0

15 Mar 05:17

Choose a tag to compare

v0.14.0 (2023-03-15)

Features

  • add --context to allow selecting from multiple API tokens (#15)

Bug Fixes

  • make importlib-metadata an explicit dependency for py3.7 (#24)
  • add missing description for "server console" command (#18)
X Tutup