This is a pre-release, to thank @tibbing for his contribution. There will be breaking changes to this feature in the next release.
- Adds a new optional variable
id_max_length
, that when set to a value greater than 0 will limit the length of ID output to given value. - The truncated ID is still disambiguated by suffixing the first 5 characters of the md5 hash of the full ID.
- The full ID will still be available as a new output
id_full
. - The default value of
id_max_length
is 0, so that the change is not breaking any existing usages.