summaryrefslogtreecommitdiff
path: root/changelog/en/changelog_1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog/en/changelog_1.md')
-rw-r--r--changelog/en/changelog_1.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/changelog/en/changelog_1.md b/changelog/en/changelog_1.md
index 835bb2181..908636336 100644
--- a/changelog/en/changelog_1.md
+++ b/changelog/en/changelog_1.md
@@ -1,29 +1,33 @@
-v4.0.44 - 2023-04-07
+v4.0.44 - 2023-04-13
--------------------
### Features/improvements ###
- Display of a changelog with alert display when updates are made
-- Load task refactoring - manage external_id regen with tasks
- Containers: manage history
-- Update and fix translations (refs #5578, refs #5579, refs #5581)
- Security:
- Manage expiration of passwords
- Manage strong password policy (ISHTAR_STRONG_PASSWORD_POLICY) with "Each character type" validator
- Add default auth validator
- Default timeout for session is set to 5 days
- Optional security for login attempt: loging, deactivate account after many failed login.
- - Force using 128 bits salt for password hasher
### Bug fixes ###
- Json fields: fix bad save of multi values
- Cascade update from warehouse to containers (refs #5432)
- Sheets: fix history view with associated geo
- Containers: remove division search
-- Importer export: fix pre_importer call
- Image detail: do not display Modify link when not relevant (refs #5438)
- Fix french label for geo types (refs #5577)
- Fix permissions for treatments requests (refs #5441)
+### Technical ###
+- Load task refactoring - manage external_id regen with tasks
+- Update and fix translations (refs #5578, refs #5579, refs #5581)
+- Importer export: fix pre_importer call
+- Force using 128 bits salt for password hasher
+- Mark false security issues detected by bandit
+- Fix low severity security issues detected by bandit
+
v4.0.43 - 2023-03-17
--------------------