Skip to content

Releases: neurobagel/query-tool

v0.4.0

09 Aug 16:48
Compare
Choose a tag to compare

💥 Breaking Changes

  • [ENH] Removed NB_IS_FEDERATION_API environment variable #245 (@rmanaem)

🏠 Internal

  • [REF] Renamed NB_QUERY_URL_PATH env var to NB_QUERY_APP_BASE_PATH #246 (@rmanaem)

Authors: 1

v0.3.0

02 Aug 14:42
Compare
Choose a tag to compare

💥 Breaking Changes

  • [ENH] Implemented OIDC flow that results in a query sent to the f-API #205 (@rmanaem @surchs)

🚀 Enhancements

  • [ENH] Added NB_QUERY_PATH env var to configure path variable #227 (@rmanaem)
  • [ENH] Made authentication optional on the UI #214 (@rmanaem)
  • [MNT] Removed trailing slash from queryURL #235 (@rmanaem)

Authors: 2

v0.2.2

19 Apr 01:07
Compare
Choose a tag to compare

🐛 Bug Fixes

  • [FIX] Hotfix for handling responses from n-API #139 (@surchs)

🏠 Internal

Authors: 1

v0.2.1

15 Apr 16:14
Compare
Choose a tag to compare

🎉 This release contains work from a new contributor! 🎉

Thank you, Alyssa Dai (@alyssadai), for all your work!

🐛 Bug Fixes

  • [FIX] Fixed the condition for when federation API's nodes_response_status is fail #126 (@rmanaem)
  • [FIX] Remove attributes with a NULL label #124 (@surchs)

🏠 Internal

Authors: 3

v0.2.0

11 Apr 19:48
Compare
Choose a tag to compare

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Sauradip Ghosh (@Sauradip07)

❤️ Yaroslav Halchenko (@yarikoptic)

Release Notes

[MNT] Release new data model (#118)

We have updated the Neurobagel data model to allow users to specify phenotypic information at the session level (neurobagel/planning#83). This release updates the query tool so it can understand the new response from APIs.


💥 Breaking Changes

  • [ENH] Enabled pheno level session for response and query #112 (@rmanaem)
  • [REF] Enable handling of partial node response success #97 (@rmanaem @surchs)

🚀 Enhancements

  • [MNT] Release new data model #118 (@rmanaem)
  • [FIX] Reverted back to installing devdependencies along with dependencies #117 (@rmanaem)

🐛 Bug Fixes

  • [FIX] Fixed parsing of NB_IS_FEDERATION_API #88 (@rmanaem)

🏠 Internal

📝 Documentation

Authors: 4

v0.1.0

07 Mar 18:27
Compare
Choose a tag to compare

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arman Jahanpour (@rmanaem)

❤️ Sauradip Ghosh (@Sauradip07)

❤️ Abdul Samad Siddiqui (@samadpls)

❤️ Sebastian Urchs (@surchs)

Release Notes

The first release of the tool refactored and reimplemented in React and TypeScript.


💥 Breaking Changes

  • [ENH] Implemented UI improvements #16 (@rmanaem @surchs)
  • [ENH] Implemented logic for downloading result #13 (@rmanaem)
  • [ENH] Implemented logic for parsing selection from the url search parameters #12 (@rmanaem)
  • [ENH] Implemented logic for node selection #10 (@rmanaem)
  • [ENH] Implemented query fields #9 (@rmanaem)
  • [ENH] Created query prototype #7 (@rmanaem)

🚀 Enhancements

🐛 Bug Fixes

  • [FIX] Fixed the performance issues caused by re-rendering #39 (@rmanaem)
  • [FIX] Refactored synching of the URLSearchParams and selected nodes #25 (@rmanaem)

🏠 Internal

🧪 Tests

Authors: 6