Hi Burak, very cool, thank you!
I'm, currently, using Integer and Float everywhere so i will, probably, fix that. Why exaclty is usage of spyne.model.primitive.Integer not recommended? Don't know if it's bug or not but there a code without highlighting: http://spyne.io/docs/2.10/manual/03_types.html#primitives Btw, maybe something like 'references' should be added to spyne.io so everyone can see that spyne is really production-ready :) azur ______________________________________________________________ > Od: "Burak Arslan" <[email protected]> > Komu: <[email protected]> > Dátum: 02.04.2013 18:37 > Predmet: Re: [Soap-Python] The upcoming Spyne-2.10.0 > >Hi, > >FYI, The first draft of the long-overdue "Spyne Models and Python Types" >chapter is up. It should clear a lot of myths :) > >http://spyne.io/docs/2.10/manual/03_types.html > >Best, >Burak > >On 03/27/13 10:14, Burak Arslan wrote: >> >> Hello, >> >> This is to let you know that, as of now, Spyne-2.10.0 is in feature >> freeze. >> >> I'm going to fix failing tests (only two left), add a couple of new >> ones to see how well the new things that are bolted together hold, >> update the docs and make a release hopefully in a week or two. >> >> The diffstat gives: >> >> $ git diff --stat spyne-2.9.4 >> (...) >> 96 files changed, 5743 insertions(+), 3239 deletions(-) >> >> ... which is quite a lot :) So please test the code at the master >> branch of http://github.com/arskom/spyne and report any >> incompatibilities and regressions you might find. This is important, >> please do test and let me know about the tiniest oddity! It must not >> be there :) >> >> A non-trivial chunk of the changes is due to Stephan Andersson's >> removing the last bit of serialization logic from ModelBase which >> moved a lot of code around. (Thanks Stephan!) >> >> There are no changes on the SOAP side, except maybe having >> cleanup_namespaces=True by default as opposed to False in previous >> versions, which will result in much more compact responses. Also, >> XmlDocument got better in handling Xml attributes. >> >> There are many infrastructure changes though, like proper twisted >> support and much more mature SQLAlchemy support, which makes Spyne >> easier to integrate with existing infrastructure. >> >> I hope that you find the new version of Spyne useful. As always, >> feedback is much welcome and appreciated. >> >> Best regards, >> Burak >> >> _______________________________________________ >> Soap mailing list >> [email protected] >> http://mail.python.org/mailman/listinfo/soap > >_______________________________________________ >Soap mailing list >[email protected] >http://mail.python.org/mailman/listinfo/soap > _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
