Skip to content

Commit

Permalink
DOC Add note in 5.1 changelog about DB SSL (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored May 22, 2023
1 parent ab31d10 commit de1a71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/04_Changelogs/5.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ title: 5.1.0 (unreleased)
## Bug fixes

- [`DataList::filterAny()`](api:SilverStripe\ORM\DataList::filterAny()) queries on many-many relations that use an aggregate `HAVING` clause now correctly use an `OR` conjunction rather than an incorrect `AND` conjunction.
- At some point shortly before the release of Silverstripe CMS 4.0.0, SSL support for database connections was accidentally removed. This has now been reinstated - see [Using SSL in database connections](/developer_guides/security/secure_coding#using-ssl-in-database-connections) for more information.

This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!

Expand Down

0 comments on commit de1a71f

Please sign in to comment.