Releases: yammer/breakerbox
Releases · yammer/breakerbox
Breakerbox 0.5.2
Hystrix 1.5.4
changed theHystrixMetricsStreamServlet
to use a new parameter to
control the max number of concurrent connections:hystrix.config.stream.maxConcurrentConnections
.
Breakerbox 0.5.1
Breakerbox 0.5.0
- Dropwizard 1.0
- Tenacity 1.0.0
- PostgreSQL 9.4.1209.jre7
- Dropwizard-auth-ldap 1.0.0
- Maven-findbugs 3.0.4
- Kubernetes-api 2.2.144
Breakerbox 0.4.5
- Make cluster registration part of the normal cycle for
InstanceDiscovery
.
Breakerbox 0.4.4
Dropwizard 0.9.3
Tenacity 0.8.3
- Migrate
Instances
fromFluentIterable
to Java8Streams
- Allow for custom
InstanceDiscovery
implementations - KubernetesInstanceDiscovery
Breakerbox 0.4.3
turbine
configuration now references ayaml
containing the instances configuration which will be reloaded whenever there is a change.
Breakerbox 0.4.2
- Java 8 required
- Dropped
config.properties
and introducedYamlInstanceDiscovery
which now lets users configure which dashboards/clusters/instances configured viayaml
. This adds the ability to construct
clusters made up of other clusters and instances for easy configuration.
Breakerbox 0.4.1
- Tenacity 0.8.2 (fixed a bug where 2 metrics were trying to be produced that didn't exist anymore p98 for Tenacity commands)
Breakerbox 0.4.0
- Tenacity 0.8.1
- Rewritten UI in React.js
- Added
/clusters
,/clusters/:service/propertykeys
,/clusters/:service/configurations/:propertykey
Breakerbox 0.3.4
- Tenacity 0.8.0
- Postgresql 9.4.1208.jre7
- H2 1.4.191
- Deprecated elements should have both the annotation and the Javadoc tag
- Allow for configuration of meta clusters Issue 10