Releases: pnopjp/jmeter-plugins
Releases · pnopjp/jmeter-plugins
Support for Azure CLI/Azure Dev CLI/Azure PowerShell/Workload Identity with Entra ID Auth
- The following credentials are supported in Entra ID config element
- Azure Cli credential
- Azure Developer Cli credential
- Azure PowerShell credential
- Workload Identity credential
- Fixed typo
Thanks @MissaouiChedy
Support for DefaultAzureCredential with Entra ID Authentication
[IMPORTANT] This version has a breaking change in all plugins.
- Support for DefaultAzureCredential with Entra ID Authentication. #27
Thanks @MissaouiChedy - [Breaking change] Only JRE 17 or later is supported. (JRE 16 and earlier are no longer supported.)
- Azure SDK has been updated to the latest version.
Azure Service Bus Sampler v0.3.2
- Azure Service Bus Sampler v0.3.2
Fixed a bug in which the protocol was being executed as “AMQP” instead of “AMQP over Web Sockets” even if “AMQP over Web Sockets” was selected in the Protocol.
Issue #24 has also been resolved.
Thanks @tarung121
Support for name change from Azure Active Directory to Microsoft Entra ID
- The following samplers are covered
- Azure Event Hubs Sampler v0.2.5
- Azure Service Bus Sampler v0.3.1
- Azure Storage Queue Sampler v0.1.3
- Azure Service Bus Sampler v0.3.1
- Performed a small amount of refactoring
- There are no functional changes or bug fixes
Azure Service Bus Sampler v0.3.0
- Azure Service Bus Sampler v0.3.0
- Support for sending Content-Type. #8
Thank you @MalachiMcIntosh. - Support for sending Label (subject). #11
Thank you @ivan2yk. - Support for sending headers, standard properties and message attributes.
- Support for sending Content-Type. #8
- Azure Event Hubs Sampler v0.2.4
Dependent libraries have been upgraded.
There are no functional changes or bug fixes.
Azure Service Bus Sampler v0.2.0
- Azure Service Bus Sampler v0.2.0
Support for sending custom properties. - Azure Event Hubs Sampler v0.2.3
Dependent libraries have been upgraded.
There are no functional changes or bug fixes.
NEW: Azure Load Testing Stub
- Azure Load Testing Stub [NEW RELEASE]
This plugin is a Stub that allows custom functions that are only available in Azure Load Testing to work in pure Azure JMeter™.
Enables Apache JMeter™ to use custom functions when creating and testing test scripts to be uploaded to Azure Load Testing.
Document of Azure Load Testing Stub - Azure Storage Queue Sampler v0.1.1
Dependent libraries have been upgraded.
There are no functional changes or bug fixes.
NEW: Azure Storage Queue Sampler
Currently, this sampler does not support all Azure Service Bus features. For example, update a message, etc are not supported.
I will prioritize the implementation of the ones that are most frequently requested by everyone.
Reference of Azure Storage Queue sampler
NEW: Azure Service Bus Sampler v0.1.0 & UDPATE: Azure Event Hubs Sampler v0.2.2
[IMPORTANT] This version has a breaking change in Azure Event Hubs sampler.
- Azure Service Bus sampler v0.1.0 [NEW SAMPLER]
Currently, this sampler does not support all Azure Service Bus features. For example, message deferral, send properties, etc are not supported.
I will prioritize the implementation of the ones that are most frequently requested by everyone.
Reference of Azure Service Bus sampler - Azure Event Hubs sampler v0.2.2
- Fixed bugs
- Azure AD authentication via proxy was not working.
- Adjusted dependent libraries.
Reduces the occurrence of errors due to library conflicts. - [Breaking change]
- Incompatible with test plan files saved prior to v0.4.1.
You can upgrade the test plan file by changing 'jp.co.pnop.jmeter.protocol.amqp.config.gui.AzAmqpMessage' to 'jp.co.pnop.jmeter.protocol.amqp.sampler.AzAmqpMessage' in the test plan file for the previous version.
- Incompatible with test plan files saved prior to v0.4.1.
- Fixed bugs