- Fix an issue with `Creator.upload_asset` and `Creator.update_asset` in the asynchronous version of the library due to outdated Operation returns.
2.2.3
- Fix issue relating to a fix in v2.2.2 relating to `EntryVersion`
2.2.2
- Add a fix that results in `EntryVersion` fields being `None` instead of raising `KeyError` when unexpectedly not present due to API issues.
2.2.1
- Fix bug causing import issue on python versions 3.10 and earlier.
2.2.0
- Added support for [secrets store](https://devforum.roblox.com/t/secrets-store-general-availability/2892154/102?u=treeben77) apis, - Added `Conflict` exception. - `PreconditionFailed` now bases `Conflict` which still bases `BaseException`. - Bump version to 2.2.
2.1.5
- Fix an issue with `Place.upload_place_file` timing out with large files (the timeout for this function is now 180 seconds) - Added support for configuration of the `timeout` parameter in `send_request`. - Increased the default timeout from 10 seconds to 15 seconds globally.