Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Release 0.15.2

Compare
Choose a tag to compare
@srkukarni srkukarni released this 01 Sep 21:03
· 1077 commits to master since this release

Highlights:

  • Upgraded bazel to the latest version 0.5.4
  • Upgraded zookeeper client version to 4.5.10
  • Fix shading bugs in heron and storm jars

Release Notes

  • Add kubernetes deploy files. (#2265)
  • consistent behavior about when to shade. Shading is done when the final artifacts are generated (#2273)
  • Normalize Shading and fix simulator build (#2271)
  • Calculate the hostname during constructor rather than during register (#2270)
  • Make shading uniform accross instance and api (#2266)
  • Add topology name validation for kubernetes scheduler. (#2264)
  • [ISSUE-1124] - Windows Bolt support (#2241)
  • Read http response for all http response codes. (#2263)
  • ensure empty function with unique names (#2262)
  • Add zookeeper to the heron dist docker ubuntu14.04 (#2259)
  • changes to make heron compile with bazel 0.5.4 (#2207)
  • [ISSUE-2170] fix tracker crash when zk root topologies path does not … (#2260)
  • fix the executor unit test (#2261)
  • healthmgr check null return value (#2258)
  • Support components name generated by SummingBird. (#2256)
  • Renamed Exactly Once to Effectively Once (#2254)
  • add restartcontainer resolver to healthmgr (#2230)
  • Add src id in exception message. (#2252)
  • Move system_config to from common to instance since only instance uses it (#2251)
  • Move EventLooper and GatewayLooper to instance since no one else uses them (#2250)
  • Moved system_constants from common to instance since only instance uses it (#2249)
  • Deleted unused file (#2248)
  • Include only Topology proto in heron java api jar (#2247)
  • Remove unused proto (#2246)
  • Upgraded zookeeper to the latest stable version (#2245)