1.2.0-beta.1 (2023-08-09)
Features
- Added global event bus (6ee46a8)
- Added optional HAR file tracker (6e1ce51)
- Introduction of flexible resource file in preparation for future library structure changes or additional persisted information (bec50d1)
Bug Fixes
- Add support for com.dji.mimo.pano.jpeg filetype (8597476)
- Add support for mpo filetype (01df262)
- Adding support for avif file type (4f6db76)
- Default retry count set to 10 (4e7dad7)
- Event Registry to keep track of event listeners, stopping memory leaks (0fda9ee)
- Separate streaming axios instance to handle asset downloads (afed636)
- Unknown file type descriptor no longer fatally fails (e138994)
Tests
- Finalized validator tests (ca802c9)
- Reworking SyncEngine in order to correctly report on coverage (dd090a3)
CI Pipeline
- External PR workflow using correct logic (c715f59)