Version history - davidni/kudu GitHub Wiki
- Support for auto-swap in continuous deployment scenarios
- Support passing feed url when installing site extensions
- Handle copying over a DLL in use by trying to rename it first (relevant to NewRelic)
- Disable deployment with app setting SCM_DISABLE_DEPLOY_ON_PUSH
- Gravatar support
- New
SITE_BITNESS
environment variable
- Add initial support for ProjectK apps (aka ASP.NET vnext)
- New feature to download custom deployment scripts
- Upgrade Kudu to SignalR 2.x
- Marking processes with
scm
andwebjob
labels in Process Explorer - Return LastModified header from
/api/vfs
API
- Temporary remedy for
npm install
failing when %APPDATA%\npm is not present - Fixed issue of reading xml files in Debug Console
- Add support for viewing process command line in process API and UI
- Improve WebJobs error handling
- Fixed deallock issue when OnLockAcquired throws exception
- Adding Environment Variables view to Process API and UI
- Improving webjobs logging error handling
- change (add) api for webjobs from
jobs
to* change (add) api for processes from
api/diagnostics/processto
api/process`. - Add httpErrors PassThrough to default Node config
- Enable commit-ish for generic deploy handler
- Support copy-paste several lines to Debug console
- Some visual changes for FileExplorer
- Cleanup index.lock for ScmVfs operations.
- Use Newtonsoft instead of DataContract for Json output annotations.
- Fixes for DebugConsole UI and autocomplete.
- Fix small issue with site extensions API
- Add support for
install.cmd
/uninstall.cmd
scripts in gallery Site Extensions - Add support for F# Web Applications (sample here)
- More Site Extension tweaks
- Misc Site Extension and other fixes
- Improve tab auto-complete behavior in Kudu console
- Typescript 1.0 support
- Added graceful shutdown support for WebJobs
- Improve deployment logic when disconnecting from a repo and reconnecting to a different one
- New logic to use the custom start script from package.json
- New Process Explorer UI
- Webhooks support for triggered WebJobs (on run complete)
- Support dropping Zip files into Dev Console
- New WebJobs dashboard for both SDK and non-SDK Jobs
- Improve Site Extension Gallery UI
- Add F# 3.1 support
- Initial Preview of Site Extension Gallery
- Support new
SCM_DISABLE_SUBMODULES=1
flag to turn off git submodule update - Add direct PowerShell support in the Debug Console
- Add auto refresh support to the Debug Console tree view when files change
- Add support for PowerShell WebJobs
- Add
/logs/recent
endpoint - Add add/remove APIs for WebJobs
- Update to MVC5.1 and other newer packages
- Switch from aspx to Razor pages
- Add support for TypeScript
- Add Node v0.10.24 (and matching npm 1.3.21)
- Fix Kudu Console drag and drop in newest Chrome
- New Web Jobs feature
- Web hook payload now includes the site name (issue)
- New Kudu Console mode is now default. Can move back to old one optionally
- Correct npm version is put on the PATH (issue)
- Lots of fixes
- Support for deploying Console 'worker' apps
- Made SqlCmd.exe available to deployment scripts
- New API to return the list of available node/npm versions (https://github.com/projectkudu/kudu/issues/784)
- Process API now returns the list of open file handles for each process
- Updated msysgit to version 1.8.4
- Kudu now uses
d:\home
in Azure to refer to the site's files (instead of much longer folder) - New optional alpha version of the Kudu Console that works more interactively
- Added .NET 4.5.1 SDK to help build 4.5.1 projects more cleanly. Note that the runtime is still 4.5
- New Site Extension feature
- Added diagsession and gcdump support to the Process API
- Dump files now include matching mscordacwks.dll and SOS.dll for convenience
- Added threads to the Process API
- New SCM_SCRIPT_GENERATOR_ARGS to get better control over the script generator
- Fix selection issue in the Console.
- Moved .ssh folder to the root instead of inside the Site folder.
- Web Hooks
- Post Deployment Action Hooks
- Enable automatic NuGet package restore, based on NuGet 2.7 semantic
- Add support for in-place and repo-less deployments
- Add support for getting process information and mini-dumps
- Add new kudexec page giving a console windows from within the browser
- Add vstest support (including test frameworks: mstest, nunit and xunit)
- Add support for F# sites
- Add support for RIA sites
- Add ability to override some deployment settings (e.g.
SCM_BUILD_ARGS
) using .deployment file
- Add optional support for shallow clones (to save disk space) via SCM_USE_SHALLOW_CLONE setting
- Add etag support to /deployments API to avoid getting data unless necessary
- Improve progress reporting during deployment
- Allow the root of the Kudu service to be used as an alternate git endpoint
- Trim old deployments after reaching some limit
- Several improvement and fixes to the diagnostic trace file
- Cache deployment script to avoid having to generate it each time
- Use unbuffered input stream during git push operations
- Removed some unnecessary operations when fetching from external git repository
- Removed OData and DotNetZip dependencies, reducing memory usage
- Fixed issue that was causing some failures git pushing from Macs
- Fixed several issues that were causing timeouts when pushing large repositories
- Improved detection for processes that are waiting for user input
- Improved recovery after a crash (previously git locks and unwanted git remotes would remain)
- Added retry loop when fetching from external repos to deal with network reliability issues
- Improved how Kudu detects if the git repository already exists
- Add support for deploying from Dropbox
- Add support for deploying Mercurial sites on Bitbucket and Codeplex
- Switch to use script generator as default deployment logic
- Add support for vfs REST API to access the file system
- Add support for zip download/upload API
- Improvements to Log streaming support
- Automatically update git submodules
- Support simple payload to force fetch and deploy
- Add support for Codebase, GitlabHq and Kiln in Kudu (no portal UI though)
- Switch Kudu to use .NET 4.5
Sorry, this page was not maintained earlier. Ideally, we'd go back in fill this in, but probably won't :)