Releases: microsoft/gr-azure
Releases · microsoft/gr-azure
Release 0.2.0
Release Notes for 0.2.0
-
New Features
- REST API block that exposes top block parameter (attributes and callbacks) via a REST endpoint to enable getting status from a flowgraph and dynamically change settings.
- SigMF support for Blob Source and Sink blocks to enable reading/storing SigMF recordings from/into blob storage.
- Repeat option in Blob Source to control whether or not to repeat the file when the end of the file is reached.
- Benchmarking utility tool for DIFI source block
-
Bug Fixes
- Blob Source block now allows no authentication to read files from public Blobs
- Missing include file in DIFI Sink caused compilation errors in GNU Radio 3.10
- DIFI documentation not showing up in GNU Radio docs tab
- DIFI scaling arguments not properly showing up and default scaling mode using incorrect value
Release 0.1.1
Release Notes for 0.1.1
-
Bug Fixes
- Gracefully exit EventHub source integration test
-
Documentation
- Quickstart examples for Blob, DIFI, Event Hub and Keyvault
- Tutorials
- gr-azure-software-radio README updates
- FAQ updates
-
Enhancements
- Use DefaultCredentials block in Event Hub blocks for authentication
Release 0.1.0
Release Notes for 0.1.0
-
New Features
- DefaultAzureCredential block supporting use in sovereign clouds as well as allowing users to selectively disable credential types
- Event Hub Message Source and Sink blocks for sending and receiving GNU Radio messages over Event Hub
- DIFI Source and Sink block updates for configurable context packet handling
- Blob Source and Sink blocks now allow users to configure how many times they will retry connecting to the Blob backend, letting users balance robustness against rapid iteration when debugging configuration errors
-
Bug Fixes
- Blob Source and Sink blocks now throw more clearly documented errors when handling configuration or authentication issues