Skip to content

0.7.0

Compare
Choose a tag to compare
@njoyce njoyce released this 10 Feb 15:24
· 26 commits to master since this release
  • Dropped support for Python 2.5. A Python 3 port is underway.
  • Fix a rare string collision bug with AMF3 #36
  • Updated to use the latest version of Cython (0.21.2) #34
  • Added Travis/coveralls support.
  • Add post processing callbacks to finalise the decoded payloads. #45
  • Added support for google.appengine.ext.ndb. #47
  • pyamf.Undefined now evaluates to False in a boolean expression.
  • Fixed an issue in the client where ; charset=utf8 would be appended to the
    Content-Type response header
  • Add support for collections.OrderedDict and collections.Counter
  • pyamf.codec._Codec.__init__ now supports duck-typing.
  • Enabled subclassed list/tuple to be overridden by pyamf.add_type before
    defaulting to writing a sequence.
  • Numerical keys in a pyamf.MixedArray would cause an exception. Affects
    pure python decoder only.
  • Fixed a segfault (the first ever!) in cpyamf caused by encoding subclassed
    tuples/list/sets. Thanks to @wolever for the heavy lifting
  • Add support for weakref objects