Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Update change log for v2.0.0
  • Loading branch information
danlu1 authored Aug 1, 2024
1 parent 987b497 commit 79bc48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#### Minor behavior changes:
* Credentials passed by command line argument will now be evaluated before credentials stored in the `~/.synapseConfig` file.
* `rememberMe` has been deprecated in `synLogin`.
* Using syn123.version notation is now supported with `synGet` and `synSetProvenance`.
* File entities will no longer have their version incremented during no-op changes. Only when file content, or fields on the file has been updated will a version number be incremented.
* New parameters have been added to allow more features:
Expand All @@ -29,6 +28,7 @@ For more changes, please view the [Release Notes](https://python-docs.synapse.or

* Python synapsePythonClient dependency updated to 4.0.0
* You can only login via a Synapse Personal Access token now. All other forms of authentication have been disabled for security purposes.
* `rememberMe` has been deprecated in `synLogin`.
* `synSetAnnotations` removed as it is not working as expected due to implementation in the Python API.
* For more changes, please view the 3.2.0 and 4.0.0 changes on the [Python client documentation](https://python-docs.synapse.org/news/).

Expand Down

0 comments on commit 79bc48e

Please sign in to comment.