|
| 1 | +## Release 1.11.6 |
| 2 | + |
| 3 | +This is largely a performance improvement release: the biggest change |
| 4 | +is that the probe now publishes full reports one in three times; the |
| 5 | +rest are deltas which are much smaller hence use less CPU and memory |
| 6 | +in the app. [#3677](https://github.com/weaveworks/scope/pull/3677) |
| 7 | + |
| 8 | +Also a new debugging summary function in the app, exposed via http |
| 9 | +[#3686](https://github.com/weaveworks/scope/pull/3686) |
| 10 | + |
| 11 | +Some other small performance improvements: |
| 12 | + |
| 13 | +- perf(probe): reduce copying of nodes |
| 14 | + [#3679](https://github.com/weaveworks/scope/pull/3679) |
| 15 | +- perf(probe): add 'omitempty' tag to Topology.Nodes |
| 16 | + [#3678](https://github.com/weaveworks/scope/pull/3678) |
| 17 | +- perf(probe): update netlink library to bring in performance improvements |
| 18 | + [#3681](https://github.com/weaveworks/scope/pull/3681) |
| 19 | +- perf(multitenant): quantise report cache in query side of aws-collector |
| 20 | + [#3671](https://github.com/weaveworks/scope/pull/3671) |
| 21 | + |
| 22 | +Other changes: |
| 23 | + |
| 24 | +- Add tracing spans for rendering to the UI via websocket |
| 25 | + [#3682](https://github.com/weaveworks/scope/pull/3682) |
| 26 | +- update some javascript dependencies |
| 27 | + [#3664](https://github.com/weaveworks/scope/pull/3664) |
| 28 | +- Upgrades ui-components to version w/ styled-components 4 |
| 29 | + [#3670](https://github.com/weaveworks/scope/pull/3670) |
| 30 | + [#3673](https://github.com/weaveworks/scope/pull/3673) |
| 31 | +- fix(test-flake): poll for result in TestRegistryDelete() to avoid race |
| 32 | + [#3688](https://github.com/weaveworks/scope/pull/3688) |
| 33 | +- refactor: remove old unnecessary controls code |
| 34 | + [#3680](https://github.com/weaveworks/scope/pull/3680) |
| 35 | +- Stop render package depending on probe |
| 36 | + [#3675](https://github.com/weaveworks/scope/pull/3675) |
| 37 | +- Remove some unused string constants |
| 38 | + [#3674](https://github.com/weaveworks/scope/pull/3674) |
| 39 | + |
1 | 40 | ## Release 1.11.5
|
2 | 41 |
|
3 | 42 | A few small improvements:
|
|
0 commit comments