Skip to content

Commit

Permalink
DOC Changelog session manager anonymize IP addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 14, 2023
1 parent 2e073c8 commit 43b6b28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions en/04_Changelogs/5.1.0.md
Expand Up @@ -13,6 +13,7 @@ title: 5.1.0 (unreleased)
- [Improvement to page search performance with Elemental](#cms-search-performance)
- [New `InheritedPermissions` option - only these members](#only-these-members)
- [Optimised queries when filtering against IDs](#filter-by-ids)
- [Session manager anonymize stored IP addresses](#session-manager-ip)
- [Other new features](#other-features)
- [API changes](#api-changes)
- [Dependency changes](#dependency-changes)
Expand Down Expand Up @@ -116,6 +117,17 @@ SilverStripe\ORM\DataList:
use_placeholders_for_integer_ids: true
```

### Session manager anonymize stored IP addresses {#session-manager-ip}

A configuration option has been added to [Session Manager](https://github.com/silverstripe/silverstripe-session-manager/) to anonymize stored IP addresses for enhanced privacy and compliance.

If you want to anonymize stored IP addresses then use the following configuration:

```yml
SilverStripe\SessionManager\Models\LoginSession:
anonymize_ip: true
```

### Other new features

- You can now exclude specific `DataObject` models from the check and repair step of `dev/build` - see [ORM Performance](/developer_guides/performance/orm/#skip-check-and-repair) for more information.
Expand Down

0 comments on commit 43b6b28

Please sign in to comment.