Skip to content

Releases: Wifx/gonetworkmanager

v3.2.0

v3.2.0 Pre-release
Pre-release

Choose a tag to compare

@mullerch mullerch released this 06 May 08:40

Added

  • Add GetPath() method to IP4Config and IP6Config interfaces
  • Add public decoding functions for IP4 and IP6 data structs

v3.1.0

Choose a tag to compare

@mullerch mullerch released this 28 Apr 15:17

Added

  • Generate stringer implementations for all enum types
  • Add newest device properties and centralize HwAddress property

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@mullerch mullerch released this 24 Jan 12:02

What's Changed

  • BREAKING CHANGE: fix prefixes and metrics as uint8 to uint32 by @tom-wegener in #46
  • BREAKING CHANGE: Fix #39 : Device.Reapply using wrong settings argument
  • Fix #45: Improve Device types consistency by using DeviceFactory instead of NewDevice

New Contributors

Full Changelog: v2.2.0...v3.0.0

v2.2.0

Choose a tag to compare

@mullerch mullerch released this 24 Jan 08:28
610197d

What's Changed

  • Add Device StateChanged signal subscription by @din-objo in #37
  • Add DeviceBridge support by @kamil-krawczyk in #38
  • Fix: GetPropertyNameserverData of IP4Config (was returning uninitialized structs in case of failure during property read) by @StinkyPeach in #41

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@mullerch mullerch released this 19 Jan 14:04

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

v2.0.0 Pre-release
Pre-release

Choose a tag to compare

@mullerch mullerch released this 22 Nov 10:57

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

Choose a tag to compare

@mullerch mullerch released this 22 Nov 07:37

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

Choose a tag to compare

@mullerch mullerch released this 17 Jan 07:41
4b20a2d

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

Choose a tag to compare

@mullerch mullerch released this 26 Mar 08:22
3ba9bbd

Added

Static connection example (@everactivemilligan)

Fixed

  • [e67f06a] GetPropertyRouteData panic (@zhengdelun)

v0.2.0

Choose a tag to compare

@mullerch mullerch released this 06 Mar 11:05

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