Summary of changes from April 29, 2017 to May 5, 2017.
| Codebase | Repository | {icon lock} | HEAD | Activity |
|----------|------------|--|------|----------|
| Phabricator | rP | | rPc8c23af840 | 25 commits |
| Arcanist | rARC | | rARC3c473579 | 1 commit |
| libphutil | rPHU | | rPHUa900d7b | 0 commits |
| Instances (SAAS) | rSAAS | {icon lock} | rSAAS74b660f | 0 commits |
| Services (SAAS) | rSERVICES | {icon lock} | rSERVICES99e27a5 | 0 commits |
| Core (SAAS) | rCORE | {icon lock} | rCORE4923c43 | 4 commits |
- These changes were promoted to `stable`.
General
=======
- We are sunsetting "Paid Prioritization" and moving toward a more traditional "Paid Support" model. See T12681 for details.
Security
========
- //No notes in this period.//
Migrations
==========
| Migration | Risk | Duration | Notes |
|-----------|------|----------|-------|
| 20170427.owners.01.long.sql | | 23 ms |
| 20170504.1.slowvote.shuffle.sql | | 49 ms |
//"Duration" is the duration for this install, and may not be representative.//
Upgrading / Compatibility
=========================
- The `conpherence.createthread` and `conpherece.updatethread` API methods are now frozen. New code should prefer the modern `conpherence.edit` method.
Minor / Internal
================
- Disabled users now show grey dots again. Unverified, enabled users have purple ones.
- "Fixes ..." is no longer recognized as a magic word in comments on revisions. It still works normally in the summary, test plan, etc.
- Assigning a milestone (or other project with no hashtag) as a reviewer now works correctly.
- Fixed two issue with the Calendar availability cache: moving the start date of an ongoing event into the future or uninviting a user from an ongoing event could fail to update caches properly.
- "Fixed" an issue related to a Mailgun API change.
- The "trailing whitespace" linter now detects trailing tabs if the "tab literal" warning is disabled.
- Many applications now use modular transactions internally. If we got this right, you won't be able to tell that we changed anything.