Skip to content

Releases: seriaati/ambr

v1.8.12

Choose a tag to compare

@github-actions github-actions released this 25 May 07:06

1.8.12 - 2026-05-25

Continuous Integrations

Features

  • Add validation error handling for model instantiation in API request methods - (a3d86bd)

Miscellaneous Chores

Tests

  • Add fixture to fail tests on Loguru error logs - (5aedef7)
  • Add async test cases for list API methods - (a84fc36)

v1.8.11

Choose a tag to compare

@github-actions github-actions released this 29 Jan 09:08

1.8.11 - 2026-01-29

Continuous Integrations

Miscellaneous Chores

v1.8.10

Choose a tag to compare

@github-actions github-actions released this 01 Dec 23:27

1.8.10 - 2025-12-01

Continuous Integrations

Miscellaneous Chores

v1.8.9

Choose a tag to compare

@github-actions github-actions released this 25 Oct 15:22

1.8.9 - 2025-10-25

Bug Fixes

  • Prevent closing custom session - (2e1ebc1)
  • Correct command for deploying documentation - (d1027b8)

Continuous Integrations

Documentation

  • Better API reference docs - (d2d5ec4)

Features

  • Add Element.NONE to be compatible with Manekins - (7c690f2)

Miscellaneous Chores

v1.8.8

Choose a tag to compare

@github-actions github-actions released this 11 Sep 00:53

1.8.8 - 2025-09-11

Bug Fixes

  • Fix errors related to undefined models - (602d30e)
  • Add BaseModel to ruff config - (1b5ee83)
  • Fix error with type null characters in guides - (1b2bf8f)

Tests

  • Parametrize lang test - (9514811)

v1.8.7

Choose a tag to compare

@github-actions github-actions released this 10 Sep 15:47

1.8.7 - 2025-09-10

Bug Fixes

  • Fix City enum not exported - (349a253)

Features

  • Add Nod-Krai to City enum - (04a9bfb)
  • Add a BaseModel with shared model config & post-processing - (716404a)

Miscellaneous Chores

Refactoring

  • Use BaseModel & remove redundant method calls - (a945e21)

v1.8.6

Choose a tag to compare

@github-actions github-actions released this 22 Aug 03:50

1.8.6 - 2025-08-22

Bug Fixes

  • Handle int val in Story.tips - (3d4ab06)
  • Remove link tags from descriptions - (780b5cf)

Continuous Integrations

  • Remove Python version specifier in release.yml - (24faede)
  • Add bump version workflow - (4db755d)

Features

  • Add fetch_story param to fetch_artifact_set_detail() - (9c67f51)

Miscellaneous Chores

Refactoring

  • Replace verbose import block with single import - (e5f53ba)

v1.8.5

Choose a tag to compare

@github-actions github-actions released this 02 May 11:00

1.8.5 - 2025-05-02

Bug Fixes

  • Handle int val in Quote.tips - (84ac65a)

Continuous Integrations

  • Remove biweek release - (c0a20f0)

Documentation

Miscellaneous Chores

  • (deps) lock file maintenance (#96) - (6b7c84b)
  • (deps) update astral-sh/setup-uv action to v6 (#97) - (7afdd24)
  • (deps) lock file maintenance (#98) - (0572b88)
  • Add docs URL to project.urls - (7925af3)

v1.8.4

Choose a tag to compare

@github-actions github-actions released this 15 Apr 01:42

1.8.4 - 2025-04-15

Bug Fixes

  • Fix target version in ruff config - (0b6db93)
  • Update documentation URLs - (f895ac6)

Continuous Integrations

  • Fix build docs command - (eece523)

Documentation

Miscellaneous Chores

  • (deps) lock file maintenance (#94) - (c83b1b4)
  • (deps) lock file maintenance (#95) - (8ef1a30)
  • (deps) Add 'imaging' extra to mkdocs-material - (c5da68c)

Refactoring

  • move Language enum to enums.py and update imports - (ed41182)

v1.8.3

Choose a tag to compare

@github-actions github-actions released this 01 Apr 01:49

1.8.3 - 2025-04-01

Bug Fixes

  • Catch ValuError in _get_version as well - (6c2f200)
  • Fix character id type - (0ce81b9)
  • Fix unrecognized specialProp enum & handle unknown enum values - (e1f6d71)
  • Handle integer strings in BOok - (f602717)

Continuous Integrations

  • Add biweekly release workflow - (e263fcf)

Miscellaneous Chores