J. Nick Koston
|
df5325a7ef
|
chore: fix type for hello message constant (#407)
core: fix type for hello message constant
|
2025-03-05 22:36:37 -10:00 |
|
semantic-release
|
5f96220b47
|
2.37.0
Automatically generated by python-semantic-release
|
2025-03-06 00:47:03 +00:00 |
|
J. Nick Koston
|
bfd48a3a38
|
feat: add support for finding message handlers when interface is None (#403)
|
2025-03-05 14:41:40 -10:00 |
|
semantic-release
|
c7cc0f23af
|
2.36.0
Automatically generated by python-semantic-release
|
2025-03-05 23:31:58 +00:00 |
|
J. Nick Koston
|
996659e1b5
|
feat: refactor service bus handler lookup to avoid linear searches (#400)
|
2025-03-05 13:28:00 -10:00 |
|
J. Nick Koston
|
640e1f8d87
|
chore: upgrade typing on private modules (#402)
* chore: upgrade typing on private modules
* chore: typing fixes
|
2025-03-05 13:05:46 -10:00 |
|
semantic-release
|
416c52eeba
|
2.35.1
Automatically generated by python-semantic-release
|
2025-03-05 02:29:08 +00:00 |
|
semantic-release
|
09ae6aee68
|
2.35.0
Automatically generated by python-semantic-release
|
2025-03-05 01:55:48 +00:00 |
|
semantic-release
|
a3a2194e8d
|
2.34.0
Automatically generated by python-semantic-release
|
2025-02-24 21:03:14 +00:00 |
|
Stefan Agner
|
e4f37ee10b
|
feat: resync generic D-Bus errors (#393)
|
2025-02-24 15:58:42 -05:00 |
|
semantic-release
|
7f3552bf02
|
2.33.0
Automatically generated by python-semantic-release
|
2025-02-05 15:42:40 +00:00 |
|
semantic-release
|
c19ce9ff03
|
2.32.0
Automatically generated by python-semantic-release
|
2025-02-02 22:56:04 +00:00 |
|
J. Nick Koston
|
d7213be285
|
feat: speed up marshalling messages (#383)
|
2025-02-02 16:51:29 -06:00 |
|
semantic-release
|
fdb8212122
|
2.31.0
Automatically generated by python-semantic-release
|
2025-02-02 05:41:44 +00:00 |
|
J. Nick Koston
|
89026e3b59
|
feat: speed up bytearray creation in unmarshaller (#382)
|
2025-02-01 23:37:13 -06:00 |
|
semantic-release
|
f6f2497eb2
|
2.30.4
Automatically generated by python-semantic-release
|
2025-02-02 05:04:21 +00:00 |
|
semantic-release
|
f3f07bee7c
|
2.30.3
Automatically generated by python-semantic-release
|
2025-02-02 04:49:00 +00:00 |
|
J. Nick Koston
|
586dc233fd
|
fix: attempting to unmarshall some arrays twice (#380)
|
2025-02-01 22:44:16 -06:00 |
|
github-actions
|
6831924d9d
|
2.30.2
Automatically generated by python-semantic-release
|
2025-01-17 19:57:59 +00:00 |
|
github-actions
|
751d24b028
|
2.30.1
Automatically generated by python-semantic-release
|
2025-01-17 19:48:47 +00:00 |
|
github-actions
|
3409379eb3
|
2.30.0
Automatically generated by python-semantic-release
|
2025-01-17 19:34:24 +00:00 |
|
github-actions
|
6e203e3bda
|
2.29.0
Automatically generated by python-semantic-release
|
2025-01-15 20:25:57 +00:00 |
|
black_desk
|
5b61869bae
|
feat(introspect): implement annotations (#359)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2025-01-15 10:22:24 -10:00 |
|
black_desk
|
f58f1a6466
|
fix: void validate arguments/properties name (#358)
|
2025-01-15 10:18:37 -10:00 |
|
github-actions
|
c3779d9247
|
2.28.0
Automatically generated by python-semantic-release
|
2025-01-07 23:06:33 +00:00 |
|
J. Nick Koston
|
d376bb13ad
|
feat: improve performance of unmarshalling variants (#354)
|
2025-01-07 13:00:26 -10:00 |
|
J. Nick Koston
|
e1aaf0a396
|
feat: improve performance of marshalling message headers (#356)
|
2025-01-07 12:59:16 -10:00 |
|
github-actions
|
a0386b0d98
|
2.27.0
Automatically generated by python-semantic-release
|
2025-01-07 22:55:15 +00:00 |
|
J. Nick Koston
|
b1e6551de3
|
feat: speed up marshalling messages (#352)
|
2025-01-07 12:51:41 -10:00 |
|
github-actions
|
4bd9b676c6
|
2.26.0
Automatically generated by python-semantic-release
|
2025-01-07 22:33:28 +00:00 |
|
J. Nick Koston
|
b162494aa2
|
feat: speed up constructing messages from the unmarshaller (#344)
|
2025-01-07 12:30:27 -10:00 |
|
github-actions
|
c631151295
|
2.25.0
Automatically generated by python-semantic-release
|
2025-01-07 22:30:08 +00:00 |
|
J. Nick Koston
|
5825758991
|
feat: speed up unmarshalling headers (#347)
|
2025-01-07 11:56:03 -10:00 |
|
github-actions
|
50b377e4da
|
2.24.6
Automatically generated by python-semantic-release
|
2025-01-07 21:34:48 +00:00 |
|
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 |
|