You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
-
- Consolidated 25 historical 2.x Doctrine migrations into a single schema-dump migration
8
-
representing the end-of-2.7 schema. Upgraders must be on the latest 2.7.x with every migration
9
-
applied, then run `doctrine:migrations:rollup` instead of `doctrine:migrations:migrate`. Fresh
10
-
installs are unaffected and continue to use `migrate`. See `UPGRADE.md` step 3.
11
-
- Restored three previously removed `Template` entity properties (`icon`, `resources`,
12
-
`description`) as deprecated, write-only fields with no getters/setters. The columns are kept
13
-
in the consolidated 3.0 schema so fresh installs and 2.x → 3.0 upgraders end up with identical
14
-
schemas, and Doctrine writes a value on every INSERT (the columns are NOT NULL with no DB
15
-
default). The properties and the matching column-drop migration are scheduled for removal in
16
-
3.1.
7
+
- Consolidated 25 historical 2.x Doctrine migrations into a single end-of-2.8 schema migration; upgraders run `doctrine:migrations:rollup` (see `UPGRADE.md` step 3).
8
+
- Restored three deprecated `Template` properties (`icon`, `resources`, `description`) as write-only fields; scheduled for removal in 3.1.
17
9
- Fixed Calendar and Colibo feed configuration urls and added [] result when no locationEndpoint is set.
18
10
- Fixed baked-in `.env` shipping `APP_ENV=dev` in the API image; rewritten to `prod` at build time so
19
11
direct reads don't try to bootstrap a dev environment the prod-only dependencies can't satisfy.
0 commit comments