-
- Downloads
chore(release): 1.0.0
# 1.0.0 (2022-02-21) ### Bug Fixes * **errors:** set env_name in error message correctly ([06b0b4d8](06b0b4d8)) * **textgrid_dav_provider:** use tgclients for `TextgridAuth` ([81c60487](81c60487)) * **tgapi:** take textgridUri from metadata, not from result element ([88079e8c](88079e8c)), closes [#6](#6) ### Features * **config:** add AppConfig with property "dsn" for sentry initialization ([4cebb95a](4cebb95a)) * **config:** add properties for host and nav_address ([564bad89](564bad89)) * **dav_provider:** provide access to Textgrid projects, aggregations and resources ([bd80a81b](bd80a81b)) * implement basic textgrid DomainController and DAVProvider ([86859a07](86859a07)) * **main.py:** initialize and launch the wsgi server process ([4fca5087](4fca5087)) * **main:** init sentry very early if dsn is set ([2c3e76ed](2c3e76ed)) * provide modules for config, errors and textgrid api ([be42d0f8](be42d0f8)) * **stream_tools:** add a modified version of wsgidav's FileLikeQueue ([1b551e9b](1b551e9b)) * **textgrid_dav_provider:** implement `begin_write` for `TextgridResource`s ([5ad6f4d2](5ad6f4d2)) * **textgrid_dav_provider:** provide streamed write to resources with FileLikeQueue and threaded worker ([49f8b4f6](49f8b4f6)) * **tgapi:** provide access to the Textgrid Search and CRUD services ([61ce9f7a](61ce9f7a))
CHANGELOG.md
0 → 100644
Please register or sign in to comment