248 Commits

Author SHA1 Message Date
J. Nick Koston
ef7d9d4407
feat: use cimports for message marshalling (#149) 2022-11-04 11:37:12 +01:00
github-actions
7e84425639 1.69.0
Automatically generated by python-semantic-release
2022-11-04 08:15:47 +00:00
J. Nick Koston
b81de4553f
feat: refactor message_reader to avoid python wrappers (#147) 2022-11-04 09:12:50 +01:00
github-actions
c65bcd7b87 1.68.0
Automatically generated by python-semantic-release
2022-11-04 07:36:30 +00:00
J. Nick Koston
6418ed4bb6
feat: use cimports for unmarshaller Variant and Message (#146) 2022-11-04 08:33:57 +01:00
github-actions
a9c937028b 1.67.0
Automatically generated by python-semantic-release
2022-11-03 23:13:32 +00:00
J. Nick Koston
79d52a50bd
feat: optimize unmarshaller by dropping exception that was only used internally (#145) 2022-11-04 00:10:29 +01:00
github-actions
f1668264bc 1.66.0
Automatically generated by python-semantic-release
2022-11-03 21:59:29 +00:00
J. Nick Koston
2ff84e3ac5
feat: speed up creating Variant objects (#144) 2022-11-03 22:56:18 +01:00
github-actions
aa87b82856 1.65.0
Automatically generated by python-semantic-release
2022-11-03 21:15:53 +00:00
J. Nick Koston
f438c369bd
feat: add cython def for unmarshaller read_sock for fd passing (#143) 2022-11-03 22:13:26 +01:00
github-actions
a4a77cb13b 1.64.0
Automatically generated by python-semantic-release
2022-11-03 10:15:21 +00:00
J. Nick Koston
7d6fb63dc0
feat: speed up marshalling headers (#142) 2022-11-03 11:11:40 +01:00
github-actions
b8aa178e19 1.63.0
Automatically generated by python-semantic-release
2022-11-03 09:17:59 +00:00
J. Nick Koston
d7d301c773
feat: speed up marshall align (#137) 2022-11-03 10:12:57 +01:00
J. Nick Koston
71cf52430b
feat: speed up marshall write_string and write_variant (#138) 2022-11-03 10:09:43 +01:00
github-actions
3b2efffad2 1.62.0
Automatically generated by python-semantic-release
2022-11-03 09:05:19 +00:00
J. Nick Koston
c10a241dc5
feat: speed up marshaller by pre-packing bools (#139) 2022-11-03 10:01:26 +01:00
David Lechner
4a23e0e0c5
chore: update pyproject.toml dependencies (#136) 2022-11-02 19:54:08 +01:00
J. Nick Koston
b486e3248b
chore: add explicit test for workaround of python/cpython#98976 (#135) 2022-11-02 17:24:41 +01:00
github-actions
3c1c675309 1.61.1
Automatically generated by python-semantic-release
2022-11-01 22:16:20 +00:00
J. Nick Koston
2f21ee8b8d
fix: re-release due to pypi not seeing the new version (#134) 2022-11-01 17:12:50 -05:00
J. Nick Koston
6d7391a8f8
chore: adjust poetry for python 3.11 (#133) 2022-11-01 16:54:02 -05:00
github-actions
c2fb92bf86 1.61.0
Automatically generated by python-semantic-release
2022-11-01 21:52:31 +00:00
J. Nick Koston
b53a4675d7
feat: add support and workarounds for cpython3.11 (#31) 2022-11-01 16:49:02 -05:00
David Lechner
1b5c9e1cb9
chore: drop async-timeout dependency on Python >= 3.11 (#132) 2022-11-01 15:10:55 -05:00
github-actions
2646bc2e04 1.60.0
Automatically generated by python-semantic-release
2022-10-31 12:00:32 +00:00
J. Nick Koston
3eef636826
feat: speed up auth phase (#131) 2022-10-31 06:57:39 -05:00
github-actions
10e8e52cd6 1.59.2
Automatically generated by python-semantic-release
2022-10-31 10:58:38 +00:00
J. Nick Koston
8ab1f9d0b3
fix: correctly fallback to pure python when cython is missing (#130) 2022-10-31 05:56:02 -05:00
github-actions
9cd85ad697 1.59.1
Automatically generated by python-semantic-release
2022-10-29 23:46:31 +00:00
David Lechner
f8c67ed00f
fix: pass return value to SendReply.__exit__ (#127) 2022-10-29 18:43:47 -05:00
J. Nick Koston
8f6a431ea4
chore: add additional coverage for multiple messages in the same packet (#126) 2022-10-29 16:50:05 -05:00
github-actions
0f143321e8 1.59.0
Automatically generated by python-semantic-release
2022-10-29 18:54:51 +00:00
J. Nick Koston
61217819fb
feat: speed up decoding headers by avoiding unicode checks (#125) 2022-10-29 13:52:22 -05:00
github-actions
a9108b598e 1.58.0
Automatically generated by python-semantic-release
2022-10-29 15:36:09 +00:00
J. Nick Koston
c8a945210a
feat: add optimized parser for properties changed messages with service data (#124) 2022-10-29 10:33:27 -05:00
github-actions
0ad5395f7f 1.57.0
Automatically generated by python-semantic-release
2022-10-29 15:09:28 +00:00
J. Nick Koston
09822a59ff
feat: add optimized parser for InterfacesRemoved (#123) 2022-10-29 10:06:40 -05:00
github-actions
3714ed1230 1.56.0
Automatically generated by python-semantic-release
2022-10-29 05:16:59 +00:00
J. Nick Koston
c05a27aef9
feat: optimize for interfaces added messages (#122) 2022-10-29 00:14:32 -05:00
github-actions
864843c9e5 1.55.0
Automatically generated by python-semantic-release
2022-10-29 04:27:30 +00:00
J. Nick Koston
52881d9054
feat: add optimized reader for uint16 (#121) 2022-10-28 23:24:42 -05:00
github-actions
1e3c722bfc 1.54.0
Automatically generated by python-semantic-release
2022-10-28 22:21:54 +00:00
J. Nick Koston
5b32072934
feat: speed up unmarshaller with common signature trees (#120)
Co-authored-by: David Lechner <david@lechnology.com>
2022-10-28 17:19:18 -05:00
github-actions
feb997686e 1.53.0
Automatically generated by python-semantic-release
2022-10-28 17:20:39 +00:00
J. Nick Koston
3eb123b036
feat: add additional pxd defs for message (#118) 2022-10-28 12:18:13 -05:00
github-actions
bed77140b1 1.52.0
Automatically generated by python-semantic-release
2022-10-28 17:01:42 +00:00
J. Nick Koston
3c164a9291
feat: small speed up to unpack_variants (#117) 2022-10-28 11:58:58 -05:00
J. Nick Koston
3c773e118c
chore: fix ci (#119) 2022-10-28 11:15:34 -05:00