|
1 | 1 | ---
|
2 |
| -description: '' |
| 2 | +description: "" |
3 | 3 | docs: DOCS-1394
|
4 | 4 | doctypes:
|
5 |
| -- reference |
| 5 | + - reference |
6 | 6 | tags:
|
7 |
| -- docs |
| 7 | + - docs |
8 | 8 | title: Changelog
|
9 | 9 | toc: true
|
10 | 10 | weight: 99999
|
@@ -34,6 +34,14 @@ Stay up-to-date with what's new and improved in the F5 NGINX One Console.
|
34 | 34 |
|
35 | 35 | ## January 20, 2025
|
36 | 36 |
|
| 37 | +### Revert a configuration |
| 38 | + |
| 39 | +Using the NGINX One Console you can now: |
| 40 | + |
| 41 | +- See a history of changes to the configuration on an instance or a Config Sync Group, as well as the content of the previous five configs published to that object |
| 42 | +- Review the differences between the current and other saved configurations |
| 43 | +- Revert to older configurations as needed |
| 44 | + |
37 | 45 | ### AI Assistant
|
38 | 46 |
|
39 | 47 | In the F5 NGINX One Console, you can now select lines from your configuration files, and then select **Explain with AI**. The NGINX One AI Assistant explains those lines based on the official NGINX documentation.
|
@@ -62,7 +70,7 @@ For more information, see the full documentation on [Managing Config Sync Groups
|
62 | 70 |
|
63 | 71 | ### Instance object cleanup
|
64 | 72 |
|
65 |
| -NGINX Instance objects that have been `unavailable` for a set period will be automatically cleaned up (deleted). By default, this period is 24 hours from the time the NGINX Instance object was last updated. An administrator can change or disable the cleanup process in the "Instance Settings" under Settings. Events will be generated for NGINX Instances that have been automatically cleaned up. See "Events" for a list of NGINX Instances that have been deleted automatically. |
| 73 | +NGINX Instance objects that have been `unavailable` for a set period will be automatically cleaned up (deleted). By default, this period is 24 hours from the time the NGINX Instance object was last updated. An administrator can change or disable the cleanup process in the "Instance Settings" under Settings. Events will be generated for NGINX Instances that have been automatically cleaned up. See "Events" for a list of NGINX Instances that have been deleted automatically. |
66 | 74 |
|
67 | 75 | ## June 11, 2024
|
68 | 76 |
|
@@ -92,9 +100,9 @@ We've updated the **Instance Details** and **Data Plane Keys** pages to make it
|
92 | 100 | ### Breaking change
|
93 | 101 |
|
94 | 102 | - API responses now use "object_id" instead of "uuid". For example, **key_1mp6W5pqRxSZJugJN-yA8g**. We've introduced specific prefixes for different types of objects:
|
95 |
| - - Use **key_** for data-plane keys. |
96 |
| - - Use **inst_** for NGINX instances. |
97 |
| - - Use **nc_** for NGINX configurations. |
| 103 | + - Use **key\_** for data-plane keys. |
| 104 | + - Use **inst\_** for NGINX instances. |
| 105 | + - Use **nc\_** for NGINX configurations. |
98 | 106 | - Likewise, we've updated the JSON key from **uuid** to **object_id** in response objects.
|
99 | 107 |
|
100 | 108 | ## February 6, 2024
|
|
0 commit comments