Skip to content

Releases: Wifx/gonetworkmanager

v2.1.0

19 Jan 14:04
Compare
Choose a tag to compare

Changelog

Added

  • Add device auto-connect setter

Fixed

  • Connection settings route and address data types

Notes

BREAKING CHANGES reminder

This is to remind you that since v2, there is this breaking change:

  • 2463458 BREAKING CHANGE : Generic recursive settings map dbus variants decoding

How to upgrade

Dbus variants from settings are now "decoded" direcetly, the same way as other properties. This abstracts the usage of dbus for the settings. When upgrading, replace the dbus.Variant.Value() calls in the by simple value access. This allows the usage of generic mappers that cannot convert dbus Variants.

v2.0.0

22 Nov 10:57
Compare
Choose a tag to compare
v2.0.0 Pre-release
Pre-release

Changes

  • 4d20dec Update go-dbus to v5.1.0
  • 2463458 BREAKING CHANGE : Generic recursive settings map dbus variants decoding

How to upgrade

Dbus variants from settings are now "decoded" direcetly, the same way as other properties. This abstracts the usage of dbus for the settings. When upgrading, replace the dbus.Variant.Value() calls in the by simple value access. This allows the usage of generic mappers that cannot convert dbus Variants.

Note

Dbus is not yet totally abstracted as some objects expose dbus.ObjectPath.

v0.5.0

22 Nov 07:37
Compare
Choose a tag to compare

Added

  • ec47b19 Godoc standard comment prefix
  • f53c0a6 DnsManager
  • 24266a3 Device: GetIp4Connectivity
  • e0c2698 Constants for Nm80211APSec
  • Add gitignore

Fixed

  • c9388ff CheckpointCreate: fix devicePaths variable scope

v0.4.0

17 Jan 07:41
4b20a2d
Compare
Choose a tag to compare

Added

  • 0080a5c AccessPoint: add LastSeen property

Changed

  • a1ddfea Examples: move examples to their own subfolders

Fixed

  • 19203e6 DeviceWireless: remove duplicated fields
  • bfc40dc PrimaryConnection: use ActiveConnection type
  • ba03108 SubscribeState: add the path to the recieved chan type, catch connect event for ActiveConnection

v0.3.0

26 Mar 08:22
3ba9bbd
Compare
Choose a tag to compare

Added

Static connection example (@everactivemilligan)

Fixed

  • [e67f06a] GetPropertyRouteData panic (@zhengdelun)

v0.2.0

06 Mar 11:05
Compare
Choose a tag to compare

Fixed

  • [2403e09] added missing flag for Reload
  • [083258d] added parameter specific_object for AddAndActivateConnection
  • [b5a3c5f] Fix CheckpointCreateand GetPropertyCheckpoints

Added

  • [90c97fb] Add property setter helper
  • [98840bd] Add Device.SetPropertyRefreshRateMs
  • [af71756] Add Device.Reapply

v0.1.1: Merge pull request #6 from bminer/master

26 Sep 07:46
050d2c2
Compare
Choose a tag to compare

Changed

  • 73c139a Updated the godbus import to v5 the correct way

v0.1-alpha

18 Sep 08:44
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release
v0.1.0

Add backward compatibility notice