[go: up one dir, main page]

Skip to content

Tags: vortico/flama

Tags

v1.8.1

Toggle v1.8.1's commit message
πŸ”– 1.8.1 [skip ci]

# [v1.8.1](v1.8.0...v1.8.1) (2024-11-06)

## πŸ› Bug Fixes
- [`bd9c824`](bd9c824)  Undesired print statements

v1.8.0

Toggle v1.8.0's commit message
πŸ”– 1.8.0 [skip ci]

# [v1.8.0](v1.7.2...v1.8.0) (2024-10-24)

## ✨ New Features
- [`0b40328`](0b40328)  Access and refresh token components
- [`8343dc6`](8343dc6)  Support Python 3.13 and drop 3.8 compatibility
- [`1d3b7ed`](1d3b7ed)  Adapted serialization to new tensorflow version

## πŸ› Bug Fixes
- [`ed0b685`](ed0b685)  Use path instead of raw_path from scope for URL component
- [`82428e4`](82428e4)  Remove explicit app warning from httpx
- [`7f9ec43`](7f9ec43)  Remove default parameter warning from marshmallow
- [`1c2248d`](1c2248d)  Remove request cookies parameter warning from httpx

v1.7.2

Toggle v1.7.2's commit message
πŸ”– 1.7.2 [skip ci]

# [v1.7.2](v1.7.1...v1.7.2) (2024-10-10)

## πŸ› Bug Fixes
- [`28a98a1`](28a98a1)  Inherited response call methods

v1.7.1

Toggle v1.7.1's commit message
πŸ”– 1.7.1 [skip ci]

# [v1.7.1](v1.7.0...v1.7.1) (2024-09-04)

## πŸ› Bug Fixes
- [`fbf168b`](fbf168b)  Move templates building into CI

v1.7.0

Toggle v1.7.0's commit message
πŸ”– 1.7.0 [skip ci]

# [v1.7.0](v1.6.0...v1.7.0) (2024-09-03)

## ✨ New Features
- [`96229a1`](96229a1)  Decouple table manager logic from repositories (#118) (Issues: [`#118`](https://github.com/vortico/flama/issues/))
- [`d944180`](d944180)  Enhanced OpenAPI docstrings (#121) (Issues: [`#121`](https://github.com/vortico/flama/issues/))
- [`a66d5ee`](a66d5ee)  Enhanced actions for DDD repositories (#124) (Issues: [`#124`](https://github.com/vortico/flama/issues/))
- [`0695c77`](0695c77)  ASGI Cookies component
- [`cd06bdb`](cd06bdb)  Python 3.12 compatibility (#119) (Issues: [`#119`](https://github.com/vortico/flama/issues/))
- [`a2ef280`](a2ef280)  Single type injection (#126) (Issues: [`#126`](https://github.com/vortico/flama/issues/))
- [`869711d`](869711d)  Connections manager for SQLAlchemy module (#135) (Issues: [`#135`](https://github.com/vortico/flama/issues/))
- [`4899473`](4899473)  Authentication mechanism (#137) (Issues: [`#137`](https://github.com/vortico/flama/issues/))
- [`03634c2`](03634c2)  Ordering for repositories list (#139) (Issues: [`#139`](https://github.com/vortico/flama/issues/))
- [`070fb4f`](070fb4f)  Enhanced operations for CRUD (#141) (Issues: [`#141`](https://github.com/vortico/flama/issues/))
- [`bd4f6c1`](bd4f6c1)  Non-blocking errors on schema generation
- [`4e5ba47`](4e5ba47)  Implement DDD for HTTP resources
- [`c177eef`](c177eef)  Use PartialSchema for all-optional schema version
- [`336914e`](336914e)  HTTPWorker accepts client kwargs

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

v1.6.0

Toggle v1.6.0's commit message
πŸ”– 1.6.0 [skip ci]

# [v1.6.0](v1.5.2...v1.6.0) (2023-09-27)

## ✨ New Features
- [`62f8991`](62f8991)  Add support for domain-driven-design (#115) (Issues: [`#115`](https://github.com/vortico/flama/issues/))
- [`4ffc05b`](4ffc05b)  Add runtime isolation for nested Flama applications
- [`bb09212`](bb09212)  Pagination as part of the route declaration

## πŸ› Bug Fixes
- [`78c1c37`](78c1c37)  Fix nested schema names in JSON schema generation

v1.5.2

Toggle v1.5.2's commit message
πŸ”– 1.5.2 [skip ci]

# [v1.5.2](v1.5.1...v1.5.2) (2023-09-20)

## πŸ› Bug Fixes
- [`880e6b2`](880e6b2)  Parse exception objects as part of JSON responses
- [`3e12f31`](3e12f31)  Keep a reference to app in client

v1.5.1

Toggle v1.5.1's commit message
πŸ”– 1.5.1 [skip ci]

# [v1.5.1](v1.5.0...v1.5.1) (2023-09-19)

## πŸ› Bug Fixes
- [`58400e2`](58400e2)  Allow null or non existant files as config param

v1.5.0

Toggle v1.5.0's commit message
πŸ”– 1.5.0 [skip ci]

# [v1.5.0](v1.4.0...v1.5.0) (2023-09-19)

## ✨ New Features
- [`c0c8ae6`](c0c8ae6)  Pydantic 2.0 compatibility (#105) (Issues: [`#105`](https://github.com/vortico/flama/issues/))
- [`d3dbb98`](d3dbb98)  Improving types with pyright (#106 #108) (Issues: [`#106`](https://github.com/vortico/flama/issues/) [`#108`](https://github.com/vortico/flama/issues/))
- [`4c00cc6`](4c00cc6)  Flama client and Lifespan refactor (#107) (Issues: [`#107`](https://github.com/vortico/flama/issues/))
- [`331a759`](331a759)  Avoid data schema names collision in OpenAPI schema (#113) (Issues: [`#113`](https://github.com/vortico/flama/issues/))
- [`0af3b64`](0af3b64)  Discovering nested schemas (#114) (Issues: [`#114`](https://github.com/vortico/flama/issues/))
- [`573757f`](573757f)  Config tool for reading from files or env vars (#109) (Issues: [`#109`](https://github.com/vortico/flama/issues/))

v1.4.0

Toggle v1.4.0's commit message
πŸ”– 1.4.0 [skip ci]

# [v1.4.0](v1.3.0...v1.4.0) (2023-06-08)

## ✨ New Features
- [`037718b`](037718b)  Allow to add tags to resource methods (#102) (Issues: [`#102`](https://github.com/vortico/flama/issues/))
- [`7c9628a`](7c9628a)  Sklearn pipelines compatibility (#103) (Issues: [`#103`](https://github.com/vortico/flama/issues/))
- [`7969d21`](7969d21)  Remove model directory on exiting app (#104) (Issues: [`#104`](https://github.com/vortico/flama/issues/))

## πŸ› Bug Fixes
- [`5ee51a1`](5ee51a1)  Typing issues (#101) (Issues: [`#101`](https://github.com/vortico/flama/issues/))
- [`3445e63`](3445e63)  Trailing dot from docstring of crud methods summary (#100) (Issues: [`#100`](https://github.com/vortico/flama/issues/))