Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

53 lines (31 loc) · 1.23 KB

Changelog for RouterOS-api

0.18.2 (unreleased)


  • Nothing changed yet.

0.18.1 (2024-05-28)


  • Fix tests not being run with GitHub Actions.
  • Add linters.
  • Fix SyntaxWarning.

0.18.0 (2024-04-30)


  • Drop support for end-of-life Python versions (2.7, 3.4, 3.5, 3.6, 3.7)
  • Add support for new Python versions (3.9, 3.10, 3.11, 3.12)
  • Add IPv6 support (#88)

0.17.0 (2019-09-24)

  • Add missing types of field to api_structure

0.16.0 (2019-09-24)

  • Fix bug with plain text login using string credentials (#47)
  • Add support for new Python versions
  • Drop end-of-life Python versions

0.15.0 (2018-08-23)

  • Support new login API for v6.43. (#29)

    Backwards-incompatible: use plaintext_login=True if you connect with devices with OS older than v6.43.

  • Add SSL encryption. (#30)

0.14 (2016-04-15)

  • Beginning of tracking changelog.