- Updated link for mailing list in README
- Fix broken test in test_load (#329)
- Update README example to async code (#331)
- Fix 'AttributeError: '_UnixSelectorEventLoop' object has no attribute 'call_soon'
- Delete and update some Python 3.7-specific todo notes
- Make a server fail early when the KJ loop is not running
- Update documentation to async code (#331) (#332)
- Fix retransmit bug for large messages causing message corruption
- Unlock the GIL for all capnp functions that do IO
- Handle exceptions from server callbacks
- Disable the use of ninja for windows builds
- DynamicCapabilityClient fix
- Make
reraise_kj_exception
available to downstream - Support
_DynamicListReader
in_setDynamicField
- Fix re-raising of KjException
- Allow cancellation of all capability contexts
- Corner case for cancelled server methods that raise exceptions
- Some fixes to the magic import system
- Update to bundled capnproto-1.0.1
- Remove support for Python 3.7
- Use custom build backend to support build args (#328)
- Update Cython version and Python to 3.12 (#320)
- Wrap all capnp code in a context-manager to avoid segfaults (#317)
- Schema loading from the wire (#307)
- Make pycapnp more GIL friendly (#308)
- Use cibuildwheel in ci (#309)
- Integrate the KJ event loop into Python's asyncio event loop (#310)
- Allow capability implementation methods to be
async
(#312) - Allow reading and writing messages from sockets in
async
mode (#313) - Remove the synchronous RPC mode (#315)
- Update to bundled capnproto-0.10.3
- Add Python 3.11 to Github Actions builds (#306)
- Prevent race condition in example code (#305)
- Update bundled bundled capnp to 0.8.1 due to CVE-2022-46149
- Bundle lib/capnp_api.h and helpers/capabilityHelper.cpp (#301)
- Avoid reading random values for reader options from dangling reference (#300)
- Fix packaging for Apple Silicon
- Added support for Apple Silicon
- Added Python 3.10 support
- aarch64 wheel support
- Fix doc string for
_DynamicResizableListBuilder
- fix for unreleased buffers under mmap (issue 280)
- Validated compatibility with Python 3.10.0b2
- Remove all bare except
- Improve
_StructModuleWhich
to inherit fromenum.Enum
- Add Union on top level union messages
- Fixed memory leak in
_SegmentArrayMessageReader
- Removed many pycodestyle warnings
- Avoid crash if
__file__
is not set by importer - Fixed module.pyx
_set_<field>
for boolean fields - Fixed setup.py.tmpl support for
*.c++
files - Fixed
_gen.py
for python3 asdict_keys
object are not indexable. - Add test data to sdist
- Add
pyproject.yaml
- Add missing inheritance to
_Schema
for_StructSchema
- Validated Python 3.9 (3.7 and 3.8 are also supported)
- Updated package to include LICENSE file
- Updated examples to avoid run_forever() as ctrl+c will not work
- Adding xfail to pytest cases which fail sometimes due to network port oddities (please use asyncio, as Python handles things more gracefully)
- Minimum capnproto version is now 0.8.0
- Added asyncio ssl calculator test
- Added poll_once to TwoPartyServer API
- More cleanup
- Fix absolute and circular imports
- Fix Promise aliasing issue (Promise to _Promise)
- Documentation update
- Updated installation instructions
- Added RPC documentation for asyncio
- Python 3.7+ required (asyncio support)
- TLS/SSL support using asyncio
- Windows support
- General cleanup
- May be incompatible with code written for pycapnp 0.6.4 and lower
- Removing pypandoc/pandoc packaging requirement
- Minimum capnproto version is now 0.7.0
- Fix bugs in
read_multiple_bytes
(thanks to @tsh56) - Remove end-of-life Python versions 2.6, 3.2, and 3.3. Add CI tests for 3.6
- Expose SchemaParser in Cython header
- Bump bundled capnp version to v0.6.1 (thanks to @E8Yuval)
- Fix a memleak in RemotePromise (thanks to @E8Yuval)
- Add support for buffers/memoryviews in
from_bytes
(thanks to @aldanor)
- Fixed upload to PyPi (forgot to cythonize)
- Update bundled capnp version to v0.6.0 and fix related problems (thanks to @benmoran)
- Fix memleak with KjException (thanks to @tsh56)
- Bump bundled capnp version to v0.5.3.1
- Make enums hashable (thanks to @madeleine-empirical)
- Rework logic on when to build bundled libcapnp. Fixes cross-compilation (thanks to @benizl)
- Add traversal_limit_in_words and nesting_limit to RPC classes (thanks to @asilversempirical)
- Include class attributes in dir. This allows for code completion of class methods (thanks to @chaoflow )
- Allow setting lists with python tuples (thanks to @chaoflow)
- Fix traversal_limit_in_words and nesting_limit being ignored by
from_bytes
(thanks to @plesner)
- Fix bug that prevented event loop from actually being lazy initialized
- Fix possible recursive loop in KjException
- Add
clear_write_flag
method to builder classes
- Make the event loop be lazy initialized
- Add support for segment (de)serialization (thanks to @gcv). See to_segments/from_segments methods.
- Fix response objects not referencing parents correctly
- Add test for large reads
- Fix build problem with Cython v0.24
- Include the changelog in the manifest (should fix install problems if pandoc is present)
- Include the traceback in exceptions
- Make sure to encode to utf-8, not the default encoding (thanks to @novas0x2a)
- Add --libcapnp-url option in installer to allow installing arbitrary libcapnp versions
- Support mmap objects for reading with from_bytes (thanks to @bpiwowar)
- Change read_multiple and read_multiple_packed to copy by default
- Fix mistakenly discarding the file parameter on reads
- Add reraise_kj_exception to the prettyPrint functions. (thanks to @kdienes)
- Fix KjException init (missing wrapper). (thanks to @E8-Storage)
- Add
result_type
to InterfaceMethodSchema
- Update bundled libcapnp to v0.5.2
- Add warnings for using old restorer methods. You should use
bootstrap
instead - Fix warning from PyEventPort
- Handle AnyPointers better as arguments to RPC functions
- Add support for using keyword arguments with a named struct in an RPC
- Add bootstrap method to TwoPartyServer
- Add
init
method to lists - Add support for unix sockets in RPC
- Fix a serious bug in TwoPartyServer that was preventing it from working when passed a string address.
- Fix bugs that were exposed by defining KJDEBUG (thanks @davidcarne for finding this)
- Update bundled C++ libcapnp to v0.5.1.2 security release
- Update bundled C++ libcapnp to v0.5.1.1 security release
- Add bootstrap RPC methods
- Fix possible segfault when importing multiple schemas
- Fix possible crash due to bad destructor ordering in MessageReader (by @JohnEmhoff)
- Default to no longer using cython
- Add read_multiple_bytes/read_multiple_bytes_packed methods
- Added Python 3.4 to the travis build matrix
- Bump version for bundled C++ libcapnp to v0.5.1
- Remove installation dependency on cython. We now have no dependencies since libcapnp will automatically build as well.
- Timer class
capnp.getTimer()
- pycapnp is now thread-safe and allows an event loop to be run in each thread
- You must destroy and re-create the event loop to get this functionality (see
test_threads.py
)
- You must destroy and re-create the event loop to get this functionality (see
- Inheritance now works correctly for interfaces (previously inherited methods were inaccessible from pycapnp)
- Add ability to import modules with dashes or spaces. Use underscores in place of them
from_bytes
with builder=True is no longer zero copy. It never worked correctly, and is much safer now- Add
num_first_segment_words
argument wherever message creation can occur - Allow restoring a null objectId by passing None to restore
- Support ordered dictionary in
to_dict
- Add ListSchema class and schemas for native types under
capnp.types
which completes all the Schemas needed to be wrapped. Seetest_schema.py
for examples using it - Add automatic build of C++ libcapnp if it's not detected on the system. Also add flags --force-bundled-libcapnp and --force-system-libcapnp respectively
- Fix build for new 0.21 release of Cython. 0.21 is now the minimum supported version of Cython.
- Fix
to_dict
not converting enums to strings
- Fix compilation problem with gcc 4.8
- Fix problem with uninitialized unions in _from_dict
- Add accesible version numbers for C++ libcapnp
- Remove onDrained since it was removed upstream
- Replace usage of strings as enum type with custom
_DynamicEnum
class. - Also change
Struct.which()
method to be a propertyStruct.which
and return an enum type (_DynamicEnumField
, which behaves much like_DynamicEnum
). - TwoPartyServer.run_forever() now will handle more than 1 simulataneous connection.
- Change exception wrapper to detect and raise AttributeError for field lookup exceptions (Fixes problem in Python3.x
__dir__
) - Allow setting of fields with python dicts.
- Remove python 3.2 from travis tests. Python 3.2 still should work fine, but it's more trouble than it's worth to write unicode tests that work in both it and Python2.
- Fix problems with null characters in Text/Data fields. Fixes #19
- Initial working version of RPC
- Add get_root_as_any to _MessageReader
- Add capnp.pxd for public declarations of cython classes
- Fix problems compiling with gcc4.7
- Change naming of ReaderOption parameters to be pep8 compliant
- Add ReaderOptions to read/read_packed/from_bytes
- Add defaults flag to capnp-json. Also remove 'which' field
- Add capnp-json serializer script. Also fix bugs in from_dict
- Fix build for clang/python3. Also remove -fpermissive
- Add
as_builder
method to Struct Reader - Add warning when writing the same message more than once
- First working version of capability interfaces
- Wrap InterfaceSchema
- Fix setting string fields to support all types of strings
- Fix changed API for DynamicObject/ObjectPointer
- Add not having installed the C++ libcapnp library to 'Common Problems'
- Add _short_str function for use in capnp_test_pycapnp.py
- Add test script for testing with https://github.com/kaos/capnp_test
- Add handling of DynamicObject
- Fix lists of lists or dicts for from_dict
- Fix problem with to_dict
- Add _DynamicStructBuilder.to_bytes() and .from_bytes()
- Change == on StructSchema to return cbool
- Add Builder and Reader ABCs for each struct type
- Fix handling of empty path '' in load_module
- Add from_dict
- Fix bug in exception handling for which(). Also standardize exceptions.
- Change import hook to require modules to end in '_capnp'
- Add import monkey patch function.
- Change naming for functions to conform to PEP 8. Also deprecate old read/write API
- Update preferred method for reading/writing messages from files
- Forgot to change project name in setup.py
- Change all references to old project name (change from capnpc-python-cpp to pycapnp)
- Change DynamicValue.Reader lists to be returned as _DynamicListReader
- Unify setters for DynamicList and DynamicStruct
- Add shortcuts for reading from / writing to files. In Python, it doesn't make much sense to force people to muck around with MessageReaders and MessageBuilders since everything is landing on the heap anyway. Instead, let's make it easy: MyType.read[Packed]From(file) reads a file and returns a MyType reader. MyType.newMessage() returns a MyType builder representing the root of a new message. You can call this builder's write[Packed]To(file) method to write it to a file.
- Store Builders by value rather than allocate them separately on the heap (matches treatment of Readers). v0.3 fixes the bug that made this not work.
- Wrap MessageBuilder::setRoot().
- Add tests based on TestAllTypes from the C++ test.capnp. Fix problems uncovered in capnp.pyx.
- Implement str and repr for struct and list builders. str uses prettyPrint while repr shows the type name and the low-whitespace stringification. Also implement repr for StructSchema, just because why not?
- Change load to use a global SchemaParser. Make structs settable as field
- Add docstrings for new functions and _DynamicResizableListBuilder
- Add initial tests
- Add _capnp for original Cython module. Meant for testing.
- Lowercase schema so it conforms to member naming conventions
- Expose _StructSchema's raw node
- Add some useful _StructSchema, reader, and builder methods
- Add full orphan functionality. Also, allow special orphan lists
- Finish up adding docstrings to all public classes/methods
- Add a ton of docstrings and add to official docs
- Add DynamicOrphan
- Add intersphinx for linking to python docs
- Add C++ library version check
- Add handling of constants in schemas
- Fix new error with DynamicValue.Builder no longer being copyable
- Fix Void namespace change
- Updated capnp schema to conform with new union rules
- Fix for the removal of DynamicUnion from the C++ API
- Add MANIFEST.in to include README
- Update docs with lines about upgrading setuptools
- Initial commit of docs
- Add querying unnamed enums to structs
- Fix enum interface change for benchmark
- Random formatting cleanup
- Allow import paths in the schema loader
- Add travis CI
- Initial working version