NEWS.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Changelog
  2. =========
  3. Unreleased
  4. ----------
  5. - Replaced bundled requests_kerberos with request_gssapi library
  6. - Use default SPNEGO Auth settings from request_gssapi
  7. - Refactored authentication code
  8. - Added support for specifying server certificate
  9. - Added support for BASIC and DIGEST authentication
  10. - Fixed HTTP error parsing
  11. - Added transaction support
  12. - Added list support
  13. - Rewritten type handling
  14. - Refactored test suite
  15. - Removed shell example, as it was python2 only
  16. - Updated documentation
  17. - Added SQLAlchemy dialect
  18. - Implemented Avatica Metadata API
  19. - Misc fixes
  20. - Licensing cleanup
  21. Version 0.7
  22. -----------
  23. - Added DictCursor for easier access to columns by their names.
  24. - Support for Phoenix versions from 4.8 to 4.11.
  25. Version 0.6
  26. -----------
  27. - Fixed result fetching when using a query with parameters.
  28. - Support for Phoenix 4.9.
  29. Version 0.5
  30. -----------
  31. - Added support for Python 3.
  32. - Switched from the JSON serialization to Protocol Buffers, improved compatibility with Phoenix 4.8.
  33. - Phoenix 4.6 and older are no longer supported.
  34. Version 0.4
  35. -----------
  36. - Fixes for the final version of Phoenix 4.7.
  37. Version 0.3
  38. -----------
  39. - Compatible with Phoenix 4.7.
  40. Version 0.2
  41. -----------
  42. - Added (configurable) retry on connection errors.
  43. - Added Vagrantfile for easier testing.
  44. - Compatible with Phoenix 4.6.
  45. Version 0.1
  46. -----------
  47. - Initial release.
  48. - Compatible with Phoenix 4.4.