|
| 1 | +## 3.6 |
| 2 | +- Improved async client |
| 3 | + |
1 | 4 | ## 3.5.2 |
2 | 5 | ### Changed |
3 | | -- Add `response_format` parameter to `get_item_info` function |
| 6 | +- Added `response_format` parameter to `get_item_info` function |
4 | 7 |
|
5 | 8 | ## 3.5.1 |
6 | 9 | ### Changed |
7 | | -- Add timeout argument for the async client |
| 10 | +- Added timeout argument for the async client |
8 | 11 |
|
9 | 12 | ## 3.5 |
10 | 13 | ### Added |
|
14 | 17 |
|
15 | 18 | ## 3.4.5.1 |
16 | 19 | ### Changed |
17 | | -- Fix [#59](https://github.com/vvaezian/metabase_api_python/issues/59) |
18 | | -- Improve docs styling |
| 20 | +- Fixed [#59](https://github.com/vvaezian/metabase_api_python/issues/59) |
| 21 | +- Improved docs styling |
19 | 22 |
|
20 | 23 | ## 3.4.4 |
21 | 24 | ### Changed |
22 | | -- Make sure the provided API key is correct. |
| 25 | +- Ensured the provided API key is correct. |
23 | 26 |
|
24 | 27 | ## 3.4.3 |
25 | 28 | ### Changed |
|
31 | 34 |
|
32 | 35 | ## 3.4.1 |
33 | 36 | ### Changed |
34 | | -- PR #54 (fixes a typo in the `clone_card` function) |
| 37 | +- PR #54 (fixed a typo in the `clone_card` function) |
35 | 38 |
|
36 | 39 | ## 3.4 |
37 | 40 | ### Changed |
38 | | -- New versioning format (3.4 instead of 0.3.4) |
| 41 | +- Changed versioning format (3.4 instead of 0.3.4) |
39 | 42 | - Added `format_rows` option to `get_card_data` function |
40 | 43 |
|
41 | 44 | ## 0.3.3 |
42 | 45 | ### Changed |
43 | | -- Authentication using API key |
| 46 | +- Enabled authentication using API key |
44 | 47 |
|
45 | 48 | ## 0.3.2 |
46 | 49 | ### Changed |
|
52 | 55 |
|
53 | 56 | ## 0.3.0 |
54 | 57 | ### Changed |
55 | | -- Option for local unittest is added. Also GitHub Actions Workflow is modified to use local testing. |
56 | | -- Fixed the issue #37 ([Make wrapper more maintenance-proof with non-breaking refactor](https://github.com/vvaezian/metabase_api_python/issues/37)) |
| 58 | +- Added option for local unittest. Also modified GitHub Actions Workflow to use local testing. |
| 59 | +- Fixed the issue #37 ([Made wrapper more maintenance-proof with non-breaking refactor](https://github.com/vvaezian/metabase_api_python/issues/37)) |
57 | 60 |
|
58 | 61 | ## 0.2.16 |
59 | 62 | ### Changed |
|
69 | 72 |
|
70 | 73 | ## 0.2.14 |
71 | 74 | ### Added |
72 | | -- "Allow passing filter values to `get_card_data` function" ([#25](https://github.com/vvaezian/metabase_api_python/issues/25)). |
73 | | -- "Add `add_card_to_dashboard` custom function" (PR [#26](https://github.com/vvaezian/metabase_api_python/pull/26)). |
| 75 | +- "Allowed passing filter values to `get_card_data` function" ([#25](https://github.com/vvaezian/metabase_api_python/issues/25)). |
| 76 | +- "Added `add_card_to_dashboard` custom function" (PR [#26](https://github.com/vvaezian/metabase_api_python/pull/26)). |
74 | 77 | - `get_item_info` function |
75 | 78 | ### Changed |
76 | | -- "Copy collection to root collection does not work" ([#23](https://github.com/vvaezian/metabase_api_python/issues/23)). |
| 79 | +- "Fixed copy collection to root collection" ([#23](https://github.com/vvaezian/metabase_api_python/issues/23)). |
77 | 80 | - Expanded the `get_item_id` and `get_item_name` functions to cover all item types ([#28](https://github.com/vvaezian/metabase_api_python/issues/28)). |
78 | | -- `clone_card` function now also works for simple/custom questions ([#27](https://github.com/vvaezian/metabase_api_python/issues/27)). |
79 | | -- `clone_card` function now replaces table name in the query text for native questions. |
| 81 | +- Updated `clone_card` function to work for simple/custom questions ([#27](https://github.com/vvaezian/metabase_api_python/issues/27)). |
| 82 | +- Updated `clone_card` function to replace table name in the query text for native questions. |
80 | 83 |
|
81 | 84 | ## 0.2.13 |
82 | 85 | ### Added |
83 | 86 | - `create_collection` function |
84 | 87 | ### Changed |
85 | 88 | - Fixed the issues #20 and #22. |
86 | | -- Changed the behavior of the `copy_collection` function. Previously it would copy only the content of the source collection, but now copies the contents together with source collection itself. |
| 89 | +- Changed the behavior of the `copy_collection` function. Previously it would copy only the content of the source collection, but now copied the contents together with source collection itself. |
87 | 90 | In other words, now a new collection with the same name as the source collection is created in the destination and the content of the source collection is copied into it. |
88 | 91 | - Improved the function `make_json`. |
89 | 92 |
|
|
0 commit comments