Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@andrewazores andrewazores released this 03 Jul 20:19
· 8 commits to cryostat-v3.0 since this release
253829e

What's Changed

🚀 Features

🔧 Fixes

  • fix(requests): use relative request paths by @andrewazores in #1175
  • fix(rules): remove id key from uploaded rule by @mwangggg in #1211
  • fix(notifications): parse detail for notification body by @mwangggg in #1192
  • fix(archives): add archives error page by @mwangggg in #1216
  • fix(graphql): emit notifications on server error response by @andrewazores in #1218
  • fix(rules): correct removal of 'id' field from Rule object by @andrewazores in #1226
  • fix(auth): force reload to / on any logout result by @andrewazores in #1237
  • fix(graphql): adjust GraphQL queries and models for updated server schema by @andrewazores in #1222
  • fix(graphql): query target nodes by targets' IDs rather than connectUrls by @andrewazores in #1245
  • fix(graphql): handle nullable response fields that can occur when there are server errors by @andrewazores in #1246
  • fix(jmcagent): correct notification handling by @andrewazores in #1248
  • fix(jmxauth): remove references to client-side localstorage JMX credential passthrough by @andrewazores in #1241
  • fix(topology): delete action should be available for custom targets by @tthvo in #1252
  • fix(GraphQL): fix VallidationError: null ID for non-null BigInteger! by @aali309 in #1256
  • fix(demo): mirage demo fixups for 3.0 by @andrewazores in #1257
  • fix(custom-targets): lock form Create button until successful test by @andrewazores in #1262
  • fix(auth): render username in top bar by @andrewazores in #1264
  • fix(quickstarts): remove outdated feature descriptions (backport #1273) by @mergify in #1274
  • fix(matchexpr): tooltip hint checks for annotation existence before asserting value (backport #1275) by @mergify in #1280
  • fix(matchexpr): fix bug in evaluator List view (backport #1278) by @mergify in #1281
  • fix(Targets): Target list fails to populate if WebSocket connection is not established (backport #1276) by @mergify in #1282
  • ci(tools): use podman for building container images (backport #1290) by @mergify in #1291

📄 Documentation

  • docs(UI): match capitalization to match PF guide by @aali309 in #1260

⚙️ Maintenance

Full Changelog: v2.4.0...v3.0.0