From opensource at ronnypfannschmidt.de Wed Sep 2 20:58:56 2015 From: opensource at ronnypfannschmidt.de (Ronny Pfannschmidt) Date: Wed, 2 Sep 2015 20:58:56 +0200 Subject: [execnet-dev] release of execnet 1.4.1 to fix the serializer regression Message-ID: <55E746F0.9010000@ronnypfannschmidt.de> Hi, unfortunately there was a serializer regression in execnet 1.4 due to the implied order of the opcodes i created a unittest for them and restored the original order -- ronny changelog: 1.4.1 ------ - fix a regression of the Serializer created by the implied opcode ordering which resulted in a incompatible opcode mapping *warning* stored serialized objects created with 1.4.0 are incompatible with previous versions and future versions additionally stored serialized objects containing complex objects will have a incompatible opcode when read with execnet < 1.4.0 and wont be loadable with execnet 1.4.0 either its strongly suggested to avoid using the Serializer of execnet 1.4.0 this affects devpi and the external pytest-cache plugin