We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3436d commit 74e435aCopy full SHA for 74e435a
CHANGELOG.rst
@@ -9,14 +9,16 @@ This document describes changes between each past release.
9
10
**Breaking changes**
11
12
-- The ``cli_utils.set_parser_server_options()`` was renamed
+- The function ``cli_utils.set_parser_server_options()`` was renamed
13
``cli_utils.add_parser_options()`` (#63)
14
15
16
**New features**
17
18
-- The ``cli_utils`` can now exclude bucket and collection
+- ``add_parser_options`` can now exclude bucket and collection
19
parameters. (#63)
20
+- ``create_client_from_args`` can now works even with no bucket or
21
+ collection arguments (#63)
22
23
24
**Bug fixes**
0 commit comments