Skip to content

ObjectState 1.0.23

Choose a tag to compare

@trissim trissim released this 30 Jul 22:39
· 30 commits to main since this release
bed7382

Type-preserving ObjectState history persistence for application restart and recovery.

  • Preserves Paths, enums, dataclasses, callable objects, and shared graph identity with dill.
  • Removes obsolete lossy JSON history compatibility branches.
  • Adds typed-history regression coverage and synchronizes package documentation metadata.

What's Changed

  • Preserve typed ObjectState history across restarts by @trissim in #5

Full Changelog: v1.0.22...v1.0.23