Skip to content

Releases: alpacahq/marketstore

Marketstore 3.3.0

24 Apr 09:52
09b0bd3
Compare
Choose a tag to compare
  • Increase iex polling size to 10 to avoid missing data #252
  • add length check to avoid panic #254
  • Dockerfile improvement #255
  • Xignitefeeder recent data backfill #265
  • fix: spec change for Xignite Feeder plugin #271
  • Bug Fix: historic trades limited to 20k with duplicates #273
  • Added symbols filter to the polygon backfiller #277
  • Add websocket usage in Polygon plugin #267
  • update copy-paste artifact #274
  • select columns feature #268
  • fix: bit mex API integration test - panic-able code #283
  • ENH: Backfill from polygon tick data to bars #275
  • chore(xignite-feeder plugin): add logs #276
  • docs(installation): add homebrew section for installation #282
  • ENH: Move ListTickers (ListSymbols) to Polygon API v2 in backfeeder #296
  • Invalid memory address or nil pointer in upstream connection #299
  • ENH: Move Trade backfiller to Polygon API v2 #297
  • fix: update circleCI version from 2.0 to 2.1 #300
  • fix: omit the install process from the test job #301
  • fix: parallelize build and unit test #302
  • fix/separate gofmt step from unittest #303
  • fix: make plugins compilation separate #304
  • fix: catch sigterm signal #305
  • reduce the number of fp.Sync() calls for a WAL write from 3 to 1 #298
  • CI speed improvement #306
  • peformance improvement for packingReader function #295
  • fix: update vendor modules #308
  • CGO decommission #281
  • stop vendoring #309
  • fix: delete all vendored libraries #310
  • Bump golang to v1.14 #312

v3.2.5

27 Dec 21:17
fccdd4f
Compare
Choose a tag to compare

Streaming, memory fixes

v3.2.1

10 Dec 23:03
c401722
Compare
Choose a tag to compare

Polygon plugin quotes & trades support + various minor fixes.

v3.2.0

08 Dec 22:26
b241cd7
Compare
Choose a tag to compare

Variable record compression, WAL replay optimization, profiling endpoint.

v3.1.4

04 Dec 23:18
b4a318b
Compare
Choose a tag to compare

Variable length record limit fix

v3.1.2

27 Nov 20:29
ba46794
Compare
Choose a tag to compare

Fixes a bug when supplying start + end + limit, where beginning records were getting clipped.

v3.1.1

26 Nov 22:41
66b6b77
Compare
Choose a tag to compare

Native tick support, IEX data plugin, bug fixes.

v3.0.1

29 Aug 00:11
Compare
Choose a tag to compare

Update Dockerfile for Go 1.11 changes.

v3.0.0

27 Aug 16:32
c8b6b92
Compare
Choose a tag to compare

Implements formal CLI framework with Cobra, and upgrades to Go 1.11

v2.3.8

03 Aug 15:44
9548430
Compare
Choose a tag to compare

Binancefeeder overwrite fix