element-synapse/scripts-dev
Devon Hudson d435cfc125
Add mention of future deprecations to release script (#19239)
Small improvement to the release script to prompt the user to consider
upcoming deprecations that should be mentioned in the changelog.

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct (run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

---------

Co-authored-by: Olivier 'reivilibre' <oliverw@element.io>
2025-12-01 15:47:36 +00:00
..
build_debian_packages.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
check_line_terminators.sh Update license headers 2023-11-21 15:29:58 -05:00
check_locked_deps_have_sdists.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
check_schema_delta.py Use sqlglot to properly check SQL delta files (#19224) 2025-11-28 15:49:15 +00:00
check-newsfragment.sh Update book location 2023-12-13 16:15:22 +00:00
complement.sh Export SYNAPSE_SUPPORTED_COMPLEMENT_TEST_PACKAGES from scripts-dev/complement.sh (#19208) 2025-11-21 19:01:43 -06:00
config-lint.sh Fix Shellcheck SC2006: Use $(...) notation 2021-10-22 23:08:55 +01:00
database-save.sh Drop unused table presence (#14825) 2023-01-13 14:17:03 +00:00
docker_update_debian_changelog.sh Update license headers 2023-11-21 15:29:58 -05:00
dump_macaroon.py Change the format of access tokens away from macaroons (#5588) 2021-05-12 15:04:51 +01:00
federation_client.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
gen_config_documentation.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
generate_sample_config.sh Add suffices to scripts in scripts-dev (#12137) 2022-03-02 18:00:26 +00:00
lint.sh Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
make_full_schema.sh Make it easier to use DataGrip w/ Synapse's schema (#14982) 2023-02-15 13:51:37 +00:00
mypy_synapse_plugin.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
next_github_number.sh Fix typo 2023-12-13 16:37:10 +00:00
release.py Add mention of future deprecations to release script (#19239) 2025-12-01 15:47:36 +00:00
schema_versions.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
sign_json.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00