Skip to content

Commit 8f877d4

Browse files
authored
feat: Deprecation DEPPS11: Replace PublicAPIRouter with PagesRouter (#9974)
BREAKING CHANGE: This release replaces `PublicAPIRouter` with `PagesRouter` (Deprecation DEPPS11).
1 parent 1d31406 commit 8f877d4

16 files changed

+84
-895
lines changed

DEPRECATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following is a list of deprecations, according to the [Deprecation Policy](h
1414
| DEPPS8 | Login with expired 3rd party authentication token defaults to `false` | [#7079](https://github.com/parse-community/parse-server/pull/7079) | 5.3.0 (2022) | 7.0.0 (2024) | removed | - |
1515
| DEPPS9 | Rename LiveQuery `fields` option to `keys` | [#8389](https://github.com/parse-community/parse-server/issues/8389) | 6.0.0 (2023) | 7.0.0 (2024) | removed | - |
1616
| DEPPS10 | Encode `Parse.Object` in Cloud Function and remove option `encodeParseObjectInCloudFunction` | [#8634](https://github.com/parse-community/parse-server/issues/8634) | 6.2.0 (2023) | 9.0.0 (2026) | removed | - |
17-
| DEPPS11 | Replace `PublicAPIRouter` with `PagesRouter` | [#7625](https://github.com/parse-community/parse-server/issues/7625) | 8.0.0 (2025) | 9.0.0 (2026) | deprecated | - |
17+
| DEPPS11 | Replace `PublicAPIRouter` with `PagesRouter` | [#7625](https://github.com/parse-community/parse-server/issues/7625) | 8.0.0 (2025) | 9.0.0 (2026) | removed | - |
1818
| DEPPS12 | Database option `allowPublicExplain` will default to `true` | [#7519](https://github.com/parse-community/parse-server/issues/7519) | 8.5.0 (2025) | 9.0.0 (2026) | deprecated | - |
1919

2020
[i_deprecation]: ## "The version and date of the deprecation."

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ COPY --from=build /tmp/lib lib
4040

4141
COPY package*.json ./
4242
COPY bin bin
43-
COPY public_html public_html
43+
COPY public public
4444
COPY views views
4545
RUN mkdir -p logs && chown -R node: logs
4646

public_html/invalid_link.html

Lines changed: 0 additions & 45 deletions
This file was deleted.

public_html/invalid_verification_link.html

Lines changed: 0 additions & 68 deletions
This file was deleted.

public_html/link_send_fail.html

Lines changed: 0 additions & 45 deletions
This file was deleted.

public_html/link_send_success.html

Lines changed: 0 additions & 45 deletions
This file was deleted.

public_html/password_reset_success.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

public_html/verify_email_success.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)