423 Commits

Author SHA1 Message Date
J. Nick Koston
be68a79c52
fix: clear exception flag on disconnect future if its also sent to handlers (#281) 2024-05-20 11:37:31 -10:00
github-actions
f73e13eb5e 2.21.2
Automatically generated by python-semantic-release
2024-05-08 19:59:12 +00:00
mriemensberger
7da5d44caa
fix: introspection bogus child paths (#280) 2024-05-08 14:56:13 -05:00
github-actions
f0fc6668b9 2.21.1
Automatically generated by python-semantic-release
2024-01-16 18:19:23 +00:00
J. Nick Koston
0271825e73
fix: avoid expensive runtime inspection of known callables (#277) 2024-01-16 08:16:29 -10:00
github-actions
e8ee4ba3d8 2.21.0
Automatically generated by python-semantic-release
2023-12-12 02:53:13 +00:00
J. Nick Koston
2b8770b892
feat: speed up message callbacks (#276) 2023-12-11 16:49:45 -10:00
github-actions
64b7a73054 2.20.0
Automatically generated by python-semantic-release
2023-12-04 06:30:58 +00:00
J. Nick Koston
9f54fc3194
feat: speed up run time constructed method handlers (#275) 2023-12-03 20:28:04 -10:00
github-actions
7ede6bb438 2.19.0
Automatically generated by python-semantic-release
2023-12-04 04:29:18 +00:00
J. Nick Koston
0e57d798a2
feat: speed up ServiceInterface callbacks with cython methods (#274) 2023-12-03 18:26:29 -10:00
github-actions
d47622c490 2.18.0
Automatically generated by python-semantic-release
2023-12-04 02:52:13 +00:00
J. Nick Koston
8ee18a1355
feat: small speed up to the aio message reader (#273) 2023-12-03 16:49:49 -10:00
github-actions
210323953c 2.17.0
Automatically generated by python-semantic-release
2023-12-04 02:26:21 +00:00
J. Nick Koston
502ab0d47f
feat: reduce duplicate code in aio MessageBus (#272) 2023-12-03 16:24:02 -10:00
github-actions
e30c477eb0 2.16.0
Automatically generated by python-semantic-release
2023-12-04 02:01:33 +00:00
J. Nick Koston
6d7f522e1c
feat: speed up sending messages with call on the MessageBus (#271) 2023-12-03 15:58:39 -10:00
github-actions
e3bc922eed 2.15.0
Automatically generated by python-semantic-release
2023-11-22 08:29:55 +00:00
Stefan Agner
c6a8301704
feat: make ErrorType enums compare as strings (#269)
The DBusError exception stores the error type as string. This makes the
exception not directly compare to the ErrorType members (for example
DBusError(ErrorType.FAILED, "").type != ErrorType.FAILED). This makes
ErrorType also a string to make this comparision work.
2023-11-22 09:26:11 +01:00
github-actions
6143cb1e86 2.14.0
Automatically generated by python-semantic-release
2023-11-10 14:50:05 +00:00
J. Nick Koston
0ccb7c5d87
feat: add support for tuples to the marshaller (#267) 2023-11-10 08:46:37 -06:00
github-actions
6b48423b23 2.13.1
Automatically generated by python-semantic-release
2023-11-07 23:19:44 +00:00
J. Nick Koston
158622157f
fix: re-release since the previous release ran out of space on PyPI (#266) 2023-11-07 17:16:18 -06:00
github-actions
1fea9b487b 2.13.0
Automatically generated by python-semantic-release
2023-11-07 21:47:46 +00:00
J. Nick Koston
5bdb161c0a
feat: improve marshaller performance (#264) 2023-11-07 15:44:06 -06:00
github-actions
4b7eeb10d5 2.12.1
Automatically generated by python-semantic-release
2023-11-07 21:13:38 +00:00
J. Nick Koston
e634fc2c70
fix: send reply test failure with cython (#265) 2023-11-07 15:09:22 -06:00
github-actions
40a45b8694 2.12.0
Automatically generated by python-semantic-release
2023-10-18 07:49:25 +00:00
J. Nick Koston
dca459900e
fix: reduce size of wheels by excluding generated .c files (#262) 2023-10-17 21:44:54 -10:00
J. Nick Koston
460a072652
feat: update for final cpython release (#263) 2023-10-17 21:44:41 -10:00
github-actions
601395460d 2.11.1
Automatically generated by python-semantic-release
2023-10-04 17:41:51 +00:00
J. Nick Koston
4de31a3646
fix: marshall multi-byte strings correctly (#261) 2023-10-04 12:37:39 -05:00
J. Nick Koston
f9e5d1d020
chore: add more unmarshall tests (#260) 2023-10-04 12:27:49 -05:00
J. Nick Koston
4d3b666564
chore: add more unmarshall tests (#259) 2023-10-04 12:17:53 -05:00
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