This update introduces a 'default' argument to the storage.read
and storage.read_json
methods. If specified, the method will return the provided default value when the requested file does not exist. The behavior remains unchanged if the 'default' argument is not provided.
Full Changelog: v3.12.1...v3.12.2