forked from tableau/VizAlerts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion_history.txt
117 lines (105 loc) · 5.62 KB
/
version_history.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
===============
VERSION HISTORY
===============
Version 2.0.0
=================================
-Added support for SMS messages through Twilio (Issue #57)
-Added multi-threading to improve alert timeliness (Issue #7)
-Configuration settings are now primarily derived from a Tableau Server view rather than config/vizalerts.yaml (Issue #41)
-Field naming convention is now more flexible (Issue #12)
-Fixed defect where SSL certificate was not being validated
-Added config options around SSL certificate validation
-Improved error handling
-Improved alert test timeliness
-Restructured code for more modularity and for future features
=================================
Version 1.1.1
=================================
-Minor tweaks for Tableau Server 10.0 (Issue #43)
-Minor documentation updates (Issue #42)
=================================
Version 1.1.0
=================================
-Added VIZ_CSV() and VIZ_PDF() content reference for appended (non-inline) CSV and PDF attachments using Email Attachment ~ field (Issue #11)
-Support for custom view references in content references e.g. myViz/myView (Issue #6)
-URL parameter support for custom view references e.g. myViz/myView?Region=East (Issue #6)
-Support for custom hyperlinks to views with VIZ_LINK() content reference
-Merged PDF support with |mergpdf option in content references via integration with PyPDF2
-Custom filenames for appended attachments with |filename option
-Enabled user-defined sort for consolidated emails using Email Sort Order ~ field
-Inline images can be hyperlinks with |vizlink option
-Now including demo\ folder with VizAlertsDemo.twb that includes a number of scenarios for both demo & test purposes
-Documentation for all of the above
-Removed edge condition where consolidated emails would not consolidate.
-Added initial code for support of TWB/TWBX downloads
-Added initial code for support of export to local filesystem
-VizAlerts.tdsx moved to demo\ folder
-Added config option for SMTP server port (Issue #15)
-Added config option to ignore certificate check for SSL (Issue #5)
-Fixed issue with trusted ticket failures error handling (Issue #4)
-Fixed issue with default config values for timeouts and retries not applying as expected (Issue #2)
-Fixed issue with alert tests using a 30s timeout rather than the correct value (Issue #3)
-Fixed issue with alerts being processed for unlicesed users (Issue #13)
-Fixed issue with file cleanup failures halting all alert processing (Issue #16)
=================================
Version 1.0.8
=================================
-Documentation improvements
-Confusing copyright restrictions removed, LICENSE file contains license for all files
-Default configuration values altered to simplify testing
=================================
Version 1.0.7
=================================
-Fixed a regression in which caused alerts to fail on Tableau Server instances using local authentication
=================================
Version 1.0.6
=================================
-By default, Subscribers of alerts that fail for any reason will be notified via email (can be disabled in config)
-Failure emails are improved, with additional details added
-Advanced Alerts can now override the default VizAlerts footer
=================================
Version 1.0.5
=================================
-Fixed bug with handling HTTP errors during data exports: "'NoneType' object has no attribute 'status_code'"
-Fixed formatting bug with HTTP errors being reported in emails
-Fixed issue with viz.data.retrieval_tries setting in vizalerts.yaml file not working
-Fixed bug where Site support breaks if the site's Name differs from the ID
-Fixed bug where Subscribing to a view on a Site having a duplicate version on a separate Site causes logs and state file to rapidly increase in size.
-Added ability for Alert owners to manually trigger them on a one-off basis without scheduling
-Fixed the Title heading in the User Guide
=================================
Version 1.0.4
=================================
-Added support for Unicode
-Removed need to add comment to Advanced Alert views
-Improved Advanced Alert efficiency by rendering viz image only if needed
-Fixed bug in Advanced Alerts where duplicate alerts would be sent if "duplicate" rows were present in exported view data
-"Force refresh" logic now determined by query in vizalerts.yaml (no change in functionality, just adds flexibility for future changes)
-A few improvements in error handling
=================================
Version 1.0.3
=================================
-Fixed bug where To addresses are not validated
-Fixed bug where Advanced alerts with lines over 1000 characters are truncated
-Added max length check for Advanced Alert addresses
-Improved some error handling
=================================
Version 1.0.2
=================================
-Fixed bug where CC and BCC addresses never have email sent to them for Advanced Alerts
-Fixed bug where Advanced alerts with email consolidation behave unpredictably due to unsorted CSV export
-Advanced alerts are now atomic, e.g., all emails will be sent, or none will if an issue is found
-Added offline installation instructions for Python packages to install guide
=================================
Version 1.0.1
=================================
-Users from multiple domains now supported
-Servers using Local Authentication now supported
-Fixed bug with subscription footers
-Improved error handling and reporting
-Passwords can now be specified as filepaths rather than plaintext in vizalerts.yaml
-Clarified expected formats for several config values
=================================
Version 1.0.0
=================================
=================================