Skip to content

Commit

Permalink
Update change log for release v7.6-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 15, 2024
1 parent 977b680 commit f481478
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 163 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
~~~


## [v7.6-beta.5] - 2024-11-15

* Fix error when creating a document as a user without `Administrator` or `Manager Users`.

* Issue **#4588** : Fix the API allowing documents to be moved with only VIEW permission. The UI requires EDIT permission. The API is now in line with that.

* Fix the `Copy As` menu item for ancestor folders that the user does not have VIEW permission on. For these cases, the `Copy As` sub menu now only displays the `Copy as name` entry.

* Change the explorer context menu to include the entries for `Dependencies` and `Dependants` if the user has at least VIEW permission. Previously required OWNER.

* Issue **#4586** : Fix error when changing filter on Document Permissions Report.

* Make account creation also create a stroom user. Make an update to an account also update the stroom user if the full name has changed.

* Fix bug in DB migration `V07_06_00_100__annotation_pre_migration_checks`.

* If you are upgrading from a previous v7.6 beta release you will need to run the following SQL. `update analytics_schema_history set checksum = '-86554219' where version = '07.06.00.405';` and `update processor_schema_history set checksum = '-175036745' where version = '07.06.00.305';`.


## [v7.6-beta.4] - 2024-11-04

* Issue **#4550** : Fix datasource already in use issue.
Expand Down Expand Up @@ -947,7 +966,8 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
* Issue **#3830** : Add S3 data storage option.


[Unreleased]: https://github.com/gchq/stroom/compare/v7.6-beta.4...HEAD
[Unreleased]: https://github.com/gchq/stroom/compare/v7.6-beta.5...HEAD
[v7.6-beta.5]: https://github.com/gchq/stroom/compare/v7.6-beta.4...v7.6-beta.5
[v7.6-beta.4]: https://github.com/gchq/stroom/compare/v7.6-beta.3...v7.6-beta.4
[v7.6-beta.3]: https://github.com/gchq/stroom/compare/v7.6-beta.2...v7.6-beta.3
[v7.6-beta.2]: https://github.com/gchq/stroom/compare/v7.6-beta.1...v7.6-beta.2
Expand Down
19 changes: 0 additions & 19 deletions unreleased_changes/20241106_152301_552__0.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20241106_152811_215__4588.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20241106_153011_961__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20241106_153138_954__0.md

This file was deleted.

24 changes: 0 additions & 24 deletions unreleased_changes/20241106_190848_044__4586.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20241108_154450_712__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20241115_085541_137__0.md

This file was deleted.

19 changes: 0 additions & 19 deletions unreleased_changes/20241115_174554_925__0.md

This file was deleted.

0 comments on commit f481478

Please sign in to comment.