Skip to content

Releases: pnopjp/jmeter-plugins

Support for Azure CLI/Azure Dev CLI/Azure PowerShell/Workload Identity with Entra ID Auth

06 Jan 07:52
92ea447
Compare
Choose a tag to compare
  • 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

05 Jan 08:43
7ef0e0d
Compare
Choose a tag to compare

[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

28 Nov 13:40
Compare
Choose a tag to compare
  • 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

24 Mar 16:30
f9cb763
Compare
Choose a tag to compare
  • 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

17 Jul 12:10
Compare
Choose a tag to compare
  • 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.
  • 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

06 Mar 07:48
Compare
Choose a tag to compare
  • 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

06 Dec 19:35
Compare
Choose a tag to compare
  • 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

25 Nov 17:15
Compare
Choose a tag to compare

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

11 Nov 07:17
Compare
Choose a tag to compare

[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.

Azure Event Hubs Sampler v0.2.1 & Custom functions v0.4.2

31 Jul 15:18
78f0106
Compare
Choose a tag to compare
  • Azure Event Hubs Sampler
  • All functions
    • Small bug fix when using http proxy.
  • AzAdAccessToken function
    • Provide more detailed log output when the response to a Token request results in an error. (for Issue #6)