Skip to content

Releases: neilstephens/MiniPlex

1.0.1

28 May 03:46
Compare
Choose a tag to compare
# MiniPlex version 1.0.1

## 1.0.1
  * ProtoConv: connection retry backoff options for TCP
  * change to default console log level ('critical' instead of 'off')

1.0.0

16 Feb 10:56
Compare
Choose a tag to compare
# MiniPlex version 1.0.0

## 1.0.0
  * Delimiter bugfix
  * Ready for prime-time

## 0.3.4
  * ProtoConv packet delimiters as an alternative to protocol framing

## 0.3.3
  * ProtoConv updates:
    * DNP3 frame checking fixes
    * Serial port write queuing
    * Write queue size cmdline option
    * DNP3 transport fragment re-ordering
  * ProtoConv and MiniPlex:
    * UDP performance improvements, and cmdline option for changing rcv buffer size socket option

0.3.4

11 Jan 14:04
Compare
Choose a tag to compare
# MiniPlex version 0.3.4

## 0.3.4
  * ProtoConv packet delimiters as an alternative to protocol framing

## 0.3.3
  * ProtoConv updates:
    * DNP3 frame checking fixes
    * Serial port write queuing
    * Write queue size cmdline option
    * DNP3 transport fragment re-ordering
  * ProtoConv and MiniPlex:
    * UDP performance improvements, and cmdline option for changing rcv buffer size socket option

0.3.3

11 Jan 02:26
Compare
Choose a tag to compare
# MiniPlex version 0.3.3

## 0.3.3
  * ProtoConv updates:
    * DNP3 frame checking fixes
    * Serial port write queuing
    * Write queue size cmdline option
    * DNP3 transport fragment re-ordering
  * ProtoConv and MiniPlex:
    * UDP performance improvements, and cmdline option for changing rcv buffer size socket option

0.3.2

02 Jan 03:23
Compare
Choose a tag to compare
# MiniPlex version 0.3.2

## 0.3.2
  * Release notes update

## 0.3.1
  * Github release files with versions in name

## 0.3.0
  * ProtoConv: Additional utility to convert between streams and datagrams

0.2.2

07 Apr 12:02
Compare
Choose a tag to compare
# MiniPlex version 0.2.2

## 0.2.2
  * Proper static binaries for Linux
    * Alpine Linux Dockefile to statically link musl libc
  * Benchmark mode

0.2.0

31 Mar 11:28
Compare
Choose a tag to compare
# MiniPlex version 0.2.0

## 0.2.0
  * Proper static binaries for Windows
  * Option for permanent cache entries (branches)

0.1.0

28 Mar 02:14
Compare
Choose a tag to compare
# MiniPlex version 0.1.0

## 0.1.0
  * Initial release
  * Supports UDP Hub/Trunk/Prune
  * No support for TCP yet