Skip to content

Commit

Permalink
version: bump - 0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Jul 19, 2019
1 parent 8fd7537 commit 3b7fda2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Version of the entire package. Do not forget to update this when it's time
# to bump the version.
VERSION = v0.4.28
VERSION = v0.4.29

# Build tag. Useful to distinguish between same-version builds, but from
# different commits.
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.4.28.{build}
version: 0.4.29.{build}

platform: x86

Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
sonm-core (0.4.29) unstable; urgency=low

* Added: sys init capability for QoS service (#1891).
* Added: multiple gRPC compressions (#1889).
Before the only gzip compression was always used, which caused troubles with
gRPC clients without compression support.
This commit allows selecting how to compress the response depending on request
compression type.
* Added: ablitily to extract bid and ask tags from DWH (#1886).
* Added: memory limit for Optimus (#1883).
* Fixed: sometimes zero worker price in Optimus (#1892).
* Fixed: proper create/remove plans logs in Optimus (#1887).
* Fixed: temp fix for "alien" deals bound to ask-plans (#1884).
Under Sanya's approve thou shall commit this PR.

-- Evgeny Safronov <division494@gmail.com> Fri, 19 Jul 2019 11:52:47 +0300

sonm-core (0.4.28) unstable; urgency=low

* Fixed: restore order duration after execution in Optimus.
Expand Down

0 comments on commit 3b7fda2

Please sign in to comment.