@@ -57,9 +57,9 @@ sections below for detailed migration examples and code samples.
5757| ` split_window() ` / ` split() ` | ` percent ` | ` size ` | 0.28.0 (2024-02-14) |
5858| ` split_window() ` / ` split() ` | ` vertical ` /` horizontal ` | ` direction ` (PaneDirection) | 0.33.0 (2024-03-17) |
5959| ` resize_pane() ` | ` -U ` , ` -D ` , ` -L ` , ` -R ` | ` adjustment_direction ` | 0.28.0 (2024-02-14) |
60- | ` Server.get_by_id() ` | ` id ` | ` session_id ` | 0.26 .0 (2024-02-06 ) |
61- | ` Session.get_by_id() ` | ` id ` | ` window_id ` | 0.26 .0 (2024-02-06 ) |
62- | ` Window.get_by_id() ` | ` id ` | ` pane_id ` | 0.26 .0 (2024-02-06 ) |
60+ | ` Server.get_by_id() ` | ` id ` | ` session_id ` | 0.16 .0 (2022-12-10 ) |
61+ | ` Session.get_by_id() ` | ` id ` | ` window_id ` | 0.16 .0 (2022-12-10 ) |
62+ | ` Window.get_by_id() ` | ` id ` | ` pane_id ` | 0.16 .0 (2022-12-10 ) |
6363
6464### Query/Filter API Changes
6565
@@ -68,15 +68,15 @@ sections below for detailed migration examples and code samples.
6868| Server | ` list_sessions() ` / ` _list_sessions() ` | ` sessions ` property | 0.17.0 (2022-12-26) |
6969| Server | ` where({...}) ` | ` sessions.filter(**kwargs) ` | 0.17.0 (2022-12-26) |
7070| Server | ` find_where({...}) ` | ` sessions.get(default=None, **kwargs) ` | 0.17.0 (2022-12-26) |
71- | Server | ` get_by_id(id) ` | ` sessions.get(session_id=..., default=None) ` | 0.17 .0 (2022-12-26 ) |
71+ | Server | ` get_by_id(id) ` | ` sessions.get(session_id=..., default=None) ` | 0.16 .0 (2022-12-10 ) |
7272| Session | ` list_windows() ` / ` _list_windows() ` | ` windows ` property | 0.17.0 (2022-12-26) |
7373| Session | ` where({...}) ` | ` windows.filter(**kwargs) ` | 0.17.0 (2022-12-26) |
7474| Session | ` find_where({...}) ` | ` windows.get(default=None, **kwargs) ` | 0.17.0 (2022-12-26) |
75- | Session | ` get_by_id(id) ` | ` windows.get(window_id=..., default=None) ` | 0.17 .0 (2022-12-26 ) |
75+ | Session | ` get_by_id(id) ` | ` windows.get(window_id=..., default=None) ` | 0.16 .0 (2022-12-10 ) |
7676| Window | ` list_panes() ` / ` _list_panes() ` | ` panes ` property | 0.17.0 (2022-12-26) |
7777| Window | ` where({...}) ` | ` panes.filter(**kwargs) ` | 0.17.0 (2022-12-26) |
7878| Window | ` find_where({...}) ` | ` panes.get(default=None, **kwargs) ` | 0.17.0 (2022-12-26) |
79- | Window | ` get_by_id(id) ` | ` panes.get(pane_id=..., default=None) ` | 0.17 .0 (2022-12-26 ) |
79+ | Window | ` get_by_id(id) ` | ` panes.get(pane_id=..., default=None) ` | 0.16 .0 (2022-12-10 ) |
8080| All | ` children ` property | ` sessions ` /` windows ` /` panes ` | 0.17.0 (2022-12-26) |
8181
8282### Attribute Access Changes
0 commit comments