|
| 1 | +## Release 1.13.0 |
| 2 | + |
| 3 | +This release brings a few bug-fixes and number of performance |
| 4 | +improvements, particularly in reducing the data sent when there are |
| 5 | +many socket connections between two endpoints. |
| 6 | + |
| 7 | +The bump in version number reflects a change in wire protocol for this |
| 8 | +change in endpoints data, and also a change in the way active controls |
| 9 | +are encoded. |
| 10 | + |
| 11 | +Thanks to everyone who contributed to this release: @DarthSett, |
| 12 | +@sarataha, @slalwani97 and @qiell. |
| 13 | + |
| 14 | +### Bug fixes |
| 15 | + |
| 16 | +- Remove trailing zeros in large numbers in UI |
| 17 | + [#3760](https://github.com/weaveworks/scope/pull/3760) |
| 18 | +- kubernetes: display pod status as "terminating" where appropriate |
| 19 | + [#3729](https://github.com/weaveworks/scope/pull/3729) |
| 20 | +- kubernetes: detect more 'pause' containers |
| 21 | + [#3743](https://github.com/weaveworks/scope/pull/3743) |
| 22 | +- Improve calculation of usage in multitenant code |
| 23 | + [#3751](https://github.com/weaveworks/scope/pull/3751) |
| 24 | + [#3753](https://github.com/weaveworks/scope/pull/3753) |
| 25 | + |
| 26 | +### Performance improvements |
| 27 | + |
| 28 | +- Elide many connections from/to the same endpoints |
| 29 | + [#3709](https://github.com/weaveworks/scope/pull/3709) |
| 30 | +- Remove two specialised data structures; unify with other node data |
| 31 | + [#3714](https://github.com/weaveworks/scope/pull/3714) |
| 32 | + [#3748](https://github.com/weaveworks/scope/pull/3748) |
| 33 | +- Simplify some renderers to improve performance |
| 34 | + [#3747](https://github.com/weaveworks/scope/pull/3747) |
| 35 | +- Slow down DNS poll interval to reduce network activity |
| 36 | + [#3758](https://github.com/weaveworks/scope/pull/3758) |
| 37 | + |
| 38 | +### Minor improvements |
| 39 | + |
| 40 | +- Add "user-agent" header to http calls from Scope probe |
| 41 | + [#3720](https://github.com/weaveworks/scope/pull/3720) |
| 42 | +- Set timestamp and window on each report |
| 43 | + [#3752](https://github.com/weaveworks/scope/pull/3752) |
| 44 | +- Add tracing for pipe operations |
| 45 | + [#3745](https://github.com/weaveworks/scope/pull/3745) |
| 46 | + |
| 47 | +### Dependencies updates |
| 48 | + |
| 49 | +- Convert to Go modules |
| 50 | + [#3742](https://github.com/weaveworks/scope/pull/3742) |
| 51 | +- Update to Go 1.13.9 |
| 52 | + [#3766](https://github.com/weaveworks/scope/pull/3766) |
| 53 | +- Go: update weaveworks, prometheus, protobuf, jaeger and aws dependencies |
| 54 | + [#3745](https://github.com/weaveworks/scope/pull/3745) |
| 55 | + [#3756](https://github.com/weaveworks/scope/pull/3756) |
| 56 | +- JavaScript: update babel, jest, webpack and other dependencies; dedupe yarn.lock |
| 57 | + [#3733](https://github.com/weaveworks/scope/pull/3733) |
| 58 | + [#3755](https://github.com/weaveworks/scope/pull/3755) |
| 59 | + [#3757](https://github.com/weaveworks/scope/pull/3757) |
| 60 | + [#3763](https://github.com/weaveworks/scope/pull/3763) |
| 61 | + |
| 62 | + |
1 | 63 | ## Release 1.12.0
|
2 | 64 |
|
3 | 65 | ### Highlights
|
|
0 commit comments