Merge master -> Develop#1376
Merged
BryanFauble merged 3 commits intodevelopfrom May 7, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Synapse Python Client’s recorded latest version and adds release notes for v4.12.0 as part of merging master into develop.
Changes:
- Bumped the recorded
latestVersionto4.12.0. - Added a new
4.12.0section to the project release notes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| synapseclient/synapsePythonClient | Updates the client metadata to mark 4.12.0 as the latest version. |
| docs/news.md | Adds v4.12.0 release notes (highlights/features/bug fixes/etc.). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+22
to
+46
| - [SYNPY-1731] Implement DockerRepository entity by @linglp in #1322 | ||
| - [SYNPY-1746] Add IsTemplate column to Curator CSV data model by @andrewelamb in #1311 | ||
| - [SYNPY-1726] Add bind-jsonschema CLI command by @aditigopalan in #1317 | ||
| - [SYNPY-1777] Separated check_name into org and schema functions; Add fix_schema_name by @andrewelamb in #1328, #1327 | ||
| - [SYNPY-1765] Remove project id arg from create_record_based_curator_task by @andrewelamb in #1329 | ||
| - [SYNPY-1784] Added delete_record_set and delete_file_view parameters to CurationTask.delete() by @andrewelamb in #1333 | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| - [SYNPY-1787] Changed conditionals so that the watched property is required by @andrewelamb in #1334 | ||
| - [SYNPY-1770] fix variable mutation in get_conditional_properties by @linglp in #1319 | ||
| - [SYNPY-1744] Redo how curator extension checks imports by @andrewelamb in #1307 | ||
| - [SYNPY-1702] Update curator extensions related documentation by @thomasyu888 in #1312 | ||
| - [SYNPY-1788] Comment out test due to synapse api error by @linglp in #1338 | ||
|
|
||
| ## Tech Debt | ||
|
|
||
| - [SYNPY-1751] upgrade setuptools by @danlu1 in #1310 | ||
| - [SYNPY-1758] Bump filelock version to 3.20.3 in setup.cfg by @BryanFauble in #1323 | ||
|
|
||
| ## Other | ||
|
|
||
| - [SYNPY-1759] Allow task to be assigned using assigneePrincipalId by @linglp in #1321 | ||
| - [SYNPY-1768] Conditional dependencies are now grouped by @andrewelamb in #1324 | ||
| - [SYNPY-1794] Modified EntityView creation of strings and list cols by @andrewelamb in #1340 |
| - [SYNPY-1770] fix variable mutation in get_conditional_properties by @linglp in #1319 | ||
| - [SYNPY-1744] Redo how curator extension checks imports by @andrewelamb in #1307 | ||
| - [SYNPY-1702] Update curator extensions related documentation by @thomasyu888 in #1312 | ||
| - [SYNPY-1788] Comment out test due to synapse api error by @linglp in #1338 |
Comment on lines
+22
to
+46
| - [SYNPY-1731] Implement DockerRepository entity by @linglp in #1322 | ||
| - [SYNPY-1746] Add IsTemplate column to Curator CSV data model by @andrewelamb in #1311 | ||
| - [SYNPY-1726] Add bind-jsonschema CLI command by @aditigopalan in #1317 | ||
| - [SYNPY-1777] Separated check_name into org and schema functions; Add fix_schema_name by @andrewelamb in #1328, #1327 | ||
| - [SYNPY-1765] Remove project id arg from create_record_based_curator_task by @andrewelamb in #1329 | ||
| - [SYNPY-1784] Added delete_record_set and delete_file_view parameters to CurationTask.delete() by @andrewelamb in #1333 | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| - [SYNPY-1787] Changed conditionals so that the watched property is required by @andrewelamb in #1334 | ||
| - [SYNPY-1770] fix variable mutation in get_conditional_properties by @linglp in #1319 | ||
| - [SYNPY-1744] Redo how curator extension checks imports by @andrewelamb in #1307 | ||
| - [SYNPY-1702] Update curator extensions related documentation by @thomasyu888 in #1312 | ||
| - [SYNPY-1788] Comment out test due to synapse api error by @linglp in #1338 | ||
|
|
||
| ## Tech Debt | ||
|
|
||
| - [SYNPY-1751] upgrade setuptools by @danlu1 in #1310 | ||
| - [SYNPY-1758] Bump filelock version to 3.20.3 in setup.cfg by @BryanFauble in #1323 | ||
|
|
||
| ## Other | ||
|
|
||
| - [SYNPY-1759] Allow task to be assigned using assigneePrincipalId by @linglp in #1321 | ||
| - [SYNPY-1768] Conditional dependencies are now grouped by @andrewelamb in #1324 | ||
| - [SYNPY-1794] Modified EntityView creation of strings and list cols by @andrewelamb in #1340 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.