389 Commits

Author SHA1 Message Date
J. Nick Koston
2fc723eacb
chore: add benchmark for GetValue (#258) 2023-09-28 09:49:51 -05:00
github-actions
8beea1da71 2.11.0
Automatically generated by python-semantic-release
2023-09-27 14:29:06 +00:00
J. Nick Koston
5c8bfe5e15
feat: speed up unpacking arrays (#257) 2023-09-27 09:25:24 -05:00
github-actions
e1d4db724c 2.10.0
Automatically generated by python-semantic-release
2023-09-25 19:29:55 +00:00
J. Nick Koston
0d7a6652d7
feat: speed up constructing Variant objects (#256) 2023-09-25 14:25:52 -05:00
github-actions
eeabcd536f 2.9.0
Automatically generated by python-semantic-release
2023-09-20 09:18:56 +00:00
J. Nick Koston
5aed075166
feat: speed up unmarshalling message body (#255) 2023-09-20 11:14:59 +02:00
github-actions
50b283a4c0 2.8.0
Automatically generated by python-semantic-release
2023-09-20 08:31:01 +00:00
J. Nick Koston
dd74a8409d
feat: speed up unmarshalling Variants (#254) 2023-09-20 10:27:13 +02:00
github-actions
24dbe61160 2.7.0
Automatically generated by python-semantic-release
2023-09-13 18:24:47 +00:00
J. Nick Koston
f9b61b8bc7
feat: speed up readers in the unmarshall path (#253) 2023-09-13 13:21:25 -05:00
github-actions
288ffbe6bb 2.6.0
Automatically generated by python-semantic-release
2023-09-12 03:06:10 +00:00
J. Nick Koston
0b6ba93f73
feat: speed up first connection when using asyncio (#251) 2023-09-11 22:02:16 -05:00
github-actions
7c527b4a39 2.5.0
Automatically generated by python-semantic-release
2023-09-12 02:46:56 +00:00
J. Nick Koston
e4cae13e1a
feat: speed up unmarshaller (#250) 2023-09-11 21:43:34 -05:00
github-actions
1996520489 2.4.0
Automatically generated by python-semantic-release
2023-09-12 00:08:44 +00:00
J. Nick Koston
98c7e75375
feat: add cython typing for ServiceInterface.name (#248) 2023-09-11 19:04:38 -05:00
J. Nick Koston
16b31f91e5
chore: bump cpython CI version (#249) 2023-09-11 19:03:15 -05:00
github-actions
5344884c9b 2.3.0
Automatically generated by python-semantic-release
2023-09-11 23:57:33 +00:00
J. Nick Koston
8f39ba3ada
feat: speed up connect and disconnect (#247) 2023-09-11 18:50:05 -05:00
github-actions
cbcea89509 2.2.0
Automatically generated by python-semantic-release
2023-09-10 20:16:36 +00:00
J. Nick Koston
5f5a150ca0
feat: speed up unmarshalling by skipping unused unix_fds header (#246) 2023-09-10 15:13:17 -05:00
github-actions
5583a2a2e7 2.1.0
Automatically generated by python-semantic-release
2023-09-10 19:52:24 +00:00
J. Nick Koston
da30b04a15
feat: reduce overhead to reset between messages (#245) 2023-09-10 14:49:02 -05:00
github-actions
42bbff5f74 2.0.1
Automatically generated by python-semantic-release
2023-09-08 23:37:35 +00:00
J. Nick Koston
370791da86
fix: clean up address parsing and tests (#244) 2023-09-08 18:33:53 -05:00
github-actions
21f8544d4a 2.0.0
Automatically generated by python-semantic-release
2023-09-07 23:39:15 +00:00
David Lechner
091d421a94
feat!: don't import backends by default (#243) 2023-09-07 18:35:05 -05:00
github-actions
6c3d8c1912 1.95.2
Automatically generated by python-semantic-release
2023-09-07 16:01:11 +00:00
Noel Remy
14f52f216d
fix: handling of None messages from notify callback (#236)
Co-authored-by: Remy Noel <remy.noel@blade-group.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-09-07 10:55:12 -05:00
github-actions
8e17e91f0c 1.95.1
Automatically generated by python-semantic-release
2023-09-07 15:20:04 +00:00
J. Nick Koston
6f6f5f86c0
fix: handle multiple flag bits when unmarshalling (#241) 2023-09-07 10:16:07 -05:00
J. Nick Koston
0386dc2322
chore: add test coverage for issue 239 (#240) 2023-09-07 09:54:18 -05:00
github-actions
91ad820069 1.95.0
Automatically generated by python-semantic-release
2023-09-06 16:29:57 +00:00
J. Nick Koston
b8d0e9be4c
feat: small speed up to the unmarshaller (#238) 2023-09-06 11:26:08 -05:00
github-actions
d449029bd8 1.94.1
Automatically generated by python-semantic-release
2023-08-27 13:32:48 +00:00
J. Nick Koston
e8901a8f7d
fix: rebuild wheels with cython 3.0.2 (#235) 2023-08-27 08:29:18 -05:00
github-actions
85af3db87c 1.94.0
Automatically generated by python-semantic-release
2023-08-24 14:53:33 +00:00
J. Nick Koston
b38aa58aa7
feat: build cpython 3.12 wheels (#234) 2023-08-24 09:49:58 -05:00
J. Nick Koston
53644927b9
chore: bump cpython 3.12 version in CI (#233) 2023-08-24 09:47:58 -05:00
github-actions
115250534d 1.93.1
Automatically generated by python-semantic-release
2023-08-24 14:32:37 +00:00
J. Nick Koston
d12266ddef
fix: avoid cythonizing SendReply (#232) 2023-08-24 09:28:53 -05:00
J. Nick Koston
ed5c87f492
chore: add more coverage for send_reply (#231) 2023-08-24 08:40:20 -05:00
J. Nick Koston
a8b9e721d5
chore: add send_reply tests (#230) 2023-08-24 08:25:11 -05:00
github-actions
b6ac4cf7bc 1.93.0
Automatically generated by python-semantic-release
2023-08-21 14:53:46 +00:00
J. Nick Koston
ce61aea37a
feat: improve performance of processing incoming messages (#228) 2023-08-21 09:50:17 -05:00
github-actions
2b08f9f603 1.92.0
Automatically generated by python-semantic-release
2023-08-18 19:36:38 +00:00
J. Nick Koston
b2225527ae
feat: reduce overhead to dispatch method handlers (#227) 2023-08-18 14:33:23 -05:00
github-actions
8f4f9451b7 1.91.4
Automatically generated by python-semantic-release
2023-08-17 20:14:49 +00:00
Noel Remy
5d6f90ba32
fix: subpath bad matching (#202)
Co-authored-by: Remy Noel <remy.noel@blade-group.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-17 15:11:38 -05:00