Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.1.0 #64

Merged
merged 3 commits into from
Jan 11, 2024
Merged

v4.1.0 #64

merged 3 commits into from
Jan 11, 2024

Conversation

chullybun
Copy link
Collaborator

  • Enhancement: Removed the FunctionsStartup constraint for TEntryPoint to enable more generic usage.
  • Enhancement: Enable Microsoft.Azure.Functions.Worker.HttpTriggerAttribute (new isolated function support), in addition to existing Microsoft.Azure.WebJobs.HttpTriggerAttribute (existing in-process function support), within HttpTriggerTester.
  • Enhancement: Enable Microsoft.Azure.Functions.Worker.ServiceBusTriggerAttribute (new isolated function support), in addition to existing Microsoft.Azure.WebJobs.ServiceBusTriggerAttribute (existing in-process function support), within ServiceBusTriggerTester.
    • Additionally, CreateServiceBusMessageActions is being renamed to CreateWebJobsServiceBusMessageActions; a new CreateWorkerServiceBusMessageActions has been introduced to support isolated Microsoft.Azure.Functions.Worker.ServiceBusTriggerAttribute testing.
  • Enhancement: Upgraded NUnit dependency to 4.0.1; all unit tests now leverage the NUnit constraint model testing approach.
    • Note: Also, as a result it is recommended prior to upgrading to v4.1.0, where using NUnit, that all existing unit tests are updated to use the new constraint model testing approach; see migration guide for details.

@chullybun chullybun merged commit e60f8bf into main Jan 11, 2024
2 checks passed
@chullybun chullybun deleted the v4.1.0 branch January 11, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant