Skip to content

Releases: danikf/tik4net

Version 3.4

26 Sep 18:42
Compare
Choose a tag to compare

New

  • tool/traceroute entity + helpers
  • tool/ping helpers

Fixed

  • Command.ExecuteWithDuration fix
  • InterfaceMonitorTraffic fix

Version 3.3 release.

26 Sep 17:03
Compare
Choose a tag to compare

Whats new:

  • Support for own tag sent to sync commands in commandText
  • Native support for entities loaded in different way than /print
  • Connection.LoadByName extension
  • Connection extension methods for entity static methods
  • Connection .ExecuteNonQuery, .ExecuteScalar extensions
  • ApiCommand onDoneCallback for LoadAsync
  • Connection.SendTagWithSyncCommand option

New classes:

  • InterfaceMonitorTraffic
  • WirelessChannels, WirelessSniffer ( (c) AsafMag)
  • PPP objects

Fixed:

  • Exception from conncetion.Close
  • Typo in InterfaceWireless
  • Correct behavior when connection was forced to close
  • Parallel async commands cancel fix