Releases: nokia/network-as-code-py
Releases · nokia/network-as-code-py
Release v5.0.0
Breaking changes:
- Location verification using
device.verify_location()
returns a result object containing
match_rate
,last_location_time
and theresult_type
fields
Version 4.1.0
Changes:
- Location information from
device.location()
now supplies radius information - QoD sessions can be extended with
session.extend_session()
method - The date given by SIM Swap is now provided as
datetime
- Docstrings have been updated across the board
Version 4.0.0
Breaking changes:
device.create_qod_session()
now requiresduration
as a mandatory parameterdevice.get_congestion()
now returns a list ofCongestion
objects
Changes:
device.verify_location()
may now return a "PARTIAL" result if the device is
partially inside the verification area
Fixes:
- Previously due to a miscommunication
device.sessions()
would return all
created sessions. These have now been correctly limited to device-specific ones