Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.6.2
* Added
* `QMI.DeviceManagement.get_manufacturer/1`
* `QMI.DeviceManagement.get_model/1`
* `QMI.DeviceManagement.get_hardware_rev/1`
## v0.6.1
* Enhancements
* Build and code cleanup
* Fixes
* A crash when a response is received after the request has timed out
## v0.6.0
* Updates
* Changes `QMI.Codec.Indications` to be an internal module
## v0.5.1
* Improvements
* Add `QMI.UserIdentity.read_transparent/3`
* Add `QMI.UserIdentity.parse_iccid/1`
* Better error reasons returned from sending a request
* Fixes
* Timeout crash when requesting a new client id
## v0.5.0
* Improvements
* Add support for QMI indications
## v0.4.0
* Changes
* Change supervision tree to support driver crashes (backwards incompatible)
## v0.3.1
* Fixes
* Fix type spec for `QMI.Codec.NetworkAccess.home_network_report()`
* Fix error when the device closes and QMI retries to open the device
## v0.3.0
* Improvements
* Clean up unused code
* Add and update docs
* Changes
* Change `:rssis` to `:rssi_reports` in the
`QMI.Codec.NetworkAccess.signal_strength_report()`
## v0.2.0
Major refactor
## v0.1.0
Initial release