Releases: u2d-ai/msaSDK
Releases · u2d-ai/msaSDK
0.2.5
0.1.6
0.1.5
- 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)