Skip to content

4.0.0

Compare
Choose a tag to compare
@ITzTravelInTime ITzTravelInTime released this 12 Nov 17:18
· 16 commits to main since this release
  • Added variations of the SimulatableDetectable protocol (one for timed re-sample of the status data, another for one sample of status data, and another for alway resample status data).
  • Added SimpleReachability to detect the status of network connection.
  • Re-worked the implementations of SimulatableDetectable types to use the new protocol variants and to reduce the quantity of implementation code.
  • Changed the way that the usage of a custom SIP Configuration is detected.
  • Updated dependancies.
  • Updated README.
  • Updated the included Demo playground.

Notes: This version breaks compatibility with existing classes/structs implementing the SimulatableDetectable protocol from past versions, modifying the code for those types is needed in order to switch to this new version.