Skip to content

Releases: vortico/flama

v1.9.2

26 Nov 13:57
Compare
Choose a tag to compare

v1.9.2 (2024-11-26)

πŸ› Bug Fixes

  • 89fcb87 FlamaWorker only when sqlalchemy is available

v1.9.1

25 Nov 13:40
Compare
Choose a tag to compare

v1.9.1 (2024-11-25)

πŸ› Bug Fixes

  • e7ab2f4 DependencyNotInstalled on modules that requires sqlalchemy (#162) (Issues: #162)

v1.9.0

24 Nov 21:43
Compare
Choose a tag to compare

v1.9.0 (2024-11-24)

✨ New Features

v1.8.1

06 Nov 19:58
Compare
Choose a tag to compare

v1.8.1 (2024-11-06)

πŸ› Bug Fixes

  • bd9c824 Undesired print statements

v1.8.0

24 Oct 09:55
Compare
Choose a tag to compare

v1.8.0 (2024-10-24)

✨ New Features

  • 0b40328 Access and refresh token components
  • 8343dc6 Support Python 3.13 and drop 3.8 compatibility
  • 1d3b7ed Adapted serialization to new tensorflow version

πŸ› Bug Fixes

  • ed0b685 Use path instead of raw_path from scope for URL component
  • 82428e4 Remove explicit app warning from httpx
  • 7f9ec43 Remove default parameter warning from marshmallow
  • 1c2248d Remove request cookies parameter warning from httpx

v1.7.2

10 Oct 21:28
Compare
Choose a tag to compare

v1.7.2 (2024-10-10)

πŸ› Bug Fixes

  • 28a98a1 Inherited response call methods

v1.7.1

04 Sep 09:39
Compare
Choose a tag to compare

v1.7.1 (2024-09-04)

πŸ› Bug Fixes

  • fbf168b Move templates building into CI

v1.7.0

03 Sep 18:27
Compare
Choose a tag to compare

v1.7.0 (2024-09-03)

✨ New Features

πŸ› Bug Fixes

  • 518a4eb Fix resolution for routes within nested resources
  • 3e1c0a8 Include nested applications in Lifespan (#130) (Issues: #130)
  • 036264e Resolve url match multiple path params
  • 2664aba Remove unintended sqlalchemy import (#143) (Issues: #143)
  • cde8071 Serve flama logo from its repository (#144) (Issues: #144)
  • 9bcd6d7 Accept empty body as a valid input for schema validation
  • c4d0915 Fix middleware types
  • 5716a6f Allow nullable nested schemas for Pydantic
  • 8836aa7 Atomic operations on SQLAlchemy connections management

v1.6.0

27 Sep 01:28
Compare
Choose a tag to compare

v1.6.0 (2023-09-27)

✨ New Features

  • 62f8991 Add support for domain-driven-design (#115) (Issues: #115)
  • 4ffc05b Add runtime isolation for nested Flama applications
  • bb09212 Pagination as part of the route declaration

πŸ› Bug Fixes

  • 78c1c37 Fix nested schema names in JSON schema generation

v1.5.2

20 Sep 11:24
Compare
Choose a tag to compare

v1.5.2 (2023-09-20)

πŸ› Bug Fixes

  • 880e6b2 Parse exception objects as part of JSON responses
  • 3e12f31 Keep a reference to app in client