Releases: screepers/python-screeps
Releases · screepers/python-screeps
v0.5.2: More API endpoints
v0.5.1: Websocket Auth Token Fixes
Don't require usename/password args for socket, fix gzip calls
v0.5.0: Auth Tokens
Enable auth token based authentication
v0.4.4: respawn api points, python3.5 support
Added python3.5 support since it's what Ubuntu LTS currently has for python3.
v0.4.3: Websocket/Shard support
websocket- shard support, fix for python3 (bytes!)
v0.4.2: Python2 Compatibility
Adds "absolute_import" from "future" to maintain python2 compatibility.
v0.4.1: Python3 fix for decompressing memory
memory loading bug fix for python3 (bytes/string change)
v0.4.0: Bugfixes
- Fix imports when installed via pypi.
- Fix room encoding option on room terrain call.
v0.3.0: First PyPI Release
Flesh out details