Releases: camelpac/alpaca-proxy-agent
Releases · camelpac/alpaca-proxy-agent
import fix - data v2
Alpaca Data V2
In this release we
- update to alpaca data v2 using the python sdk
- removed polygon support
- update image to use python 3.8
- changed messaging from json to msgpack
- using nest_asyncio to overcome eventloop sharing issues.
No Message Reconstruction
alpaca-trade-api 0.52.0 now supports raw data messages.
This means we don't need to take an Entity
and reconstruct the original message anymore.
This makes the code much simpler, and much faster.
Also
- while loop breaks on exception, fixed(69dfd04)
Requirement Update
Alpaca Proxy Agent v0.5.5
- update package requirements
- cleanup module server_message_handler
Same bug fix
missing in another location.
Fix - Reconstruct Message
there was a bug in reconstructing the message back to the client.
check the commit log for details.
Work with the JS Package
Alpaca Proxy Agent v0.5.2
fixes:
- on_message shouldn't raise an exception
- missing field in message used by JS package
- properly clear dead connections
Fix flag init
Alpaca Proxy Agent v0.5.1
bugfix: USE_POLYGON flag was set to const
Split Modules
Alpaca Proxy Agent v0.5.0
In this version I refactored the code to be in different modules for better maintenance
Also, a bug was fixed: all message handling for a specific ws should be in the same event loop.
Version updated correctly
Alpaca Proxy Agent v0.4.1
The version was not updated in the last release. this fixes that