Skip to content

v4.3.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@BryanFauble BryanFauble released this 30 May 22:50
· 1 commit to v4.3.0-rc-dev since this release

Highlights

  • New tutorial:
    • Uploading data in bulk
      is our newest tutorial. It covers the basics of working with manifest files to manage synapse projects.
  • Updates to syncToSynapse:
    • The syncToSynapse function has been refactored to improve performance and
      reliability.
    • Minor behavior change: File entities will no longer have it's version
      incremented during no-op changes. Only when file content, or fields on the file
      has been updated will a version number be incremented.
    • Optional booleans merge_existing_annotations and
      associate_activity_to_new_version have been added. Both are used to give more
      fine tuned control when working with this interface.
    • Check out the changes in the reference docs.

What's Changed

  • [SYNPY-1474] Correct order of credentials in comment by @BryanFauble in #1091
  • [SYNPY-1456] Flaky integration tests due to connection issues by @BryanFauble in #1085
  • [SYNPY-1456] Revert to old ubuntu by @BryanFauble in #1092
  • [SYNPY-1466] update user agent for command line by @danlu1 in #1090
  • Update README.md by @allaway in #1093
  • [SYNPY-1470] Remove SonarCloud's dependency on test job by @danlu1 in #1095
  • [SYNPY-1470] Always run SonarCloud as long as previous jobs are not cancelled by @danlu1 in #1096
  • [SYNPY-1356] Refactor sync to synapse by @BryanFauble in #1083
  • [SYNPY-1356] Logic around disassociating Activity from File Entity by @BryanFauble in #1098
  • [SYNPY-1341] Add CI step to containerize and upload synpy to the GHCR by @jaymedina in #1100
  • [SYNPY-1384] Create uploading data in bulk tutorial by @BryanFauble in #1101

Full Changelog: v4.2.0...v4.3.0-rc