1.1 Updates

1.1.1 New Schema for Microsoft 365

Supported schema for Microsoft 365 data has been added with this release.

1.1.2 Added Hex String Functions

The following supported functions have been added for use with conversion to and from bytes and their hex string equivalents:

  • srs.bytes_to_hex_string

  • srs.hex_string_to_bytes

1.1.3 Added Path Hash Function

The following function was added for support of sha256 hashing of path strings:

  • srs.path_hash_sha256

It operates in the same way as the previous srs.path_hash function in that it converts the input string to lower case prior to calculating the hash which in this case is SHA-256.

Currently this function is used for web URL path hashes in Microsoft 365 entries.