Skip to content

Warn legacy programming model users before v2 - #613

Open
andystaples wants to merge 4 commits into
devfrom
andystaples-warn-legacy-v1-users
Open

Warn legacy programming model users before v2#613
andystaples wants to merge 4 commits into
devfrom
andystaples-warn-legacy-v1-users

Conversation

@andystaples

@andystaples andystaples commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • detect legacy Python v1 apps by their function.json layout during package import
  • warn customers to migrate to the Python v2 programming model or pin azure-functions-durable<2
  • reconstruct the changelog from the complete PyPI release inventory, including yanked releases and excluding unpublished tags and packages built from other repositories
  • cover legacy and v2 app layouts with regression tests
  • Also clean up the CHANGELOG including past versions

Testing

  • python -m pytest -q tests\test_init.py
  • python -m flake8 azure\durable_functions\__init__.py tests\test_init.py
  • verified changelog versions and release dates against PyPI and GitHub release history

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 9b12bc64-f7ed-484b-9004-7a595a538eb9
andystaples and others added 3 commits July 28, 2026 15:14
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 9b12bc64-f7ed-484b-9004-7a595a538eb9
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