-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: Kitware/trame-server
base: v3.5.0
head repository: Kitware/trame-server
compare: v3.6.0
- 6 commits
- 5 files changed
- 2 contributors
Commits on Aug 4, 2025
-
feat(typed_state): add sub state creation
- Add sub state creation from existing typed state - Add methods to check the type of state proxy
Configuration menu - View commit details
-
Copy full SHA for 83bd551 - Browse repository at this point
Copy the full SHA 83bd551View commit details -
feat(typed_state): add default encode for Path
- Add as_posix default encoder / decoder for Path type
Configuration menu - View commit details
-
Copy full SHA for 3100ff8 - Browse repository at this point
Copy the full SHA 3100ff8View commit details -
fix(typed_state): fix compatibility with async method
- Fix TypedState bind_changes which never awaited coroutines
Configuration menu - View commit details
-
Copy full SHA for b018a80 - Browse repository at this point
Copy the full SHA b018a80View commit details -
feat(typed_state): add encoding of union types
- Add support for encoding / decoding custom union types - Add support for encoding / decoding tuple - Improve encoding / decoding implementation using _SerializationFailure class.
Configuration menu - View commit details
-
Copy full SHA for 69e4548 - Browse repository at this point
Copy the full SHA 69e4548View commit details -
fix(typed_state): fix decoder with annotations
- Fix TypedState decoder when used with dataclasses in files containing from __future__ import annotations. Import triggers a lazy evaluation for the dataclass fields method and field.type contains strings instead of actual types. - Change default encode / decode behavior to raise a TypeError when Serialization fails instead of silently returning unchanged object.
Configuration menu - View commit details
-
Copy full SHA for d231ed0 - Browse repository at this point
Copy the full SHA d231ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4875d9f - Browse repository at this point
Copy the full SHA 4875d9fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.5.0...v3.6.0