- Add py.typed marker
- Update drop_before_all to support fhir-schema and old approach #68
- Add
headers
to SDKOperationRequest
- Improve exposed types.py
- Use web.AppKey for client/db/sdk/settings app keys (backward compatible with str key)
- Drop support of python3.8
- Lint project source code
- Move db proxy initialization after app registration
- Fix sqlalchemy tables recreation (useful in tests)
- Revert subscriptions
request
arg changes that made in 0.1.5
- Add aidbox_db fixture
- Adjust subscriptions to have
app
key inrequest
dict
- Optimize app registration (get rid of manifest conversion)
- Initial pypi release