Skip to content

Releases: u2d-ai/msaSDK

0.2.5

04 Oct 08:01
c640a2f
Compare
Choose a tag to compare

0.2.5

  • Switched from local packages to msa* packages
  • Updated dashboard template, switched to amis version 2.3.0 from 1.10.2 and from local js/css to unpkg.com cdn
  • BugFix: Solved language issues for the sdk based message popup's

0.1.6

21 Sep 19:50
5a5c27d
Compare
Choose a tag to compare

bug fixed with profiler, bug fixed within sdk.js = was wrong version, added script folder, renamed docs dist folder, added docs_src (todo move all sources there), fixed bug in features and deleted mappings as we don't want to define our models twice

0.1.5

20 Sep 13:02
100d1f8
Compare
Choose a tag to compare
  • 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)

0.1.4

19 Sep 14:54
Compare
Choose a tag to compare

Integrated PyFilesystem2 as Abstract Filesystem for the Service
Integrated msaSDk and FastAPI Docs in Admin API Docs as IFrame Pages
Integrated justpy WEB UI Framework into MSAAPI Class