|
| 1 | +## 0.16.0 (15 July 2021) |
| 2 | +* Documentation updates (#800, #818, #839, #842) |
| 3 | +* Fixed data alert repr in subscription item (#821) |
| 4 | +* Added support for Data Quality Warning (#836) |
| 5 | +* Added support for renaming datasources (#843) |
| 6 | +* Improved Datasource tests (#843) |
| 7 | +* Updated catalog obfuscation field (#844) |
| 8 | +* Fixed revision limit field in site_item.py file (#847) |
| 9 | +* Added the Missing content permission field- LockedToProjectWithoutNested (#856) |
| 10 | + |
| 11 | +## 0.15.0 (16 Feb 2021) |
| 12 | +* Added support for python version 3.9 (#744) |
| 13 | +* Added support for 'Get View by ID' (#750) |
| 14 | +* Added docs and test data to MANIFEST.in file (#780) |
| 15 | +* Added owner_id property to ProjectItem (#784) |
| 16 | +* Added support for skipping connection check while publishing workbook (#791) |
| 17 | +* Added support for 'Update Subscription' (#794) |
| 18 | +* Added support for 'Get Groups for a User' (#799) |
| 19 | +* Improved debug logging by including put/post request contents (#743) |
| 20 | +* Improved local and active-directory group creation (#770) |
| 21 | +* Improved 'Update Group' to match server requests/responses (#772) |
| 22 | +* Improved SiteItem with new properties and functions (#777) |
| 23 | +* Improved SubscriptionItem with new properties (#794) |
| 24 | +* Improved the 'type' property of TaskItem to convert server response to enum (#796) |
| 25 | +* Improved repository to use Github Actions for running tests/linter (#798) |
| 26 | +* Fixed data_acceleration field causing error in workbook update payload (#741) |
| 27 | + |
| 28 | +## 0.14.1 (9 Dec 2020) |
| 29 | +* Fixed filter query issue for server version below 2020.1 (#745) |
| 30 | +* Fixed large workbook/datasource publish issue (#757) |
| 31 | + |
| 32 | +## 0.14.0 (6 Nov 2020) |
| 33 | +* Added django-style filtering and sorting (#615) |
| 34 | +* Added encoding tag-name before deleting (#687) |
| 35 | +* Added 'Execute' Capability to permissions (#700) |
| 36 | +* Added support for publishing workbook using file objects (#704) |
| 37 | +* Added new fields to datasource_item (#705) |
| 38 | +* Added all fields for users.get to get email and fullname (#713) |
| 39 | +* Added support publishing datasource using file objects (#714) |
| 40 | +* Improved request options by removing manual query param generation (#686) |
| 41 | +* Improved publish_workbook sample to take in site (#694) |
| 42 | +* Improved schedules.update() by removing constraint that required an interval (#711) |
| 43 | +* Fixed site update/create not checking booleans properly (#723) |
| 44 | + |
| 45 | +## 0.13 (1 Sept 2020) |
| 46 | +* Added notes field to JobItem (#571) |
| 47 | +* Added webpage_url field to WorkbookItem (#661) |
| 48 | +* Added support for switching between sites (#655) |
| 49 | +* Added support for querying favorites for a user (#656) |
| 50 | +* Added support for Python 3.8 (#659) |
| 51 | +* Added support for Data Alerts (#667) |
| 52 | +* Added support for basic Extract operations - Create, Delete, en/re/decrypt for site (#672) |
| 53 | +* Added support for creating and querying Active Directory groups (#674) |
| 54 | +* Added support for asynchronously updating a group (#674) |
| 55 | +* Improved handling of invalid dates (#529) |
| 56 | +* Improved consistency of update_permission endpoints (#668) |
| 57 | +* Documentation updates (#658, #669, #670, #673, #683) |
| 58 | + |
| 59 | +## 0.12.1 (22 July 2020) |
| 60 | + |
| 61 | +* Fixed login.py sample to properly handle sitename (#652) |
| 62 | + |
| 63 | +## 0.12 (10 July 2020) |
| 64 | + |
| 65 | +* Added hidden_views parameter to workbook publish method (#614) |
| 66 | +* Added simple paging endpoint for GraphQL/Metadata API (#623) |
| 67 | +* Added endpoints to Metadata API for retrieving backfill/eventing status (#626) |
| 68 | +* Added maxage parameter to CSV and PDF export options (#635) |
| 69 | +* Added support for querying, adding, and deleting favorites (#638) |
| 70 | +* Added a sample for publishing datasources (#644) |
| 71 | + |
1 | 72 | ## 0.11 (1 May 2020) |
2 | 73 |
|
3 | 74 | * Added more fields to Data Acceleration config (#588) |
|
0 commit comments