* Breaking: Provide the same kwargs used in the protobuf lib on encoding/decoding rather than the ``options`` dict, except ``DescriptorPool`` which is unserializable. * Breaking: Change param ``mc`` -> ``message_converter`` on top level functions.
0.7.0
* Bugfix: Fixed a bug where int64 protobuf types were not being properly converted into spark types. * Added support for protobuf wrapper types.
0.6.1
* Bugfix: Fixed a bug where ``options`` was not being passed recursively in ``get_spark_schema``.
0.6.0
* Add ``to_protobuf`` and ``from_protobuf`` functions to operate on columns without needing a ``MessageConverter``. * Add ``df_to_protobuf`` and ``df_from_protobuf`` functions to operate on DataFrames without needing a ``MessageConverter``. These functions also optionally handle struct expansion.
0.5.1
* Bugfix: Fix ``bytearray`` TypeError when using newer versions of protobuf