Changelog
All the improvements we make to Connhex are bundled into two major releases each year: Spring and Fall.
🍁 Fall '24
Connhex Core
- Improve things tenant handling
- Speed up integration with Connhex IAM
Connhex Control
- Add Models section
- Extend Firmware and Release section
- Add Firmware metadata and tags handling
- Add multiple connectable creation
Connhex Remote Init
- Open OTA to devices not using Connhex Edge
Connhex Edge
- Add a brand new Edge Rules Engine
- Improve OTA update
Connhex Resources
- Client Modules have been extended
🌱 Spring '24
Connhex Core
- Add announce service (SnapLink)
Connhex Control
- Add SnapLink integration
- You can now send custom messages to a specific service running on an Edge
Connhex Edge
- Add SnapLink
- Add pub-sub abstraction layer to support multiple implementations
- Consolidate functionality on
agent
service - Add automated serial detection
- Support Redis as message bus
- Add mapper support to routes
Connhex IAM
- Implement custom policy engine (100x speedup on policies with 1000+ statements)
- Various performance improvements
Connhex Resources
- Add permission handling on included resources. You can now assign different permissions to view different resource attributes
- Check permissions on relationships requests
Miscellaneous
- Bug fixes and minor improvements
🍁 Fall '23
Connhex Core
- Add decimation and aggregation strategies
- (Certs) Add revoke cert by serial
Connhex Control
- Expand integration with Connhex Manufacturing
- Review connectable provisioning flow
- Add remote commands execution section
- Add channel type selector for sending messages
- Update dependencies (
@angular
)
Connhex k8s
- Update dependencies
Connhex Pay
- Add Connhex Pay
Connhex Resources
- Add full text search support in
fuzzy-match
queries - Add relationship filters
Miscellaneous
- Bug fixes and minor improvements
🌱 Spring '23
First time publicly tracking changes, here we go 🚀
Connhex Core
- (Writer) Improve PG write performance
- (Writer) Add configurable batcher
- (Reader) Increase
maxLimit
for retrieval - Various bug fixes and improvements
Connhex Control
- Add Tenants management
- Add Identities and Roles management
- Add Teams section
- Update Policies section
- Update Connectable certs handling
Connhex Edge
- Add persistence to MQTT storage
- Rewrite connection handler
- Embed NATS and add Bridge service
Connhex k8s
- Enable Token Auth
- Add default backups
- Bug fixes and minor improvements
Connhex Mapper
- Add mapper service
Connhex Resources
- Add soft deletion
- Add resources historicizer
Miscellaneous
- Bug fixes and minor improvements