8000 Release 0.14.0 (#724) · tableau/server-client-python@1e089b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e089b4

Browse files
Chris Shinmaddy-at-leisure
andauthored
Release 0.14.0 (#724)
* Update publish_workbook.py (#694) * Update publish_workbook.py Added below arguments, without this there is a sign-in error on publishing a test file to Tableau Online parser.add_argument('--sitename', '-S', default='', help='sitename required') tableau_auth = TSC.TableauAuth(args.username, password,site_id=args.sitename) * Update publish_workbook.py Edits (as requested) to publish workbooks on Tableau Online which removes the Sign-in Error. * Update publish_workbook.py * Updates changelog and contributors list for v0.14.0 Co-authored-by: Madhura Selvarajan <MADHURA0910@GMAIL.COM>
1 parent 74348f3 commit 1e089b4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.14.0 (6 Nov 2020)
2+
* Added django-style filtering and sorting (#615)
3+
* Added encoding tag-name before deleting (#687)
4+
* Added 'Execute' Capability to permissions (#700)
5+
* Added support for publishing workbook using file objects (#704)
6+
* Added new fields to datasource_item (#705)
7+
* Added all fields for users.get to get email and fullname (#713)
8+
* Added support publishing datasource using file objects (#714)
9+
* Improved request options by removing manual query param generation (#686)
10+
* Improved publish_workbook sample to take in site (#694)
11+
* Improved schedules.update() by removing constraint that required an interval (#711)
12+
* Fixed site update/create not checking booleans properly (#723)
13+
114
## 0.13 (1 Sept 2020)
215
* Added notes field to JobItem (#571)
316
* Added webpage_url field to WorkbookItem (#661)

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ The following people have contributed to this project to make it possible, and w
3939
* [Stephen Mitchell](https://github.com/scuml)
4040
* [absentmoose](https://github.com/absentmoose)
4141
* [Paul Vickers](https://github.com/paulvic)
42+
* [Madhura Selvarajan](https://github.com/maddy-at-leisure)
43+
* [Niklas Nevalainen](https://github.com/nnevalainen)
4244

4345
## Core Team
4446

0 commit comments

Comments
 (0)
0