Skip to content

Releases: camelpac/alpaca-proxy-agent

import fix - data v2

07 Aug 15:04
Compare
Choose a tag to compare
  • small fix in main.py

Alpaca Data V2

07 Aug 14:44
Compare
Choose a tag to compare

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

05 Feb 15:28
Compare
Choose a tag to compare

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

30 Sep 11:29
Compare
Choose a tag to compare

Alpaca Proxy Agent v0.5.5

  • update package requirements
  • cleanup module server_message_handler

Same bug fix

29 Sep 08:07
Compare
Choose a tag to compare

missing in another location.

Fix - Reconstruct Message

29 Sep 08:01
Compare
Choose a tag to compare
Pre-release

there was a bug in reconstructing the message back to the client.
check the commit log for details.

Work with the JS Package

22 Sep 17:01
Compare
Choose a tag to compare

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

16 Sep 15:23
78b90f1
Compare
Choose a tag to compare

Alpaca Proxy Agent v0.5.1

bugfix: USE_POLYGON flag was set to const

Split Modules

15 Sep 16:49
Compare
Choose a tag to compare

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

06 Sep 08:52
def1a67
Compare
Choose a tag to compare

Alpaca Proxy Agent v0.4.1

The version was not updated in the last release. this fixes that