----------- - Drop flag for out of sequence detection - Use SPNEGO mechanism by default - Fix ``SanitizedResponse.content`` to be ``bytes`` which reflects the base type - Migrated project to a ``src`` layout setup and a ``PEP 621`` compliant build, this should have no impact on end users
1.2.3
-----------------
- Drop python2 compat glue - Drop external mock dependency
1.2.2
-----------------
- Use USER_NAME instead of HOSTBASED_SERVICE for user principals - Remove unused imports in example code - Fix typo in explicit mech example
1.2.1
-----------------
- Include tests in sdist tarball - Don't limit contexts to a single server name
1.2.0
-----------------
- Add support for specifying an explicit GSSAPI mech
1.1.1
-----------------
- Fix DOS bug around Negotiate regular expressoin - Update README to include section on setup