Releases: switchboardpy/switchboard
Releases · switchboardpy/switchboard
1.6.6
1.6.5
1.6.4
1.6.3
- use native ipaddress support to convert ipv4 or ipv6 to int, so Percent works
1.6.2
- admin ui: allow long key names
- officially support python 3.11
- test syntax updates
1.6.1
1.6.0
- drop support for python 2
- drop support for pymongo 2.* versions
- add support for python 3.8 - 3.10
- Default to not allow connection failures
Development
- switch from nose to pytest
- constrain pymongo version to < 4
- switch from Travis to GitHub Actions
- show README contents on PyPI
- testing fixes
1.5.3
Small optimizations:
- cache compiled Regex patterns
- running Webob.path (hasattr will execute a
@property
) is expensive, so don't
check it. Tried using dir() instead, but its even slower overall - microoptimization: avoid tuple(sorted(.. when empty kwargs (common)