Skip to content

v0.8.0

Choose a tag to compare

@iloveitaly iloveitaly released this 18 Mar 19:10
05ae086

0.8.0 (2025-03-18)

Features

  • add BaseModel.where method and update test cases (9fe4c5a)
  • add primary_key_field (947a410)
  • log start of database transaction in tests (ac90d6f)
  • reload json fields when record is reloaded from db (c013082)

Bug Fixes

  • yield session object in global_session function (47b33cc)

Documentation

  • add comments to clarify SessionManager use and config (e73561b)
  • update comments and README with additional examples and info (209ee36)
  • update README with setup instructions and SQLModel tips (f2520b5)