Skip to content

Releases: arrmansa/auto-function-serving

v0.1.7

Choose a tag to compare

@arrmansa arrmansa released this 29 Jul 19:37

Removed incorrect use of 'finally' resulting in better performance in async
Better formatting of the code

Full Changelog: v0.1.6...v0.1.7

v0.1.6

Choose a tag to compare

@arrmansa arrmansa released this 28 Jul 08:27

Added tests
Simplified code
Better setstate and getstate
more exception handling in AsyncServerHandler

Full Changelog: v0.1.5...v0.1.6

v0.1.5

Choose a tag to compare

@arrmansa arrmansa released this 23 Jul 07:50

Popen works well and is now the default like initially intended.
Fixed readme.
AsyncServerHandler code fixed and simplified.
Added time.sleep(random.random()) to reduce number of spawned processes.
improved setstate and getstate
#1 has been fixed
Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@arrmansa arrmansa released this 22 Jul 21:20

Now with a working AsyncServerHandler

v0.0.5

Choose a tag to compare

@arrmansa arrmansa released this 20 Jul 21:59

Reverted to multiprocessing backend
added '\n' before cleandoc
added todo items and comments
improved method to get sourcecode

Full Changelog: v0.0.3...v0.0.5

v0.0.3

Choose a tag to compare

@arrmansa arrmansa released this 18 Jul 21:12

Corrected the license and verified that the code is working. Install from https://pypi.org/project/auto-function-serving/0.0.3/