7.0.0
Breaking Change
- Use
await APIFactory.init(…)
to initialize aiocoap APIFactory instead ofAPIFactory(…)
- Require Python 3.7+
What's Changed
- Fix typos (#279) @MartinHjelmare
- Fix dependabot name (#277) @MartinHjelmare
- Fix example scripts access mode (#278) @MartinHjelmare
- Migrate CI to GitHub Actions (#275) @balloob
- Upgrade to aiocoap 0.4b3 (#274) @balloob
- don't use fenced code block for inline code (#271) @evgeni
- Update install-coap-client.sh (#269) @martijnvwezel
- add/remove devices from groups (#266) @Rob4t
- aiocoap_api: prevent race in _reset_protocol (#262) @dsprenkels
- Fix mood handling (#260) @Rob4t
- [./dev_docker] fix TZ issue for docker on mac (#261) @xgt001
- fix known-issues TOC link (#258) @4gra