Skip to content

Releases: pyserial/pyserial

v3.5b0

21 Sep 01:18
Compare
Choose a tag to compare
v3.5b0 Pre-release
Pre-release

Beta release of pySerial 3.5

v3.4

21 Sep 01:18
Compare
Choose a tag to compare
chore: release 3.4

v.3.2.1

14 Oct 20:51
Compare
Choose a tag to compare

Changes since V3.1.1:

  • a number of smaller bugfixes
  • remove serial.aio in favor of separate package, pyserial-asyncio

See changes for more details.

Bugfix release 3.1.1

12 Jun 20:55
Compare
Choose a tag to compare

Changes since V3.1:

  • avoid Python 3 syntax in aio module
  • plus a few minor fixes

See changes for more details.

v3.1

28 May 01:10
Compare
Choose a tag to compare

Changes since V3.0.1:

  • new cancel_read() / cancel_write() functions
  • improved support for pty's, aio (posix)
  • several bug fixes
  • release as wheel (also replaces .exe for windows)

See changes for more details.

v3.0.1

11 Jan 23:37
Compare
Choose a tag to compare

Changes since V3.0:

  • Serial keyword arguments, more on backward compatibility, fix #55
  • list_ports: return name if product is None, fix for #54
  • port_publisher: restore some sorting of ports
  • special case for FDTIBUS in list_ports on win32

See changes for more details.

v3.0

29 Dec 02:43
Compare
Choose a tag to compare

Changes since V2.7:

  • one code base for Python 2.7 and 3.2+ (support for older Python versions is dropped)
  • new API (old one is still available for backwards compatibility)
  • new URL handlers spy:// and alt://, improvements to rfc2217:// and socket:// (bugfixes, IPv6)
  • URL parameter format has been changed
  • experimental convenience APIs for threading and asyncio (the later only under Posix)
  • updated miniterm: changed handling of bytes/Unicode/encoding
  • a number of bugfixes

Changes since V3.0b1:

  • minor fixes, hwgrep:// now has options
  • tcsetattr bugfix for Posix

See changes for more details.

v3.0b1

20 Oct 21:29
Compare
Choose a tag to compare
v3.0b1 Pre-release
Pre-release

First beta release of V3.x series.

Refactoring for proper Python 3 support, API changes, fixes and some new features.

see changes for more details.

v3.0a0

22 Sep 22:46
Compare
Choose a tag to compare
v3.0a0 Pre-release
Pre-release

First alpha release of V3.x series.

Refactoring for proper Python 3 support, API changes, fixes and some new features.

see changes for more details.