Skip to content

Releases: nokia/network-as-code-py

Release v5.0.0

18 Dec 13:52
Compare
Choose a tag to compare

Breaking changes:

  • Location verification using device.verify_location() returns a result object containing
    match_rate, last_location_time and the result_type fields

Version 4.1.0

12 Nov 08:25
Compare
Choose a tag to compare

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

24 Sep 15:17
Compare
Choose a tag to compare

Breaking changes:

  • device.create_qod_session() now requires duration as a mandatory parameter
  • device.get_congestion() now returns a list of Congestion 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