What's Changed
- Libs/All: Enable server-side support of 'canceled' message-attempt status by default
- If you were previously comparing attempt statuses against 'success', note that the
result of the comparison will now change for messages canceled by a transformation script
- If you were previously comparing attempt statuses against 'success', note that the
- Libs/Python: Move from
setup.pyto PEP-518-compliantpyproject.tomlbuild system - Libs/Python: Clarify that the minimum-supported Python interpreter version is 3.8
- Libs/Python: Actually run tests against all supported python versions
- Libs/PHP: Fix deprecation warning for
DateTimeImmutableconstruction fromnull(thanks @VincentLanglet)
Full Changelog: v1.94.0...v1.95.0