Skip to content

Releases: hawtio/hawtio-next

0.9.2

16 Nov 02:35
Compare
Choose a tag to compare

0.9.2 (2023-11-16)

Bug Fixes

  • auth: export useUser hook for external plugins (308ce3f)
  • jmx,camel: fix Operations tab crashes when used with Camel JBang (3f66dd3), closes #670

What's Changed

  • fix(jmx,camel): fix Operations tab crashes when used with Camel JBang by @tadayosi in #671

Full Changelog: v0.9.1...v0.9.2

0.9.1

15 Nov 11:10
Compare
Choose a tag to compare

0.9.1 (2023-11-15)

Bug Fixes

  • camel: debug breakpoint suspension doesn't work with Camel v4 (784261f), closes #666
  • camel: reload breakpoints immediately after step in debug (18170a8)

What's Changed

  • chore(deps): bump @types/jest from 29.5.7 to 29.5.8 by @dependabot in #660
  • chore(deps): bump @testing-library/react from 14.0.0 to 14.1.0 by @dependabot in #663
  • chore(deps): bump @types/dagre from 0.7.51 to 0.7.52 by @dependabot in #664
  • fix(camel): debug breakpoint suspension doesn't work with Camel v4 by @tadayosi in #667
  • refactor(camel): refactor Debug by @tadayosi in #668

Full Changelog: v0.9.0...v0.9.1

0.9.0

14 Nov 05:23
Compare
Choose a tag to compare

0.9.0 (2023-11-14)

Features

  • connect: add Discover tab - by Jolokia Discovery MBean (0fb87dc)
  • connect: support local JVM listing in Discover tab (c0d2ba8), closes #30
  • plugin: add order option to Plugin API to allow controlling presentation order of plugins #653 (14c0a89)

Bug Fixes

  • camel,jmx: fix Camel plugin should precede JMX (51bb1a2), closes #653

What's Changed

Full Changelog: v0.8.0...v0.9.0

0.8.0

07 Nov 06:01
Compare
Choose a tag to compare

0.8.0 (2023-11-07)

Features

  • shared: support different loading options for workspace via hawtconfig.json (41acaab), closes #421

Bug Fixes

  • camel: apply options from preferences (f5f5cb7), closes #409
  • camel: apply showInflightCounter option from camel preferences (1097233), closes #409

What's Changed

  • chore(deps): bump @types/jest from 29.5.6 to 29.5.7 by @dependabot in #645
  • feat(shared): support different loading options for workspace via hawtconfig.json by @tadayosi in #646
  • fix(camel): apply options from preferences by @tadayosi in #647
  • chore(deps): bump react-router-dom from 6.17.0 to 6.18.0 by @dependabot in #648
  • chore(deps): bump @types/jquery from 3.5.25 to 3.5.26 by @dependabot in #650
  • chore(deps-dev): bump commit-and-tag-version from 11.3.0 to 12.0.0 by @dependabot in #651

Full Changelog: v0.7.0...v0.8.0

0.7.0

30 Oct 09:26
Compare
Choose a tag to compare

0.7.0 (2023-10-30)

Features

