Skip to content

Releases: skallfass/fastapi_serviceutils

updated dependencies fastapi and loguru

07 Dec 08:54
Compare
Choose a tag to compare

updated dependencies

  • fastapi => now pydantic >=1 is used
  • loguru => usage of alpine based images now possible

Bugfix in create_service: now using correct repo-url

25 Nov 18:15
Compare
Choose a tag to compare
  • bugfix: create_service now uses correct repo-url
  • bugfix: fixed wrong usage of extras inside pyproject.toml and setup.py

New major release

10 Nov 11:21
Compare
Choose a tag to compare
  • includes easier usage of external_resources (databases and services)
  • bugfix in logger (previously wrong function was declared as source of log-message)
  • updated documentation with more details and an additional exampleservice-section
  • now mainly using poetry. dephell is now used for package creation
  • add additional tests for previously untested parts
  • added function for easier usage of versioned endpoints

Removed not used functionality and bugfix for dependencies

24 Oct 19:30
Compare
Choose a tag to compare
1.0.0

Merge branch 'bugfix_in_dependencies'

Working version of `create_service`

22 Oct 14:24
Compare
Choose a tag to compare

Also updated documentation.

Updated documentation

20 Oct 20:36
Compare
Choose a tag to compare
0.2.1

added additional documentation

0.2.0: dephell project bump did not increase version in pyproject.toml so in…

20 Oct 18:36
Compare
Choose a tag to compare

Initial version

20 Oct 18:13
Compare
Choose a tag to compare
0.1.0

updated README