Skip to content

v1.1.0

Compare
Choose a tag to compare
@moogar0880 moogar0880 released this 16 Sep 20:56
· 437 commits to master since this release
  • Internally improved Python2/3 compaability with the intoduction of the dyn.compat module
  • Timestamps for various report types are accepted as Python datetime.datetime instances
  • Added qps report access to Zones
  • Added str, repr, unicode, and bytes methods to all API object types
  • Added conditional password encryption to allow for better in-app security
  • Added the ability for users to specify their own password encryption keys
  • Added getstate and setstate methods to SessionEngine, allowing sessions to be serialized
  • Misc bug fixes