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: articles/spring-apps/enterprise/whats-new.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,32 @@ Azure Spring Apps is improved on an ongoing basis. To help you stay up to date w
18
18
19
19
This article is updated quarterly, so revisit it regularly. You can also visit [Azure updates](https://azure.microsoft.com/updates/?query=azure%20spring), where you can search for updates or browse by category.
20
20
21
+
## Q3 2024
22
+
23
+
-**Conveniently access app logs on Azure portal**:Now we offer a more convenient and efficient way to query app logs an do log streaming on Azure portal, besides manually composing queries to fetch application logs from Log Analytics workspace and accessing log stream through Azure CLI. For more information, see the [Stream logs](how-to-log-streaming.md?tabs=azure-portal#stream-logs) section of [Stream Azure Spring Apps application console logs in real time](how-to-log-streaming.md).
24
+
25
+
-**Regular infrastructure maintenance in Enterprise plan**:
26
+
- Regular upgrade to keep managed components up-to-date:
27
+
- Service Registry: upgraded to 1.3.1
28
+
- Application Configuration Service: upgraded to 2.3.1 including a critical fix of missing content details to logging on ConfigMap / secret creation.
29
+
- Spring Cloud Gateway: upgraded to 2.2.5 including a critical fix of routing rule persistence issue.
30
+
- API Portal: upgraded to 1.5.0
31
+
- App Live View: upgraded to 1.8.0
32
+
- App Accelerator: upgraded to 1.8.1
33
+
- Build service:
34
+
○ Go buildpack: add support for Go 1.22, deprecate Go 1.20, change default version from Go 1.20 to Go 1.21
35
+
○ NodeJS buildpack: change default version from Node.js 19 to Node.js 20
0 commit comments