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: CHANGELOG.md
+9-7
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5
5
6
-
## [unreleased]
6
+
## [7.0.1] - 2022-08-17
7
+
### Fixed
8
+
- Fixed an issue in Traffic Portal where the Profile > View Delivery Services table was not filtering correctly.
7
9
8
10
## [7.0.0] - 2022-07-19
9
11
### Added
@@ -83,16 +85,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
83
85
- The `/servers/details` endpoint of the Traffic Ops API has been dropped in version 4.0, and marked deprecated in earlier versions.
84
86
85
87
### Changed
86
-
- async-http-client: 2.12.1 -> 2.12.3
87
-
- commons-codec: 1.6 -> 1.15
88
-
- commons-io: 2.0.1 -> 2.11.0
89
-
- guava: 18.0 -> 31.1-jre
90
-
- spring: 5.2.20.RELEASE -> 5.3.20
91
-
traffic_ctl commands, and adds new markup-poll-threshold config.
92
88
- Added Rocky Linux 8 support
93
89
- Added new fields to the monitoring.json snapshot and made Traffic Monitor prefer data in monitoring.json to the CRConfig snapshot
94
90
- Added permissions to the role form in traffic portal
95
91
- Adds updates to the trafficcontrol-health-client to, use new ATS Host status formats, detect and use proper
92
+
traffic_ctl commands, and adds new markup-poll-threshold config.
96
93
- Changed the Traffic Ops user last_authenticated update query to only update once per minute to avoid row-locking when the same user logs in frequently.
97
94
- Changed the default Traffic Ops API version requsted by Traffic Router from 2.0 to 3.1
98
95
- Removed the unused `deliveryservice_tmuser` table from Traffic Ops database
@@ -102,6 +99,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
102
99
- Updated Go version to 1.18
103
100
- Updated Grove to use the TO API v3 client library
104
101
- Updated Traffic Router dependencies:
102
+
- async-http-client: 2.12.1 -> 2.12.3
103
+
- commons-codec: 1.6 -> 1.15
104
+
- commons-io: 2.0.1 -> 2.11.0
105
+
- guava: 18.0 -> 31.1-jre
106
+
- spring: 5.2.20.RELEASE -> 5.3.20
105
107
- Updated the CDNs Traffic Portal page to use a more performant AG-Grid-based table.
106
108
- Updated the Cache Stats Traffic Portal page to use a more performant AG-Grid-based table.
107
109
- Updated the Profiles Traffic Portal page to use a more performant AG-Grid-based table.
0 commit comments