We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc6f0b commit bc2fc37Copy full SHA for bc2fc37
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## unreleased
9
10
+### Breaking changes
11
+
12
+- Rename `get_session_data` to `get_session_data_from_database` to clarity that it always hits the DB
13
+- Renamed `update_session_data` to `update_session_data_in_database`
14
+- Renamed `session_data` to `session_data_in_database` in `SessionInformation` and the input to `create_new_session`
15
16
17
## [0.12.4] - 2023-03-29
18
### Changed
19
- Update all example apps to initialise dashboard recipe
0 commit comments