Skip to content

Releases: tableau/TabPy

Basic Access Authentification

16 Apr 22:13
b7e3a0c
Compare
Choose a tag to compare

Improvements

  • Added basic access authentication (all methods except /info)
  • tabpy-tools can deploy models to TabPy with authentication on
  • Increased unit tests coverage
  • Travis CI for merge requests: unit tests executed, code style checking

Logging improvements

07 Feb 22:10
e8ecb30
Compare
Choose a tag to compare

Breaking changes

  • Logger configuration now is in TabPy config file.

Improvements

  • Remove versioneer and just replace it with VERSION file
  • Require Python 3.6.5
  • Require jsonschema to be compatible with 2.3.0
  • Added setup instructions (known issues) for CentOS

Setup script fixes

28 Jan 18:28
cf7e3ec
Compare
Choose a tag to compare
  • Fixed dependency on tabpy-tools in startup scripts
  • Fixed Python version dependency in tabpy-server setup script

Secure connection

23 Jan 23:19
086cb86
Compare
Choose a tag to compare

This change includes the following improvements:

Breaking changes

  • The config file is now not just Python code but an actual config
  • Tornado config file has a different setting for CORS
  • Setup scripts are deleted - setup (if needed) happens with the startup script
  • tabpy-client is tabpy-tools now

Improvements

  • Secure connection (HTTPS) is supported with Tableau 2019.2 and newer versions
  • Documentation is improved with more examples added
  • Versioning is done with Versioneer and github release tags
  • Improved logging
  • Unit tests are passing now
  • Configurations for Postman and Swagger are available to use those against running TabPy

Initial beta version

29 Nov 00:27
af0f3dc
Compare
Choose a tag to compare

Initial beta version of TabPy