Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed May 31, 2024
2 parents 9b06d30 + a340ac0 commit 5ffecbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to project will be documented in this file.

## [2.3.5](https://github.com/roadiz/skeleton/compare/v2.3.4...v2.3.5) - 2024-05-31

### Features

- Use Redis for session storage in production - ([b7932d3](https://github.com/roadiz/skeleton/commit/b7932d3021d1a2509f7330da47342ff19c77e3f9)) - Ambroise Maupate

## [2.3.4](https://github.com/roadiz/skeleton/compare/v2.3.3...v2.3.4) - 2024-05-29

### Features
Expand Down
6 changes: 6 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ when@test:
test: true
session:
storage_factory_id: session.storage.factory.mock_file

# Use Redis for session storage in production
when@prod:
framework:
session:
handler_id: '%env(string:REDIS_DSN)%'

0 comments on commit 5ffecbc

Please sign in to comment.