Nokogiri v1.10.9 Release Notes

Release Date: 2020-03-01 // about 4 years ago
  • 1.10.9 / 2020-03-01

    ๐Ÿ›  Fixed

    • ๐Ÿ’Ž [MRI] Raise an exception when Nokogiri detects a specific libxml2 edge case involving blank Schema nodes wrapped by Ruby objects that would cause a segfault. Currently no fix is available upstream, so we're preventing a dangerous operation and informing users to code around it if possible. [#1985, #2001]
    • ๐Ÿ’Ž [JRuby] Change NodeSet#to_a to return a RubyArray instead of Object, for compilation under JRuby 9.2.9 and later. [#1968, #1969] (Thanks, @headius!)