Skip to content

Auth Bug Fix

Compare
Choose a tag to compare
@harold-xi harold-xi released this 26 Aug 21:58
· 234 commits to master since this release
71c790f

v2.2.0

Breaking changes

  • TabPy fails with 400 when it is not configure for authentication
    but credentials are provided by client.

Bug fixes

  • When TabPy is running with no console attached it is not failing
    with 500 when trying to respond with 401 status.
  • tabpy.query() failing when auth is configured.

Improvements

  • Minor code cleanup.