Skip to content

Releases: aignostics/foundry-python-core

v0.11.1

10 Apr 16:34

Choose a tag to compare

v0.11.1 (2026-04-10)

Fix

  • gui: decrease BROWSER_RECONNECT_TIMEOUT (04d2e5e)

v0.11.0

10 Apr 16:09

Choose a tag to compare

v0.11.0 (2026-04-10)

Feat

  • scheduler: add BaseJoblet to foundry-core (a707e8c)

v0.10.0

10 Apr 09:30

Choose a tag to compare

v0.10.0 (2026-04-10)

Feat

  • gui: default page title to context name (928c4da)

Refactor

  • gui: extract _frame_context to reduce cognitive complexity (a4134d9)
  • clean duplicate test helpers/fixtures (3fa8882)

v0.9.0

09 Apr 13:25

Choose a tag to compare

v0.9.0 (2026-04-09)

Feat

  • gui: registry-based page registration with frame injection (#39) (c22b79e)

v0.8.2

08 Apr 08:28

Choose a tag to compare

v0.8.2 (2026-04-08)

Fix

v0.8.0

07 Apr 07:17

Choose a tag to compare

v0.8.0 (2026-04-07)

Feat

  • foundry: add PackageMetadata to FoundryContext (8e8f904)

Refactor

  • api: derive metadata from context in api.core helpers (df0a01f)

v0.7.2

02 Apr 13:39

Choose a tag to compare

v0.7.2 (2026-04-02)

Fix

  • api: guard get_user against non-dict session (6828e28)

v0.7.1

02 Apr 10:39

Choose a tag to compare

v0.7.1 (2026-04-02)

Fix

  • database: normalise asyncpg to psycopg in get_url (4918893)

v0.7.0

01 Apr 12:01

Choose a tag to compare

v0.7.0 (2026-04-01)

Feat

  • database: resolve env_file from active context in DatabaseSettings (1bb1483)

Fix

  • foundry: detect db url in .env files in from_package (e6bd18d)

v0.6.2

31 Mar 16:41

Choose a tag to compare

v0.6.2 (2026-03-31)

Fix

  • database: env var for db_name is NAME not DB_NAME (e1418ab)