Does ouster-sdk git start supporting rev8 sensor osf files?

I got this error while checking to process Billboards-RGB_rgb16.osf with current sdk (https://github.com/ouster-lidar/ouster-sdk[)](https://github.com/ouster-lidar/ouster-sdk):

ouster_sdk_test$ python3 osf_read_test.py
[2026-06-02 14:16:17.003] [ouster::sdk::core] [warning] The OSF file was created with schema version 2.2.0, but this reader only supports up to 2.1. Continuing to read using best-effort compatibility mode. Some fields introduced in newer versions may be ignored or unrecognized. For full feature support, consider updating to the latest version of the OusterSDK.

Hi,

Someone saved this file using an in-development version of the SDK. That message is just a warning in case someone saved something using backwards incompatible features in the file. The file should still work as expected with SDK 0.16.2 (the latest publicly available version) as it does not use such unsupported features.