Skip to content

Releases: snstac/pytak

Release v6.2.2

04 Dec 19:28
Compare
Choose a tag to compare
Added "certificate verify failed" error instructions. Fixes #55

Release v6.2.1

04 Dec 19:08
Compare
Choose a tag to compare
Added "PEM pass phrase" prompt instructions & bumped patch version. F…

Release v6.2.0

02 Dec 01:10
Compare
Choose a tag to compare
version bump

Release v6.1.1

28 Nov 18:04
Compare
Choose a tag to compare
bump patch version to remove beta string

Release v6.1.0

28 Nov 18:02
Compare
Choose a tag to compare
fixed docs backlink to changelog

Release v6.0.0

06 Jul 04:32
Compare
Choose a tag to compare
PyTAK 6.0.0

-----------
- Moved & expanded documentation at https://pytak.readthedocs.io/
- ``COT_URL`` now defaults to ``udp+wo://239.2.3.1:6969``, aka 'Mesh SA' in
  ATAK & WinTAK. This disables receiveing CoT by default. To enable receiving
CoT, remove the ``+wo`` modifier.
* Fixes #31: 'protobuf support', "TAK Protocol, Version 1" is now the default
* output from PyTAK, *BUT* you must install the ``takproto`` python module
* seperately to ENABLE, otherwise reverts to CoT XML. PyTAK will automatically
* detect if the ``COT_URL`` is multicast or unicast, and use the appropriate
* protobuf format. See: https://github.com/snstac/takproto
* Fixes #36: 'Network is unreachable', added ``PYTAK_MULTICAST_LOCAL_ADDR`` to
* allow setting bind port on network connections.
* Fixes #37: 'unknown compression', reverted to github builder ubuntu-20.04
- Added support for reading PKCS#12 (.p12) files containing public-private key
  pairs. Set p12 file with ``PYTAK_TLS_CLIENT_CERT``, and keystore password
with ``PYTAK_TLS_CLIENT_PASSWORD``.
- Updates for AirTAK v1 support:
  https://www.snstac.com/blog/introducing-airtak-v1
- Moved setup.py metadata to setup.cfg
- Style, lint and layout cleanup of code.
- Added CI testing for Python 3.11
- Added Read The Docs builder.
- Added PyTAK shield logo & screenshots.

Release v5.6.1

28 Jan 07:30
Compare
Choose a tag to compare
Minor update to export read_perf_package

Release v5.6.0

20 Jan 03:57
Compare
Choose a tag to compare
bump to 5.6.0

Release v5.5.0

19 Jan 22:00
Compare
Choose a tag to compare
Bump to 5.5.0

Fixes: #27, #25, #23, #14, #13

Release v5.4.1

06 Oct 22:55
Compare
Choose a tag to compare
patch version bump