Skip to content

Releases: hivemq/hivemq-edge

2024.6

29 Jul 11:48
Compare
Choose a tag to compare

Release notes: https://www.hivemq.com/changelog/hivemq-edge-2024-6-released/
Download: https://www.hivemq.com/products/hivemq-edge/#tryforfree

Note: When you download HiveMQ Edge, you will have a preview of commercially licensed features.

2024.5

17 Jun 18:59
Compare
Choose a tag to compare

Release notes: https://www.hivemq.com/blog/hivemq-edge-2024-5-released/
Download: https://www.hivemq.com/products/hivemq-edge/#tryforfree

Note: When you download HiveMQ Edge, you will have a preview of commercially licensed features.

2024.4

14 May 18:16
Compare
Choose a tag to compare

Release notes: https://www.hivemq.com/blog/hivemq-edge-2024-4-released/
Download: https://www.hivemq.com/products/hivemq-edge/#tryforfree

Note: When you download HiveMQ Edge, you will have a preview of commercially licensed features.

2024.3

19 Mar 14:56
2596c2e
Compare
Choose a tag to compare

Release notes: https://www.hivemq.com/blog/hivemq-edge-2024-3-released/
Download: https://www.hivemq.com/products/hivemq-edge/#tryforfree

Note: When you download HiveMQ Edge, you will have a preview of commercially licensed features.

2024.2

29 Feb 16:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.1...2024.2

2024.1

08 Feb 08:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2023.9...2024.1

2023.9

20 Dec 11:40
Compare
Choose a tag to compare

What's Changed

  • Avoid copying the array of TurboFilters for each call of any method of the loggers by @A-Imal in #181
  • [1429] A failed CONNACK should be sent, when a CONNECT packet exceed the max packet size by @tgracchus in #170
  • Test-Fix: OpcUaProtocolAdapterAuthTest now handles async update of ConnectionStatus correctly by @DC2-DanielKrueger in #185
  • Adds intro video of HiveMQ Edge as simple screencast by @sfrehse in #189
  • feat(17596) - PLC4X threading, S7 connection, ADS adapter, Http Untrusted SSL by @simon622 in #190
  • CI / fix cypress binaries by @h2xd in #183
  • fix(16319): Fix the colour of the links' border in the navigation panel by @vanch3d in #194
  • fix(17493): Fix the alignment of the column's headers in the paginated table by @vanch3d in #193
  • feat(17451): add date filtering on the Event Log by @vanch3d in #191
  • fix license headers by @DC2-DanielKrueger in #196
  • bugfix > fix behavior change by making fields not mandatory by @DC2-DanielKrueger in #197
  • feat(17327): Create a consistent user-friendly rendering of Data/Time info by @vanch3d in #192
  • Bugfix/vogler update endpoint option by @DC2-DanielKrueger in #198
  • Bugfix/ads adapter service loading by @schaebo in #199
  • Bugfix/fix breaking changes in payload by @DC2-DanielKrueger in #202
  • Fix build.gradle.kts registering tasks multiple times by @DC2-DanielKrueger in #200
  • feat(17448): Add a reduced version of the event log to the overview of entities in the workspace by @vanch3d in #195
  • fix(17476): Add support for Bridge nodes in the workspace by @vanch3d in #201
  • Bugfix/17745 license check by @DC2-DanielKrueger in #203
  • fix(17700): Improve the UX of the metrics panel in the workspace by @vanch3d in #204
  • feat(17787): refactor copy-to-clipboard component by @vanch3d in #206
  • fix(17869): Improve date/time rendering for seconds by @vanch3d in #208
  • fix(17782): Fix duplicated keys in onboarding tasks by @vanch3d in #207
  • Feature: Capability Service by @DC2-DanielKrueger in #209
  • Bugfix: Fix missing buffering before first connect of bridge by @DC2-DanielKrueger in #213
  • fix(17994): Fix the accessibility of the main app by @vanch3d in #218
  • Bugfix: Data loss on update of bridge by @DC2-DanielKrueger in #216
  • fix(): Adds OpenAPI Spec for 2023.8 by @sfrehse in #210
  • Bugfix: Fix wrong publish being buffered when remote bridge is disconnected by @DC2-DanielKrueger in #221
  • Feature/adapt release process including the openapi spec by @sfrehse in #211
  • Improvement/s7 ads improvements by @schaebo in #225
  • feat(15311): Add metrics charting to the links in the worspace by @vanch3d in #215
  • fix(18092): Fix the update of status for adapters and bridges in the workspace by @vanch3d in #228
  • Cleanup startup log by @DC2-DanielKrueger in #230
  • Update dependencies by @gitseti in #229
  • Bugfix: Fix bridge Buffering by @DC2-DanielKrueger in #226
  • fix(): Renames the service to edge by @sfrehse in #212
  • feat(17781): Notification framework and new release notice by @vanch3d in #205
  • Register LogLevelModifierTurboFilter only once. by @A-Imal in #188
  • Improvement: Set config write through to true as default by @DC2-DanielKrueger in #246
  • SingleWriterService > Cascade all exceptions that can be thrown during the task execution. by @A-Imal in #238
  • Bugfix: Remove race condition when closing bridge by @DC2-DanielKrueger in #248
  • remove alpha/beta version from S7 and ADS by @schaebo in #247
  • feat(18150): Manual grouping of nodes in the workspace to create new contexts for metrics by @vanch3d in #231
  • fix(): Fixes notification to direct to proper config file by @sfrehse in #250

