Skip to content

0.1.5

Compare
Choose a tag to compare
@swelcker swelcker released this 20 Sep 13:02
· 22 commits to master since this release
100d1f8
  • Cleaned Static Files
  • Optimized logging as the * import from justpy and rocketry overrides the logging with INFO
  • Fixed some typo in Docs
  • Added more examples docu
  • Added Web UI Examples
  • Fully integrated JustPy 0.9.2 into msaSDK as the original JustPy is just not build for full integration in FastAPI, makes things easier
  • Added signal module, as decorator and middleware plus the option to mount middleware in MSAApp via settings
  • Added storagedict: Dicts who can sync themself to data storage backends, like redis, zookeeper.
  • Added dynaconf: Can be used as a second option for own Settings handling.
  • BUG: in logger fixed, uvicorn handler wasnt empty list, corrected this (Some log messages were duplicated)