User-visible changes in "magic-wormhole-mailbox-server":
- (put release-notes here when merging / proposing a PR)
- CI no longer tests Python 3.9 (it is EOL)
- CI no longer tests Python 3.8 (it is EOL)
- add Python 3.14
- fix link to transit-relay (@nirit100)
- fix stdout test error (@sblondon)
- remove depracated pkg_resources use (@sblondon)
- syntax modernization (@sblondon)
- use f-strings everywhere (@sblondon)
- replace returnValue() with return (@p12tic)
- make README match tested versions (@p12tic)
- no need to install mock (@bkmgit)
- properly require "setuptools" for install (#47, jameshilliard)
- correctly close a mailbox which still has a nameplate (#28)
- remove python2 support
- test on python 3.8, 3.9, 3.10, 3.11 and 3.12 series
- drop "six" (#35)
- upgrade "versioneer"
- listen on IPv4+IPv6 properly (#16)
- listen on IPv4+IPv6 socket by default (#16)
- deallocate AppNamespace objects when empty (#12)
- add client-version-uptake munin plugin
- drop support for py3.3 and py3.4
Record 'None' for when client doesn't supply a version, to make the math easier.
Fix munin plugins, record client versions in usageDB.
Improve install docs, clean up Munin plugins, add DB migration tool.
Initial release: Forked from magic-wormhole-0.10.5 (14-Feb-2018)