10000 Prepares branch for a new release (#572) · burnier/server-client-python@a0fb114 · GitHub
[go: up one dir, main page]

Skip to content

Commit a0fb114

Browse files
author
Chris Shin
authored
Prepares branch for a new release (tableau#572)
* Added a way to handle non-xml errors (tableau#515) * Added Webhooks endpoints for create, delete, get, list, and test (tableau#523, tableau#532) * Added delete method in the tasks endpoint (tableau#524) * Added description attribute to WorkbookItem (tableau#533) * Added support for materializeViews as schedule and task types (tableau#542) * Added warnings to schedules (tableau#550, tableau#551) * Added ability to update parent_id attribute of projects (tableau#560, tableau#567) * Improved filename behavior for download endpoints (tableau#517) * Improved logging (tableau#508) * Fixed runtime error in permissions endpoint (tableau#513) * Fixed move_workbook_sites sample (tableau#503) * Fixed project permissions endpoints (tableau#527) * Fixed login.py sample to accept site name (tableau#549)
1 parent 300307d commit a0fb114

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.10 (21 Feb 2020)
2+
3+
* Added a way to handle non-xml errors (#515)
4+
* Added Webhooks endpoints for create, delete, get, list, and test (#523, #532)
5+
* Added delete method in the tasks endpoint (#524)
6+
* Added description attribute to WorkbookItem (#533)
7+
* Added support for materializeViews as schedule and task types (#542)
8+
* Added warnings to schedules (#550, #551)
9+
* Added ability to update parent_id attribute of projects (#560, #567)
10+
* Improved filename behavior for download endpoints (#517)
11+
* Improved logging (#508)
12+
* Fixed runtime error in permissions endpoint (#513)
13+
* Fixed move_workbook_sites sample (#503)
14+
* Fixed project permissions endpoints (#527)
15+
* Fixed login.py sample to accept site name (#549)
16+
117
## 0.9 (4 Oct 2019)
218

319
* Added Metadata API endpoints (#431)

CONTRIBUTORS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ The following people have contributed to this project to make it possible, and w
2828
* [Christian Oliff](https://github.com/coliff)
2929
* [Albin Antony](https://github.com/user9747)
3030
* [prae04](https://github.com/prae04)
31+
* [Martin Peters](https://github.com/martinbpeters)
32+
* [Sherman K](https://github.com/shrmnk)
33+
* [Jorge Fonseca](https://github.com/JorgeFonseca)
34+
* [Kacper Wolkiewicz](https://github.com/wolkiewiczk)
35+
* [Dahai Guo](https://github.com/guodah)
36+
* [Geraldine Zanolli](https://github.com/illonage)
3137

3238
## Core Team
3339

@@ -41,4 +47,3 @@ The following people have contributed to this project to make it possible, and w
4147
* [Priya Reguraman](https://github.com/preguraman)
4248
* [Jac Fitzgerald](https://github.com/jacalata)
4349
* [Dan Zucker](https://github.com/dzucker-tab)
44-
* [Irwin Dolobowsky](https://github.com/irwando)

0 commit comments

Comments
 (0)
0