Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 03 May 18:26
· 40 commits to master since this release

1.2.0 (2022-05-03)

Values provided to DirectBinaryUploadOptions.withUrl() may (and should) now be URI encoded. For example, previous versions of the module would have accepted the following:

options.withUrl('http://localhost/content/dam/my path');

Going forward, the value should instead be:

options.withUrl('http://localhost/content/dam/my%20path');