-
Stefan Hynek authored
## [1.2.1](1.2.0...1.2.1) (2023-01-10) ### Bug Fixes * reduce log level of some debug information ([c38b76bc](c38b76bc))
Stefan Hynek authored## [1.2.1](1.2.0...1.2.1) (2023-01-10) ### Bug Fixes * reduce log level of some debug information ([c38b76bc](c38b76bc))
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 5.51 KiB
1.2.1 (2023-01-10)
Bug Fixes
- reduce log level of some debug information (c38b76b)
1.2.0 (2023-01-09)
Features
- textgrid_dav_provider: initialize textgrid config with "tg_host" from wsgidav environ (fab21bc)
1.1.3 (2022-11-29)
Bug Fixes
- wsgidav: update to remediate GHSA-xx6g-jj35-pxjv, CVE-2022-41905 (a6f91cc), closes #32 (closed)
1.1.2 (2022-02-28)
Bug Fixes
- dav_provider: reference correct class member (a8f69ac)
1.1.1 (2022-02-25)
Bug Fixes
- dockerfile: move pyicu library build to own docker build stage (09e5fd1)
1.1.0 (2022-02-25)
Bug Fixes
- dav-provider: correct log call string interpolation (42ece56)
Features
- textgrid_named_dav_provider.py: dav provider which shows titles from metadata in filenames and paths (1520f46)
- textgrid_named_dav_provider.py: show project names in dav root (fe73736)
1.0.2 (2022-02-23)
Bug Fixes
- wsgidav: update wsgidav to 4.0.1; remove requests, zeep; rename config key that has changed with the update (834901e)
1.0.1 (2022-02-22)
Bug Fixes
- dav-provider: use TextgridSearch from tgclients lib instead of own tgapi module (c88fcaa), closes #20 (closed)
1.0.0 (2022-02-21)
Bug Fixes
- errors: set env_name in error message correctly (06b0b4d)
-
textgrid_dav_provider: use tgclients for
TextgridAuth
(81c6048) - tgapi: take textgridUri from metadata, not from result element (88079e8), closes #6 (closed)
Features
- config: add AppConfig with property "dsn" for sentry initialization (4cebb95)
- config: add properties for host and nav_address (564bad8)
- dav_provider: provide access to Textgrid projects, aggregations and resources (bd80a81)
- implement basic textgrid DomainController and DAVProvider (86859a0)
- main.py: initialize and launch the wsgi server process (4fca508)
- main: init sentry very early if dsn is set (2c3e76e)
- provide modules for config, errors and textgrid api (be42d0f)
- stream_tools: add a modified version of wsgidav's FileLikeQueue (1b551e9)
-
textgrid_dav_provider: implement
begin_write
forTextgridResource
s (5ad6f4d) - textgrid_dav_provider: provide streamed write to resources with FileLikeQueue and threaded worker (49f8b4f)
- tgapi: provide access to the Textgrid Search and CRUD services (61ce9f7)