Skip to content

Releases: tsdataclinic/scout

v0.3.3

18 Mar 18:46
Compare
Choose a tag to compare

What's Changed

  • Added visualization explorer tab to dataset page by @jps327 in #362
  • Added ability to plot data on a map in the visualization explorer by @jps327 in #363
  • Updated font size in Scout to no longer use a base font size of 11px and instead defaults to 16px as the base rem size to make text more readable
  • Miscellaneous UI fixes regarding spacing and font sizes

Full Changelog: v0.2.0...v0.3.3

v0.2.0

19 Jan 18:25
Compare
Choose a tag to compare

What's Changed

  • Added deletedAt column to dataset by @jps327 in #345
  • Removed "on delete cascade" constraint from Dataset Column by @jps327 in #346
  • Changed hard delete to soft delete for datasets in postgres by @jps327 in #350
  • Handle soft-deleted datasets in Elasticsearch by @jps327 in #351

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 Oct 14:46
Compare
Choose a tag to compare

The AWS deployment of Scout uses OpenSearch because AWS provides better support for Elasticsearch. The APIs of Elasticsearch and OpenSearch are almost identical (given that OpenSearch is a fork of Elasticsearch) except with very minor differences in their KNN library which we use for text similarity searching. This caused a high impact bug in production. To avoid this kind of problem in the future we are changing the development environment to match production, which means switching over to OpenSearch in case there are any other future divergences between the libraries.

Breaking changes

The docker-compose.yml file now uses OpenSearch rather than Elasticsearch. This means that any existing deployments will need to reindex their data on OpenSearch.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Oct 20:13
Compare
Choose a tag to compare

What's Changed

  • New "Add to Collection" flow that replaces previous user flow. Users can more intuitively select which collection to add to. Also added basic collection management, such as deletion of collections. By @gzlin7 @jujiang526 @tiffanymeits and @jps327 in #258
  • Updated docs and CI/CD workflow by @jps327 in #282
  • Add matching categories in search results by @sunny8751 in #285
  • Remove whitespace from searches by @sunny8751 in #286
  • Added a fake authentication workflow that can be used in local development to make setup easier by @jps327 in #287
  • Deprioritize test datasets by @sunny8751 in #288
  • New copy for toggle by @indraneel in #293
  • URL encode collection name by @indraneel in #294
  • Improved button borders on portal toggle for accessibility by @Detroit-the-Dev in #302
  • Improved focus styling in dataset titles for accessibility by @Detroit-the-Dev in #307
  • Show Add To Collection button if loading collection from URL by @indraneel in #297
  • Make entire Collection card clickable by @jps327 in #321
  • About/Welcome copy updates by @indraneel in #320
  • Allow data sync to safely append new changes without recreating entire db every time by @jps327 in #322 (Scout will safely be able to sync data on a regular schedule thanks to this now!)
  • Updated roadmap.md by @jps327 in bbef398
  • Added improved commands for data ingestion in server/package.json by @jps327 in b4204d9

New Contributors

Full Changelog: https://github.com/tsdataclinic/scout/commits/v0.1.0