Skip to content

Commit b3f1baa

Browse files
committed
Update changelog for v0.26.1
1 parent f010f6d commit b3f1baa

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Changelog
22

3+
## 0.26.1
4+
5+
*2020-10-23*
6+
7+
Fixes a number of issues discovered during the testing of 0.26.0.
8+
9+
### Improvements
10+
- [#2463](https://github.com/vegaprotocol/vega/pull/2463) Further reliability fixes for the event bus
11+
- [#2469](https://github.com/vegaprotocol/vega/pull/2469) Fix incorrect error returned when a trader places an order in an asset that they have no account for (was `InvalidPartyID`, now `InsufficientAssetBalance`)
12+
- [#2458](https://github.com/vegaprotocol/vega/pull/2458) REST: Fix a crasher when a market is proposed without specifying auction times
13+
314
## 0.26.0
415

5-
*202010-20*
16+
*2020-10-20*
617

718
The events API added in 0.25.0 had some reliability issues when a large volume of events were being emitted. This release addresses that in two ways:
819
- The gRPC event stream now takes a parameter that sets a batch size. A client will receive the events when the batch limit is hit.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vega
22

3-
Version 0.26.0.
3+
Version 0.26.1.
44

55
A decentralised trading platform that allows pseudo-anonymous trading of derivatives on a blockchain.
66

0 commit comments

Comments
 (0)