github-actions
c4b4c58d87
2.24.5
...
Automatically generated by python-semantic-release
2025-01-07 20:57:01 +00:00
J. Nick Koston
1c20dcc504
fix: ensure exceptions are logged when no reply is expected ( #342 )
2025-01-07 10:50:43 -10:00
J. Nick Koston
eda37061c4
chore: switch to ruff ( #339 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-07 09:37:35 -10:00
J. Nick Koston
42a786b23f
chore: drop Python 3.8 support as it has reached EOL ( #338 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-07 09:22:28 -10:00
github-actions
2419d0743f
2.24.4
...
Automatically generated by python-semantic-release
2024-11-15 16:40:51 +00:00
github-actions
4c838a7bfc
2.24.3
...
Automatically generated by python-semantic-release
2024-10-05 20:40:50 +00:00
Marc Mueller
0f04a794f2
fix: remove deprecated no_type_check_decorator ( #316 )
2024-10-05 15:37:40 -05:00
github-actions
3558358547
2.24.2
...
Automatically generated by python-semantic-release
2024-09-06 19:37:21 +00:00
github-actions
bb51a4d136
2.24.1
...
Automatically generated by python-semantic-release
2024-09-06 19:06:32 +00:00
github-actions
31ff222f82
2.24.0
...
Automatically generated by python-semantic-release
2024-08-26 19:42:09 +00:00
github-actions
59adcddff2
2.23.0
...
Automatically generated by python-semantic-release
2024-08-21 12:24:15 +00:00
github-actions
3013744626
2.22.1
...
Automatically generated by python-semantic-release
2024-06-26 06:18:27 +00:00
github-actions
3660b7cb71
2.22.0
...
Automatically generated by python-semantic-release
2024-06-26 06:03:35 +00:00
J. Nick Koston
fa48bc025c
chore: drop python 3.7 support ( #284 )
2024-06-26 07:44:20 +02:00
github-actions
fb016aa33f
2.21.3
...
Automatically generated by python-semantic-release
2024-05-20 21:40:20 +00:00
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
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
github-actions
40a45b8694
2.12.0
...
Automatically generated by python-semantic-release
2023-10-18 07:49:25 +00: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
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