-
Notifications
You must be signed in to change notification settings - Fork 441
Development Process
This document is a proposal for our Development Process and is still in development. As such, is not yet in effect for the project.
We will create milestones for every minor version we plan on shipping. We may create milestones for patch versions, if needed. We follow the semantic versioning v2.0.0 system. There is also a backlog milestone. The goal is to have at least 3 milestones: current minor version, next minor version, and backlog.
We will create release builds as needed. They'll be named {version}(-{prerelease stage})-{build number}
(e.g. v0.2.1-alpha-19234). These should include release notes of what changes were included.
For planning, the team will hold a planning meeting before starting a new milestone in earnest. In that meeting, we'll will triage features and assign to developers. Those features will be the primary goals for the version. Additional 'low-hanging-fruit' features may be added to a version afterwards, if they do not significantly delay shipping that version or violate semver, at the discretion of team.
The team meets Monday and Friday to triage issues and significant PRs.
- Configuration Settings
- function.json
- host.json
- host.json (v2)
- Http Functions
- Function Runtime Versioning
- Official Functions developers guide
- Host Health Monitor
- Managing Connections
- Renaming a Function
- Retrieving information about the currently running function
- Site Extension Resolution
- Linux Consumption Regions
- Using LinuxFxVersion for Linux Function apps
- Out-of-proc Cancellation Tokens
- Assembly Resolution in Azure Functions
- ILogger
- Precompiled functions
- Official Functions C# developer reference
- Contributor Onboarding
- Development Process
- Deploying the Functions runtime as a private site extension
- Authoring & Testing Language Extensions
- Bindings in out-of-proc
- Language Extensibility
- Worker Capabilities
- Investigating and reporting issues with timer triggered functions not firing
- Sharing Your Function App name privately
- Azure Functions CLI release notes [moved here]
- Function App Zipped Deployment [deprecated]