Skip to content

Releases: StdCarrot/Py3AMF

Py3AMF 0.9.0

Choose a tag to compare

@StdCarrot StdCarrot released this 03 Jul 06:03
  • Test CPython 3.11 through 3.14 while keeping installation open for older Python 3 versions where possible.
  • Keep AMF0, AMF3, core remoting, the WSGI gateway, and the pure Python runtime path as the supported 0.9.0 surface.
  • Keep pyamf.adapters helper modules available, while removing legacy framework adapter and gateway tests from the default suite.
  • Drop official support for Jython and Cython extension builds. Existing Cython sources remain in the source tree for compatibility and reference, but Cython is no longer installed as a development dependency and extension builds are disabled during installation.
  • Drop official support for Twisted, Django, and Google App Engine gateway integrations.
  • Drop official support for Django, SQLAlchemy, Elixir, and Google App Engine adapter integrations. Existing adapter modules remain available as helper and legacy modules, but framework-specific object conversion should happen at the application layer.
  • Split runtime and full test dependencies into requirements.txt and test-requirements.txt.
  • Remove deprecated setuptools test_suite and tests_require metadata, and remove the deprecated license classifier.
  • Add PEP 517 build metadata and fix source distribution metadata so runtime dependencies are installed correctly from both wheels and sdists.
  • Add GitHub Actions coverage for the supported CPython 3.11 through 3.14 test matrix.
  • Refresh installation, architecture, community, and tutorial documentation to advertise only the supported 0.9.0 runtime surface.

v0.8.11

Choose a tag to compare

@StdCarrot StdCarrot released this 04 Mar 11:26

0.8.11 (2022-02-25)

  • Change str to binary
  • Fix syntax errors

v0.8.10

Choose a tag to compare

@StdCarrot StdCarrot released this 13 Jan 06:31

0.8.10 (2020-01-10)

  • Support Python 3.7 and 3.8

0.8.9 (2018-07-18)

  • Support SqlAlchemy

0.8.8 (2018-04-03)

  • Improve compatibility with python 3.6

v0.8.7

Choose a tag to compare

@StdCarrot StdCarrot released this 25 Aug 10:38

Fix http header function to support python3

v0.8.5

Choose a tag to compare

@StdCarrot StdCarrot released this 06 Apr 02:59

Pass setup.py test without adapters

0.8.1-dev

0.8.1-dev Pre-release
Pre-release

Choose a tag to compare

@StdCarrot StdCarrot released this 04 Apr 15:51

Warning! This is under developing. Doesn't work fine.

  • Can encode/decode message with AMF3. AMF0 was not tested.
  • Couldn't use Service and Client.
  • Couldn't pass setup.py test.