The max_length allows for limits on the encoded id and will be defaulted to 128 characters.
In addition to the changes needed to support max_length in encoding and decoding, I had to add max_length: nil to a few of the tests in order to not get caught by the default max_length.
The max_length allows for limits on the encoded id and will be defaulted to 128 characters.
In addition to the changes needed to support max_length in encoding and decoding, I had to add
max_length: nil
to a few of the tests in order to not get caught by the default max_length.