Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Releases: Fitbit/thriftcli

Release 1.5

22 Dec 20:39
efa6894
Compare
Choose a tag to compare

This release fixes minor mTLS bugs.

https://pypi.org/manage/project/thriftcli/release/1.5/

Changelog

commit efa6894 (HEAD -> master, tag: v1.5, github/master)
Merge: 3ee288b 9b0ce63
Author: Victor Tatai vtatai@gmail.com
Date: Tue Dec 22 12:14:47 2020 -0800

Merge pull request #34 from mikhail-hul/master

Version set to 1.5

commit 9b0ce63
Author: Mikhail Hul mhul@fitbit.com
Date: Thu Dec 17 13:04:53 2020 +0300

Test fixed

commit 78d8878
Author: Mikhail Hul mhul@fitbit.com
Date: Thu Dec 17 12:28:09 2020 +0300

Forcing python 2.7 for travis

commit 03120ff
Author: Mikhail Hul mhul@fitbit.com
Date: Thu Dec 17 11:32:04 2020 +0300

Fixed formatting issue

commit de61871
Author: Mikhail Hul mhul@fitbit.com
Date: Mon Nov 23 17:41:03 2020 +0300

Version set to 1.5

commit 3ee288b
Author: Victor Tatai vtatai@gmail.com
Date: Thu Oct 22 13:23:42 2020 -0700

Update README.md

commit a4e43b3
Merge: 2342d4c da5e1b7
Author: Victor Tatai vtatai@gmail.com
Date: Tue Oct 20 10:47:32 2020 -0700

Merge pull request #30 from mikhail-hul/master

Bug-fix: non-proxied ssl client is rejecting connection on handshake due to certification validation failure

commit da5e1b7
Author: Mikhail Hul mhul@fitbit.com
Date: Thu Oct 15 17:33:11 2020 +0300

Non-proxied ssl client now gets proper ca configuration to accept incoming connections in cases of cert_verification_mode!=none

commit 2342d4c
Author: Victor Tatai vtatai@gmail.com
Date: Wed Sep 16 17:02:12 2020 -0700

Fixing docker instructions

commit 4e0c5c7
Merge: bbd3602 d4646a3
Author: Victor Tatai vtatai@gmail.com
Date: Wed Sep 16 12:17:51 2020 -0700

Release 1.4

04 Sep 18:11
9b50def
Compare
Choose a tag to compare

This release adds support for TLS as a client. Please check the README for more instructions.