@@ -20,30 +20,35 @@ Atlas App Services Changelog
2020
2121- GraphQL and Static Hosting Deprecation
2222
23- - Existing apps that have either ``GRAPHQL_ALLOWED`` or ``HOSTING_ALLOWED`` enabled will now
24- display banners in the App Services UI alerting customers of both GraphQL and Static
25- Hosting deprecation .
23+ - Existing apps that have either the ``GRAPHQL_ALLOWED`` or ``HOSTING_ALLOWED`` flags enabled will now
24+ display banners in their App Services UI alerting customers of both the GraphQL and Static
25+ Hosting deprecations .
2626
27- - "GraphQL" will no longer be shown in the App Services side navigation, and the
28- "GraphQL Models" tab and "GraphQL Model Errors" section will no longer be on the Schema
27+ - "GraphQL" is no longer shown in the App Services UI side navigation, and the
28+ "GraphQL Models" tab and "GraphQL Model Errors" section are no longer on the " Schema"
2929 page by default. These will only be visible for apps with the ``GRAPHQL_ALLOWED`` flag enabled.
3030
31- - "Hosting" will no longer be shown in the App Services side navigation by default. This page will only
31+ - "Hosting" is no longer shown in the App Services UI side navigation by default. This page will only
3232 be visible for apps with the ``HOSTING_ALLOWED`` flag enabled.
3333
3434 - Attempting to reach the GraphQL Explore page by URL from an app without the
35- ``GRAPHQL_ALLOWED`` flag enabled will now display "404 Document Not Found" instead of the GraphQL Explore page.
35+ ``GRAPHQL_ALLOWED`` flag enabled will now display "404 Document Not Found" instead of the GraphQL Explore page.
3636
3737 - Attempting to reach the Static Hosting page by URL from an app without the
38- ``HOSTING_ALLOWED`` flag enabled will now display "404 Document Not Found" instead of the Static Hosting page.
38+ ``HOSTING_ALLOWED`` flag enabled will now display "404 Document Not Found" instead of the Static Hosting page.
3939
40- - App Services CLI will now show '[DEPRECATED]' before the impacted results on ``logs list
41- --help``, ``push --help``, and ``pull --help``.
40+ - App Services CLI will now show ``[DEPRECATED]`` before results impacted by the deprecation on:
41+
42+ - ``logs list --help``
43+
44+ - ``push --help``
45+
46+ - ``pull --help``
4247
4348 - App Services CLI will now make daily announcements for the deprecation of GraphQL and
4449 Static Hosting.
4550
46- - The GraphQL template app (web.graphql.todo) is no longer be available.
51+ - The GraphQL template app (web.graphql.todo) is no longer available.
4752
4853.. _backend_20240710:
4954
0 commit comments