Issue #22849 has been updated by Andrew Parker. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged into master in [d7e4a276](https://github.com/puppetlabs/puppet/commit/d7e4a276ed54ab291317434b97f401511bfa2647) ---------------------------------------- Feature #22849: Add msgpack serialization for network communication https://projects.puppetlabs.com/issues/22849#change-98757 * Author: Andrew Parker * Status: Merged - Pending Release * Priority: Normal * Assignee: * Category: * Target version: 3.4.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1850 ---------------------------------------- YAML is slow and insecure. PSON is a non-compliant form of JSON, which is implemented with a forked version of json_pure. There is a need for a fast, standard, network transport serialization format. [Msgpack](http://msgpack.org/) gives a simple, fast, and well defined library for serializing all of the data structures that puppet needs to send across the network. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
