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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,34 @@ Azure Spring Apps is improved on an ongoing basis. To help you stay up to date w
17
17
18
18
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.
19
19
20
+
## Q3 2024
21
+
22
+
The following updates are now available:
23
+
24
+
-**Conveniently access app logs in the Azure portal**: We now offer a more convenient and efficient way to query app logs and do log streaming on the Azure portal. This new approach supplements manually composing queries to fetch application logs from the Log Analytics workspace and accessing the log stream through the 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).
25
+
26
+
-**Regular infrastructure maintenance in the Enterprise plan**:
27
+
- Regular upgrade to keep managed components up-to-date:
28
+
- Service Registry: upgraded to 1.3.1.
29
+
- Application Configuration Service: upgraded to 2.3.1, including a critical fix of missing content details in the logging for ConfigMap and secret creation.
30
+
- Spring Cloud Gateway: upgraded to 2.2.5, including a critical fix for a routing rule persistence issue.
31
+
- API Portal: upgraded to 1.5.0.
32
+
- App Live View: upgraded to 1.8.0.
33
+
- App Accelerator: upgraded to 1.8.1.
34
+
- Build service:
35
+
- Go buildpack: added support for Go 1.22, deprecated Go 1.20, changed default version from Go 1.20 to Go 1.21.
36
+
- NodeJS buildpack: changed default version from Node.js 19 to Node.js 20.
0 commit comments