Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

To be released on April 1st 2015.

New Features

  • Added the ability to set the abstract length for result sets on the API

 

Improvements

Items are now stored/queried by referencing their subscription_id instead of their source_id. This will allow Squirro to process items from a source differently per project/object and also allows users to change the source (e.g. include more search terms in a search).
This has the following two breaking side-effects:

  • Queries referencing sources now need to pass in their subscription IDs
  • Items no longer include the source_ids field.

Migration scripts will migrate the data seamlessly.

Bug Fixes

Deprecated functions/features

  • The get_items method of the SquirroClient should no longer be used. Please use the query function.
  • Query expansion on a project level using query_string has been removed.
  • The get_project_source method of the SquirroClient got removed
  • The modify_project_source method of the SquirroClient got removed
  • The delete_project_source method of the SquirroClient got removed
  • The get_project_sources method of the SquirroClient got removed
  • Pipelet uploading/editing is disabled by default. Talk to the operator in charge if you need Pipelet access.
  • No labels