NEWS.rst 1.5 KB

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