265 Commits

Author SHA1 Message Date
J. Nick Koston
6694fda49f
fix: building via PEP 517 (#166) 2022-11-16 09:36:01 -06:00
github-actions
8be252d426 1.74.0
Automatically generated by python-semantic-release
2022-11-14 20:54:14 +00:00
J. Nick Koston
9fb4440b80
feat: improve cdef types for marshaller (#164) 2022-11-14 14:51:04 -06:00
github-actions
97dfb968bb 1.73.1
Automatically generated by python-semantic-release
2022-11-14 20:34:19 +00:00
J. Nick Koston
46f1d6bbc0
fix: allow non-string objects to be marshalled by write_string (#163) 2022-11-14 14:31:19 -06:00
github-actions
b67ab0c4b4 1.73.0
Automatically generated by python-semantic-release
2022-11-11 14:19:49 +00:00
J. Nick Koston
113f0c9a32
feat: reduce latency to process messages (#161)
Improve `message_bus.py` `_process_message` performance with a `pxd` file
2022-11-11 08:16:19 -06:00
J. Nick Koston
9240bfda6e
chore: make big endian workflow manual until we get it working properly (#157) 2022-11-04 21:09:12 +01:00
J. Nick Koston
b2327c0855
chore: prepare marshaller to be able to generate big endian messages (#154) 2022-11-04 19:46:30 +01:00
J. Nick Koston
b3297008bc
chore: add a test for unmarshalling a big endian message (#156) 2022-11-04 19:43:22 +01:00
J. Nick Koston
984738c803
chore: add big endian github workflow (#155)
thanks to https://til.simonwillison.net/docker/emulate-s390x-with-qemu
2022-11-04 19:43:09 +01:00
github-actions
675a2fc5e1 1.72.0
Automatically generated by python-semantic-release
2022-11-04 18:06:16 +00:00
J. Nick Koston
7ed453f31a
feat: add optimized reader for GetManagedObjects (#152) 2022-11-04 19:03:32 +01:00
J. Nick Koston
2d566224d3
chore: add benchmark and tests for GetManagedObjects (#150) 2022-11-04 17:20:47 +01:00
github-actions
61d2869d96 1.71.0
Automatically generated by python-semantic-release
2022-11-04 10:44:33 +00:00
J. Nick Koston
ef7acdcbe5
feat: small speed up to _unpack_variants (#148) 2022-11-04 11:41:59 +01:00
github-actions
f7b3a2e495 1.70.0
Automatically generated by python-semantic-release
2022-11-04 10:39:30 +00:00
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