Bug Fixes

  • Adds noconsole rule to guard against casual console.log msgs #625 (50a83c4)
  • connect: change header hint from expandable section to popover (87b6502)
  • connect: reflect remote username for login user (8d07d9d)
  • connect: rephrase and polish hint text for Connect plugin (410a539), closes #490
  • connect: Some link texts missing spaces inside sentences (#630) (4e6ac92), closes #336
  • core: getBasePath() to always return path without trailing slash '/' (3d858a6)
  • jmx: 'Copy Jolokia URL' in JMX Operations tab should provide full path including host origin (21ec9eb)
  • jmx: provide full URL including origin for Jolokia URL in Attribute modal (13373ed)
  • shared: jolokia service list blocked in case of ajax error (4963ed3)

What's Changed

  • chore(deps): bump @types/node from 18.18.5 to 18.18.6 by @dependabot in #617
  • chore(deps): bump @types/jest from 29.5.5 to 29.5.6 by @dependabot in #618
  • chore(deps): bump @types/react-dom from 18.2.13 to 18.2.14 by @dependabot in #621
  • chore(deps): bump @types/jquery from 3.5.22 to 3.5.24 by @dependabot in #619
  • chore(deps): bump @types/dagre from 0.7.50 to 0.7.51 by @dependabot in #622
  • chore(deps): bump @types/dagre-layout from 0.8.3 to 0.8.4 by @dependabot in #620
  • chore(deps-dev): bump concurrently from 8.2.1 to 8.2.2 by @dependabot in #623
  • chore(camel): update @hawtio/camel-model by @tadayosi in #627
  • fix(jmx): 'Copy Jolokia URL' in JMX Operations tab should provide full path including host origin by @tadayosi in #629
  • Fixed Some link texts missing spaces inside sentences by @Msarawan in #630
  • chore(deps): bump xml-formatter from 3.5.0 to 3.6.0 by @dependabot in #631
  • chore(deps): bump @types/jquery from 3.5.24 to 3.5.25 by @dependabot in #632
  • chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #633
  • feat(jmx): support writing attributes for writable attributes (RW) by @tadayosi in #634
  • fix: Adds noconsole rule to guard against casual console.log msgs #625 by @phantomjinx in #626
  • feat(connect): support connecting to authenticated Jolokia endpoints by @tadayosi in #636
  • fix(connect): rephrase and polish hint text for Connect plugin by @tadayosi in #637
  • chore(deps): bump keycloak-js from 22.0.4 to 22.0.5 by @dependabot in #639
  • feat(shared): jolokiaService.list() to accept path for returning partial set of MBeans by @tadayosi in #640
  • build: upgrade yarn to 4.0.1 by @tadayosi in #642
  • chore(deps): upgrade to TypeScript 5 by @tadayosi in #644

New Contributors

Full Changelog: v0.6.1...v0.7.0

0.6.1

18 Oct 12:49
Compare
Choose a tag to compare

0.6.1 (2023-10-18)

Bug Fixes

  • shared: jolokia instance is created every time getJolokia() is invoked (f77048f)

What's Changed

  • fix(shared): jolokia instance is created every time getJolokia() is invoked by @tadayosi in #616

Full Changelog: v0.6.0...v0.6.1

0.6.0

18 Oct 05:17
Compare
Choose a tag to compare

0.6.0 (2023-10-18)

Features

  • Splits HawtioLogin to allow for custom form #594 (d3ade5d)
  • ui: HAWNG-11 enable showing app name in header title via hawtconfig.json (18eb0a5)

Bug Fixes

  • Avoids circular dependencies while testing with jest #594 (f9ee47d)
  • Example3: Remote tooltips in order to avoid #570 (5da01fd)
  • Fixes tests to properly observe the userService.isLogin state #594 (a9cef9a)
  • issues related to previous enhancement on HawtioLogin #594 (4611be8)
  • lint error for changelog (6bcaec8)
  • Prevents JMX plugin from hanging on resolve #594 (0234f8c)
  • Ties services to userService to respect login state #594 (839f565)

What's Changed

  • Fix: Remote tooltips to avoid #570 by @mmelko in #603
  • chore(deps): bump @types/node from 18.18.3 to 18.18.4 by @dependabot in #595
  • chore(deps): bump @patternfly/react-core from 4.277.0 to 4.278.0 by @dependabot in #596
  • chore(deps): bump monaco-editor from 0.43.0 to 0.44.0 by @dependabot in #598
  • chore(deps): bump reactflow from 11.9.2 to 11.9.3 by @dependabot in #604
  • chore(deps): bump @types/jquery from 3.5.21 to 3.5.22 by @dependabot in #599
  • chore(deps): bump @patternfly/react-table from 4.113.5 to 4.113.6 by @dependabot in #602
  • chore(deps): bump @types/react-dom from 18.2.10 to 18.2.12 by @dependabot in #605
  • chore(deps): bump @patternfly/react-charts from 7.1.0 to 7.1.1 by @dependabot in #601
  • chore(deps): bump @patternfly/react-code-editor from 5.1.0 to 5.1.1 by @dependabot in #600
  • chore(deps): bump @types/react-dom from 18.2.12 to 18.2.13 by @dependabot in #606
  • chore(deps): bump @testing-library/jest-dom from 6.1.3 to 6.1.4 by @dependabot in #608
  • chore(deps): bump @types/node from 18.18.4 to 18.18.5 by @dependabot in #609
  • chore(deps): bump jolokia.js from 2.0.0-dev.10 to 2.0.0-m4.0 by @dependabot in #610
  • feat(ui): HAWNG-11 enable showing app name in header title via hawtconfig.json by @tadayosi in #611
  • Changes to to allow for plugin to provide customisations by @phantomjinx in #607
  • chore(deps): bump reactflow from 11.9.3 to 11.9.4 by @dependabot in #612
  • chore(deps): bump react-router-dom from 6.16.0 to 6.17.0 by @dependabot in #613
  • chore(deps): bump @babel/traverse from 7.20.13 to 7.23.2 by @dependabot in #614
  • fix: issues related to previous enhancement on HawtioLogin #594 by @tadayosi in #615

Full Changelog: v0.5.2...v0.6.0

0.5.2

06 Oct 06:56
Compare
Choose a tag to compare

0.5.2 (2023-10-06)

Bug Fixes

  • camel: getBreakpoints op for Camel BacklogDebugger changed between v3 and v4 (8463006)
  • findDOMNode is deprecated in StrictMode. in Route/Endpoins tabs by using noWrap (94e6dc3)

0.5.1

05 Oct 07:34
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @types/dagre-layout from 0.8.2 to 0.8.3 by @dependabot in #567
  • chore(deps): bump @types/dagre from 0.7.49 to 0.7.50 by @dependabot in #568
  • chore(deps): bump @types/node from 18.17.18 to 18.18.0 by @dependabot in #571
  • fix(shared): upgrade jolokia.js to 2.0.0-dev.9 by @tadayosi in #569
  • chore(deps): bump reactflow from 11.8.3 to 11.9.2 by @dependabot in #575
  • chore(deps): bump @types/jquery from 3.5.19 to 3.5.20 by @dependabot in #577
  • chore(deps): bump @types/react-dom from 18.2.7 to 18.2.8 by @dependabot in #579
  • refactor(runtime): polish Runtime plugin by @tadayosi in #580
  • chore(deps): bump jolokia.js from 2.0.0-dev.9 to 2.0.0-dev.10 by @dependabot in #581
  • chore(deps): bump @types/node from 18.18.0 to 18.18.1 by @dependabot in #583
  • ci(e2e): Stabilize E2E tests by @mmuzikar in #584
  • chore(deps): bump @types/react from 18.2.21 to 18.2.23 #576 by @phantomjinx in #585
  • chore(deps): bump web-vitals from 3.4.0 to 3.5.0 by @dependabot in #582
  • chore(deps): bump @types/node from 18.18.1 to 18.18.3 by @dependabot in #586
  • fix(ui): redirect '/index.html' to root '/' by @tadayosi in #588
  • chore(deps): bump @types/react-dom from 18.2.8 to 18.2.10 by @dependabot in #591
  • chore(deps): bump keycloak-js from 22.0.3 to 22.0.4 by @dependabot in #589
  • chore(deps): bump @types/jquery from 3.5.20 to 3.5.21 by @dependabot in #590

Full Changelog: v0.5.0...v0.5.1

0.5.0

22 Sep 05:46
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump @testing-library/jest-dom from 6.0.1 to 6.1.1 by @dependabot in #521
  • chore(deps): bump @types/node from 18.17.8 to 18.17.9 by @dependabot in #522
  • chore(deps-dev): bump jest-environment-jsdom from 29.6.3 to 29.6.4 by @dependabot in #525
  • chore(deps): bump @testing-library/jest-dom from 6.1.1 to 6.1.2 by @dependabot in #526
  • chore(deps-dev): bump jest from 29.6.3 to 29.6.4 by @dependabot in #523
  • chore(deps): bump @types/node from 18.17.9 to 18.17.11 by @dependabot in #524
  • chore(deps): bump jquery from 3.7.0 to 3.7.1 by @dependabot in #527
  • chore(deps): bump @types/node from 18.17.11 to 18.17.12 by @dependabot in #528
  • chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 by @dependabot in #529
  • refactor(shared): rename 'properties' to 'metadata' on MBeanNode by @tadayosi in #530
  • chore(deps): bump @types/node from 18.17.12 to 18.17.13 by @dependabot in #531
  • feat(logs): initial Logs plugin by @tadayosi in #532
  • chore(deps): bump @types/node from 18.17.13 to 18.17.14 by @dependabot in #534
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #533
  • fix: Ability to add custom toolbar items to main page nav bar by @phantomjinx in #537
  • chore(deps): bump @types/node from 18.17.14 to 18.17.15 by @dependabot in #544
  • chore(deps): bump @patternfly/react-core from 4.276.8 to 4.276.12 by @dependabot in #542
  • chore(deps): bump @patternfly/react-table from 4.113.0 to 4.113.4 by @dependabot in #543
  • chore(deps): bump @testing-library/jest-dom from 6.1.2 to 6.1.3 by @dependabot in #538
  • chore(deps): bump monaco-editor from 0.41.0 to 0.43.0 by @dependabot in #549
  • chore(deps): bump tibdex/github-app-token from 1 to 2 by @dependabot in #550
  • chore(deps): bump @module-federation/utilities from 2.0.7 to 3.0.0 by @dependabot in #547
  • feat(quartz): initial Quartz plugin by @tadayosi in #545
  • chore(deps): bump keycloak-js from 22.0.1 to 22.0.2 by @dependabot in #548
  • feat: Further enhance the plugin header items extension point by @phantomjinx in #554
  • chore(deps-dev): bump jest from 29.6.4 to 29.7.0 by @dependabot in #551
  • chore(deps): bump keycloak-js from 22.0.2 to 22.0.3 by @dependabot in #553
  • chore(deps): bump react-router-dom from 6.15.0 to 6.16.0 by @dependabot in #555
  • chore(deps): bump @testing-library/user-event from 14.4.3 to 14.5.0 by @dependabot in #557
  • chore(deps-dev): bump jest-environment-jsdom from 29.6.4 to 29.7.0 by @dependabot in #552
  • chore(deps): bump @types/node from 18.17.15 to 18.17.16 by @dependabot in #559
  • chore(deps): bump @testing-library/user-event from 14.5.0 to 14.5.1 by @dependabot in #560
  • chore(deps): bump @types/jest from 29.5.4 to 29.5.5 by @dependabot in #558
  • chore(deps): bump @types/node from 18.17.16 to 18.17.17 by @dependabot in #562
  • chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in #563
  • feat(runtime): Initial Runtime plugin by @mmelko in #556
  • chore(deps): bump @types/node from 18.17.17 to 18.17.18 by @dependabot in #564
  • chore(deps): bump @patternfly/react-core from 4.276.12 to 4.277.0 by @dependabot in #566
  • chore(deps): bump @patternfly/react-table from 4.113.4 to 4.113.5 by @dependabot in #565

Full Changelog: v0.4.1...v0.5.0