Skip to content

Tags: sun-jian/atlas

Tags

v1.6.0-rc.3

Toggle v1.6.0-rc.3's commit message
allow `last` summary stat to be used with filters (Netflix#510)

The last value for a given time series is already being
tracked as part of the summary stats, but was not supported
by the `:stat` operator. This change allows that stat to
be used as part of a filter.

v1.6.0-rc.2

Toggle v1.6.0-rc.2's commit message
remove use of sleep in SSEActorSuite (Netflix#489)

v1.6.0-rc.1

Toggle v1.6.0-rc.1's commit message
update license headers for 2017 (Netflix#476)

v1.5.1

Toggle v1.5.1's commit message
backport select changes from 1.6 to 1.5.x branch (Netflix#454)

v1.5.0

Toggle v1.5.0's commit message
update dependencies (Netflix#447)

v1.4.7

Toggle v1.4.7's commit message
reduce size of publish failure response (Netflix#431)

Fixes a bug where the failure message was getting encoded as
a json string inside the message of the json response. Also
changes the behavior on failures to have the error count
explicitly in the response and limit the number of specific
failure messages to the first 5. This significantly reduces
allocations and response sizes for payloads with many failures.

v1.5.0-rc.9

Toggle v1.5.0-rc.9's commit message
misc build cleanup (Netflix#404)

v1.5.0-rc.8

Toggle v1.5.0-rc.8's commit message
fix Netflix#401, add scala version to artifact id (Netflix#402)

Makes it easier to automatically detect for tools
that want to index scala libraries.

v1.5.0-rc.7

Toggle v1.5.0-rc.7's commit message
Merge pull request Netflix#384 from skandragon/trend-streaming

add a test case for Trend streaming

v1.5.0-rc.6

Toggle v1.5.0-rc.6's commit message
Merge pull request Netflix#351 from brharrington/spectator-0.38.0

update spectator, iep, and aws deps