Skip to content

Version 0.13.0

Compare
Choose a tag to compare
@srowen srowen released this 21 Sep 00:40
· 33 commits to master since this release

This is a minor bug fix release; see https://github.com/databricks/spark-xml/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.13.0

  • Improvement: better handling of certain XSD complexTypes in XSD -> schema parsing (#559)
  • Fix: Return null for primitive types when value matches nullValue string (#542)
  • Deprecated Dataset[String] implicit and improve XmlReader options (#528)
  • Deprecated Scala 2.11 support