#3230 changes patient ID generation so it automatically increases the length as needed, up to 13 digits. If you are validating incoming patient_ids in Sentinel, be sure to remove or correct any length restrictions, e.g. ^[0-9]{5}$ would become ^[0-9]{5,13}$.
#3166 adds a new transition that adds patient_ids to every created person: generate_patient_id_on_people. Enable this transition if you want to send SMS about patients that may be created through the webapp.
Features
Drop id_format app setting in favour of auto-lengthening ids. Issue: #3230
Support for Nepali number characters. Issue: #3192
Show XForm in User’s language. Issue: #3174
Sentinel needs to support these patient_id use cases. Issue: #3166
Enable users to export, even if they do not have permission to configure. Issue: #3113
Support required_message and required_message translations in Enketo. Issue: #3056