Skip to content

Commit

Permalink
Preparing release 2024.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgraf committed Apr 23, 2024
1 parent 39e1686 commit 538268e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 11 deletions.
28 changes: 28 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,34 @@ Versions are of the form MAJOR.MINOR.PATCH. Each MINOR release (MAJOR.MINOR.0) i
.. towncrier release notes start
2024.7.0 (2024-04-23)
---------------------

New features:


- Add System Message SQL Model and Provide CRUD operation. [amo] [CA-1852]


Bug fixes:


- Fix OGDS listing date filters to also work on Oracle. [lgraf] [CA-6163]
- Fix lookup of user in WOPI operations if username and userid are not equal. [buchi] [CA-6237]
- Bump ftw.recipe.solr to version 1.3.9 which fixes remote streaming with Solr 8.11.3 [buchi] [GH-7922]
- Bump ftw.solr to version 2.13.2 which fixes argument parsing of the zopectl command when run with Docker. [buchi] [GH-7923]


Other changes:


- Disallow all download and share related actions for guests in restricted workspaces. [elioschmutz] [CA-6417]
- Do not render error page for BadRequest and Forbidden errors. [buchi] [CA-6417b]
- Add zopectl command for setting up a new deployment. [buchi] [CA-6863]
- Add zopectl command to run upgrade steps. [buchi] [CA-6863a]
- Bump ftw.contentstats to version 1.4.0 which adds support for Docker. [buchi] [GH-7024]


2024.6.0 (2024-03-22)
---------------------

Expand Down
1 change: 0 additions & 1 deletion changes/CA-1852.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/CA-6163.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/CA-6237.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/CA-6417.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/CA-6417b.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/CA-6863.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/CA-6863a.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-7024.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-7922.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-7923.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


version = '2024.7.0.dev0'
version = '2024.7.0'
maintainer = '4teamwork AG'


Expand Down
2 changes: 2 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ sablon = 0.3.1


[versions]
opengever.core = 2024.7.0

alabaster = 0.7.10
alembic = 1.4.3
amqp = 1.4.7
Expand Down

0 comments on commit 538268e

Please sign in to comment.