Skip to content

v3.0.0b10 — msgpec support

Choose a tag to compare

@zhPavel zhPavel released this 13 Apr 18:12
· 16 commits to main since this release
9c8606c
  • Add support for msgspec models!

    Now you can work with msgspec models like any other: construct from a dict, serialize to a dict, and convert it into any other model.

    This allows you to combine the flexibility of adaptix with the incredible speed of msgspec

  • A completely new algorithm for model dumper code generation has been implemented.

    Dumping models with default values is now faster. For GitHub Issues models, which include only a few default fields, dump time has been reduced by 22%.

  • You can now easily distinguish between a missing field and a field set to None. See new article for details

See the full list of changes at changelog.