Releases: hivemq/hivemq-edge
2024.7
Release notes: https://www.hivemq.com/changelog/hivemq-edge-2024-7-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.6
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
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
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
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
What's Changed
- Bugfix: stopped bridge drops publish > dont drop publish when bridge i… by @DC2-DanielKrueger in #283
- fix(19439) - CipherSuite placeholder text fix by @simon622 in #291
- feat(17757) - Sanitized Logging by @simon622 in #290
- Bugfix: Fix keystore path being always empty by @DC2-DanielKrueger in #296
- fix(17211) - Cascase bridge and adapter metrics on delete / stop by @simon622 in #260
- Fix: ads adapter port config not working by @DC2-DanielKrueger in #299
Full Changelog: 2024.1...2024.2
2024.1
What's Changed
- feat(16146) - AB EIP ready for testing by @simon622 in #241
- feat(18382): Add tooltip to the relevant icon buttons by @vanch3d in #255
- refactor(18350): Refactor the theme structure by @vanch3d in #254
- fix(18349): fix the list and listitem roles by @vanch3d in #252
- feat(18348): Add support for dark mode by @vanch3d in #249
- Avoid eventual consistency of the HTTP client by @hlohse in #166
- Improvement/mqtt persistence by @DC2-DanielKrueger in #217
- Fix: correctly escape | in run script for windows by @DC2-DanielKrueger in #259
- refactor(18025): Reduce size of the main bundles by @vanch3d in #257
- Improvement/eip adapter by @schaebo in #274
- fix intermittent warnings in adapter by @schaebo in #277
New Contributors
Full Changelog: 2023.9...2024.1
2023.9
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
- @tgracchus made their first contribution in #170
- @gitseti made their first contribution in #229
Full Changelog: 2023.7...2023.9
2023.8
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
- @tgracchus made their first contribution in #170
- @DC2-DanielKrueger made their first contribution in #185
- @vogler75 made their first contribution in #155
Full Changelog: 2023.7...2023.8
2023.7
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
- @h2xd made their first contribution in #171
- @schaebo made their first contribution in #178
- @A-Imal made their first contribution in #182
Full Changelog: 2023.6...2023.7