New Contributors

Full Changelog: 2023.7...2023.9

2023.8

20 Nov 17:32
Compare
Choose a tag to compare

What's Changed

  • fix() Avoid copying the array of TurboFilters for each call of any method of the loggers by @A-Imal in #181
  • fix(): A failed CONNACK should be sent, when a CONNECT packet exceed the max packet size by @tgracchus in #170
  • fix: OpcUaProtocolAdapterAuthTest now handles async update of ConnectionStatus correctly by @DC2-DanielKrueger in #185
  • fix(): Adds intro video of HiveMQ Edge as simple screencast by @sfrehse in #189
  • feat(17596) - PLC4X threading, S7 connection, ADS adapter, Http Untrusted SSL by @simon622 in #190
  • CI / fix cypress binaries by @h2xd in #183
  • fix(16319): Fix the colour of the links' border in the navigation panel by @vanch3d in #194
  • fix(17493): Fix the alignment of the column's headers in the paginated table by @vanch3d in #193
  • feat(17451): add date filtering on the Event Log by @vanch3d in #191
  • fix license headers by @DC2-DanielKrueger in #196
  • bugfix > fix behavior change by making fields not mandatory by @DC2-DanielKrueger in #197
  • feat(17327): Create a consistent user-friendly rendering of Data/Time info by @vanch3d in #192
  • Bugfix/vogler update endpoint option by @DC2-DanielKrueger in #198
  • Bugfix/ads adapter service loading by @schaebo in #199
  • Bugfix/fix breaking changes in payload by @DC2-DanielKrueger in #202
  • Fix build.gradle.kts registering tasks multiple times by @DC2-DanielKrueger in #200
  • feat(17448): Add a reduced version of the event log to the overview of entities in the workspace by @vanch3d in #195
  • fix(17476): Add support for Bridge nodes in the workspace by @vanch3d in #201

New Contributors

Full Changelog: 2023.7...2023.8

2023.7

07 Nov 14:30
Compare
Choose a tag to compare

Release blog post: https://www.hivemq.com/blog/hivemq-edge-2023-7-released/

What's Changed

  • Polling adapter abstraction by @simon622 in #133
  • Transitions should return a response indicating status by @simon622 in #134
  • feat(123): Start, stop or restart bridges and adapters by @vanch3d in #135
  • fix(123): Change the text and colour of the stateless status badge by @vanch3d in #136
  • Ensure running and reset on start by @simon622 in #137
  • Feat (144) - Polling adapter instrumentation by @simon622 in #147
  • fix(119): change icon for bridge and adapter navigation menu by @vanch3d in #149
  • Adapter validation framework changes by @simon622 in #153
  • feat(138): Custom editing field for topics in the adapter form by @vanch3d in #146
  • feat(139): Custom editing field for topics in the Bridge form by @vanch3d in #152
  • fix(17040) - Add local and remote subscription varients and add excludes to local by @simon622 in #151
  • fix(123): fix status rendering on links in workspace by @vanch3d in #154
  • feat(17143) - Event API and UX by @simon622 in #156
  • PLC4X Version Increment by @simon622 in #172
  • ci(frontend): add reusable workflow by @h2xd in #171
  • fix(17265): Check bridge existence before opening editor by @vanch3d in #175
  • feat(17328): Add manual reload to the event log by @vanch3d in #177
  • fix(17265): fix navigation to active adapter's table by @vanch3d in #176
  • feat(17145): Add optional filtering to the paginated tables by @vanch3d in #174
  • adds first sample event for opc ua by @schaebo in #178
  • Fix (17366) - OPC - UA Background connection monitoring by @simon622 in #173
  • fix(17445) Refactor filters to utilise Selct component by @vanch3d in #179
  • fix(17457): Fix target for the dropdown menu by @vanch3d in #180
  • Flaky: Fix all tests in OpcUaProtocolAdapterAuthTest. by @A-Imal in #182

New Contributors

Full Changelog: 2023.6...2023.7

2023.6

26 Sep 10:27
Compare
Choose a tag to compare

What's Changed

  • Fix(16649) - Edge started events being missed by @simon622 in #88
  • Issue 86 - Modbus naming convention by @simon622 in #91
  • feat(16640) - Add gatekeeping to adapter discovery and allow adapters to determine if they wish to add support by @simon622 in #89
  • Fix(97) - Adapter Identifier needs start and end tokens by @simon622 in #99
  • Fix(94): Connection Status are now updated on the workspace by @vanch3d in #98
  • Feat(92) - Add default run configurations for developer runtime and adapter creation by @simon622 in #96
  • fix(101) - UNS API validation is not aligned with UI and is flawed by @simon622 in #102
  • feat(93): Improve rendering of the JSONSchema form and match Adapter and Bridge by @vanch3d in #105
  • fix(111): Fix color contrast for fields error message by @vanch3d in #112
  • fix(106) - Changed the URL of HTTP adapter to be URI format by @simon622 in #114
  • feat(107): Extraction of topics from generic adapters by @vanch3d in #110
  • feat(113): add error and loading state to the main pages by @vanch3d in #117
  • feat(108) - Define 2 status fields for adapters & bridges by @simon622 in #116
  • fix(108): Remove unnecessary console log by @vanch3d in #126
  • Fix(129) - Remove duplicated config schema attributes which yeilds messy configuration forms by @simon622 in #130
  • fix(125): Change namespace CTA label by @vanch3d in #131

Full Changelog: 2023.5...2023.6