Skip to content

Commit

Permalink
chore(release): v5.0.0
Browse files Browse the repository at this point in the history
\### 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))
  • Loading branch information
Yelinz committed Jun 5, 2024
1 parent fe6e98d commit e3e8f01
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 5.0.0
### Feature
* **file:** Add search view ([`c9d3766`](https://github.com/projectcaluma/alexandria/commit/c9d37661f7cf4acb0fed55d088f07e7d6cd5d886))
* **file:** Add management command to fill content_vector ([`79b1978`](https://github.com/projectcaluma/alexandria/commit/79b1978ca4b0801cb3eb2edc84340d334d67022f))
* **file:** Add SearchVector field for extracted content ([`b0e5bad`](https://github.com/projectcaluma/alexandria/commit/b0e5baddf41aa03a249bac39c2bc875447cc2c13))
* **file:** Add apache tika for file content extraction ([`0557c59`](https://github.com/projectcaluma/alexandria/commit/0557c5997f6a92055f7b0db56e9a04e93f1f3464))
* **webdav:** Add allowed list of mime types for webdav ([`343a2ee`](https://github.com/projectcaluma/alexandria/commit/343a2eee4b0620c26cec5ced6cd499f5ecb8f4f0))
* **webdav:** Webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5))

### Fix
* **clamav:** Inline django-clamd to resolve version problems ([#564](https://github.com/projectcaluma/alexandria/issues/564)) ([`fe6e98d`](https://github.com/projectcaluma/alexandria/commit/fe6e98dcb4f80e76234d4e1d61315e5a8554e92e))
* Update dgap for webdav get permission check ([`4b1bb74`](https://github.com/projectcaluma/alexandria/commit/4b1bb74ba5be445db2f3cb6f06fd998045fd7ac6))
* **webdav:** Remove default doc, xls files ([`94df87f`](https://github.com/projectcaluma/alexandria/commit/94df87f0d3d34f20054b606edfcf3455a8017d78))

### Breaking
* removed django-clamd clamav will only be called over tcp, unix socket capabilities have been removed ([`fe6e98d`](https://github.com/projectcaluma/alexandria/commit/fe6e98dcb4f80e76234d4e1d61315e5a8554e92e))
* webdav_url to sperate webdav view ([`7162f28`](https://github.com/projectcaluma/alexandria/commit/7162f28d4cdfe8c7059d1b8cd95c5fa7dbeb93a5))

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`](https://github.com/projectcaluma/alexandria/commit/a19b8cb57c2c7222d2ff8943db6a5fc5b42e2341))

# 4.1.0
### Feature
* Allow custom implementation of username and group getters ([`72bf2e4`](https://github.com/projectcaluma/alexandria/commit/72bf2e42862bb72fbd34cda059b8df0aa107ef7a))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "caluma-alexandria"
version = "4.1.0"
version = "5.0.0"
description = "Document management service"
repository = "https://github.com/projectcaluma/alexandria"
authors = ["Caluma <[email protected]>"]
Expand Down

0 comments on commit e3e8f01

Please sign in to comment.