Skip to content

v6.8.3

Choose a tag to compare

@devpacdd devpacdd released this 24 Nov 19:25
· 57 commits to master since this release

[6.8.3] - 2025-11-24

A maintenance update. This update fix an error in componnet_iri update process to v6.8.0 when the data has iri and title as null or empty or HTML empty tag.

{
	"iri": null,
	"title": " "
}

In this situation, the dataframe creation for the title can not return a valid section_id.

Important

If the v6.8.0 fails to update data, update your code to this version previously to ensure that this situation can be handle correctly.

Bug Fixes

  • Fix component_iri issue where empty labels are no checked correctly given a null value when the label contains spaces or HTML tags (false empty).

Miscellaneous Tasks

  • Add control to ensure we return proper type (int or null) in component_iri::save_label_dataframe_from_string.