v3.13.0
v3.13.0
Features
Pilot Things integration
This release adds a per-application Pilot Things integration. (#527)
Improvements
- Expose gateway certificate expiration date in web-interface.
- Improve organization auto-complete with total count of available options.
- Make setting default gRPC resolver a config option.
- Note: this changes the default resolver from
dns
back topassthrough
,
which is the default value for the Go gRPC library.
- Note: this changes the default resolver from
- Support SCRAM-SHA-256/512 for Kafka integration. (#549)
- Add
tls_enabled
option to Redis configuration. - Improve user email validation regexp. (#553)
- Implement JWT token audience validation.
- Make it impossible for users to delete themselves. (#557)
- Add ms precision to LoRa Cloud DAS integration timestamps. (#556)
- Implement
UplinkMsgWifi
+ wifi stream record workaround for LoRa Cloud DAS integration. - Replace
Math.random
bywindow.crypto
in UI.