Skip to content

Commit e3e8f01

Browse files
committed
chore(release): v5.0.0
\### Feature * **file:** Add search view ([`c9d3766`](c9d3766)) * **file:** Add management command to fill content_vector ([`79b1978`](79b1978)) * **file:** Add SearchVector field for extracted content ([`b0e5bad`](b0e5bad)) * **file:** Add apache tika for file content extraction ([`0557c59`](0557c59)) * **webdav:** Add allowed list of mime types for webdav ([`343a2ee`](343a2ee)) * **webdav:** Webdav_url to sperate webdav view ([`7162f28`](7162f28)) \### Fix * **clamav:** Inline django-clamd to resolve version problems ([#564](#564)) ([`fe6e98d`](fe6e98d)) * Update dgap for webdav get permission check ([`4b1bb74`](4b1bb74)) * **webdav:** Remove default doc, xls files ([`94df87f`](94df87f)) \### Breaking * removed django-clamd clamav will only be called over tcp, unix socket capabilities have been removed ([`fe6e98d`](fe6e98d)) * webdav_url to sperate webdav view ([`7162f28`](7162f28)) The URL for WebDAV editing is now in a seperate endpoint, to allow for checking the Permissions before serving it. Previously the WebDAV URL was served even if the Permissions were denied, as getting the WebDAV URL was a Visibility check. \### Documentation * **readme:** Improve documentation for available features and config ([`a19b8cb`](a19b8cb))
1 parent fe6e98d commit e3e8f01

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 5.0.0
2+
### Feature
3+
* **file:** Add search view ([`c9d3766`](https://github.com/projectcaluma/alexandria/commit/c9d37661f7cf4acb0fed55d088f07e7d6cd5d886))
4+
* **file:** Add management command to fill content_vector ([`79b1978`](https://github.com/projectcaluma/alexandria/commit/79b1978ca4b0801cb3eb2edc84340d334d67022f))
5+
* **file:** Add SearchVector field for extracted content ([`b0e5bad`](https://github.com/projectcaluma/alexandria/commit/b0e5baddf41aa03a249bac39c2bc875447cc2c13))
6+
* **file:** Add apache tika for file content extraction ([`0557c59`](https://github.com/projectcaluma/alexandria/commit/0557c5997f6a92055f7b0db56e9a04e93f1f3464))
7+
* **webdav:** Add allowed list of mime types for webdav ([`343a2ee`](https://github.com/projectcaluma/alexandria/commit/343a2eee4b0620c26cec5ced6cd499f5ecb8f4f0))
8+
* **webdav:** Webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5))
9+
10+
### Fix
11+
* **clamav:** Inline django-clamd to resolve version problems ([#564](https://github.com/projectcaluma/alexandria/issues/564)) ([`fe6e98d`](https://github.com/projectcaluma/alexandria/commit/fe6e98dcb4f80e76234d4e1d61315e5a8554e92e))
12+
* Update dgap for webdav get permission check ([`4b1bb74`](https://github.com/projectcaluma/alexandria/commit/4b1bb74ba5be445db2f3cb6f06fd998045fd7ac6))
13+
* **webdav:** Remove default doc, xls files ([`94df87f`](https://github.com/projectcaluma/alexandria/commit/94df87f0d3d34f20054b606edfcf3455a8017d78))
14+
15+
### Breaking
16+
* removed django-clamd clamav will only be called over tcp, unix socket capabilities have been removed ([`fe6e98d`](https://github.com/projectcaluma/alexandria/commit/fe6e98dcb4f80e76234d4e1d61315e5a8554e92e))
17+
* webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5))
18+
19+
The URL for WebDAV editing is now in a seperate endpoint, to allow for checking the Permissions before serving it.
20+
Previously the WebDAV URL was served even if the Permissions were denied, as getting the WebDAV URL was a Visibility check.
21+
22+
### Documentation
23+
* **readme:** Improve documentation for available features and config ([`a19b8cb`](https://github.com/projectcaluma/alexandria/commit/a19b8cb57c2c7222d2ff8943db6a5fc5b42e2341))
24+
125
# 4.1.0
226
### Feature
327
* Allow custom implementation of username and group getters ([`72bf2e4`](https://github.com/projectcaluma/alexandria/commit/72bf2e42862bb72fbd34cda059b8df0aa107ef7a))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "caluma-alexandria"
3-
version = "4.1.0"
3+
version = "5.0.0"
44
description = "Document management service"
55
repository = "https://github.com/projectcaluma/alexandria"
66
authors = ["Caluma <info@caluma.io>"]

0 commit comments

Comments
 (0)