- bug fixes:
- segfault could occur if `exit()` or `quit()` were called asynchronously
- `atob` did not include padding
- pythonmonkey could not be installed on Windows if cargo was not installed beforehand
- performance improvements:
- improved memory-use, particularly regarding python strings passed to JavaScript
- increased the maximum JavaScript garbage-collected heap size to the maximum allowed (4 GB)
- other:
- pythonmonkey now ships pre-built arm64 wheels
- removed Doxygen and Graphviz as mandatory prerequisites to install PythonMonkey (you still need them to build the docs, but you'll have to install them yourself if you wish to do so)