Releases: wemulate/wemulate-api
Releases · wemulate/wemulate-api
2.0.2
This release uses the latest wemulate version (v2.0.4) with all its new features and bug fixes.
What's Changed
- wemulate-api v.2.0.2 by @severindellsperger in #29
Full Changelog: 2.0.1...2.0.2
2.0.1
2.0.0
!! Breaking Changes !!
These changes adapt to the new API of wemulate >2.0.0 and is thus not compatible with the older versions (< 2.0.0)
It delivers the API v2.0.0, which is compatible with the new wemulate-frontend >2.0.0
The most notable change was the refactoring from Flask to FastAPI (for more information see #25). Now, the stack is well-matched by using FastAPI in this repo and Typer in the wemulate module.
What's Changed
- Rewrite get_device function by @severindellsperger in #7
- Delete connection after restart by @severindellsperger in #8
- delete all connections after restart by @severindellsperger in #9
- New api by @severindellsperger in #13
- CICD and Readme by @jklaiber in #14
- Fix startup by @jklaiber in #15
- Cors implementation by @severindellsperger in #16
- Fix installation by @jklaiber in #17
- Update issue templates by @jklaiber in #20
- Create LICENSE by @jklaiber in #19
- Create CODE_OF_CONDUCT.md by @jklaiber in #18
- Move to poetry by @jklaiber in #23
- Bump pywin32 from 227 to 301 by @dependabot in #24
- change api to new wemulate (directional-disturbance) release by @severindellsperger in #25
New Contributors
- @severindellsperger made their first contribution in #7
- @jklaiber made their first contribution in #14
- @dependabot made their first contribution in #24
Full Changelog: https://github.com/wemulate/wemulate-api/commits/2.0.0