rerun-io / rerun

Visualize streams of multimodal data. Free, fast, easy to use, and simple to integrate. Built in Rust.
https://rerun.io/
Apache License 2.0
6.68k stars 338 forks source link

0.20 changelog #8081

Closed Wumpf closed 1 week ago

Wumpf commented 2 weeks ago

Draft. Should go to 0.20 release branch

Rendered

Make sure all changes in the generic part of the changelog are reflected in updates of the respective PR titles, so we can regen this part easily

nikolausWest commented 1 week ago

Isn't the following a breaking change?

rr.serve -> rr.serve_web, rr.connect -> rr.connect_tcp

Wumpf commented 1 week ago

@nikolausWest the old methods are still around but deprecated, so it's technically not breaking although we of course already have it on the migration guide 🤔

Wumpf commented 1 week ago

merging this into the release-0.20.0 branch