Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

New features

Enhancements

API updates

...

Finally, each concept in a shared list has a unique concept ID.  Even if a concept’s name, texts, and color are identical to another concept in another list, the two concepts will have unique IDs. 

API:

...

v5 deprecations for Saved concept endpoints

With this release, we begin announce the deprecation of the following v4 API endpoints:

  • List tokens (GET /api/v4/user/tokens/)

  • Delete token (DELETE /api/v4/user/tokens/<token>/)

  • Create token (POST /api/v4/user/tokens/)

  • Get token (GET /api/v4/user/tokens/<token>/)

These endpoints continue to be available until December 2020, when they will be deleted. For all token management needs, we recommend using the password method described in the previous section or the Settings page in the UI. 

API: v4 deprecation notice

With this release, we are announcing the deprecation of the following endpoints at the end of November, 2020. 

These endpoints have equivalents in the v5 API:

...

Change password (PUT /api/v4/user/password/)

...

all Saved concept endpoints and “saved” as a type selector in all Concept endpoints. This deprecation is targeted for 2021-06-19. Read more in the Deprecations section of the API documentation

The endpoints being deprecated are: 

  • Get saved concepts 

  • Create saved concepts 

  • Modify saved concept order 

  • Delete saved concepts 

  • Update saved concepts

These endpoints will continue to function until their sunset date in June 2021, but we recommend beginning to transition your use to the new shared concept endpoints

Though Luminoso strives to maintain backward compatibility at all times, the changes to this endpoint as part of shared concept lists, released on November 7, 2020, may create a possible breaking change if your organization uses the API and UI simultaneously.

Saved concept endpoints no longer point to the concept list previously displayed in the Saved concepts tab of the UI. Now, they point to a specific shared concept list named “Saved Concepts” (capitalization-insensitive) instead.  See the Shared concept lists section of the API documentation for details.

API: v4 deprecation notice

With this release, we begin the deprecation of the following v4 API endpoints:

  • List tokens (GET /api/v4/user/tokens/)

  • Delete token (DELETE /api/v4/user/profiletokens/<token>/)

  • Modify account info (PUT Create token (POST /api/v4/accountsuser/<account>tokens/)

These endpoints are not replicated in the v5 API:

  • Get user Get token (GET /api/v4/accountsuser/<account>tokens/users/<path:email>/profile/)

  • Modify user (PUT /api/v4/accounts/<account>/users/<path:email>/profile/)

After conducting an internal audit, Luminoso saw that these endpoints were unused for the past 180 days. Another deprecation notice will be provided before the deprecation.

...

  • <token>/)

These endpoints continue to be available until December 2020, when they will be deleted. For all token management needs, we recommend using the password method described in the previous section or the Settings page in the UI. 

API: v4 deprecation notice

With this release, we announce are announcing the deprecation of all Saved concept endpoints and “saved” as a type selector in all Concept endpoints. This deprecation is targeted for 2021-06-19. Read more in the Deprecations section of the API documentation

The endpoints being deprecated are: 

  • Get saved concepts 

  • Create saved concepts 

  • Modify saved concept order 

  • Delete saved concepts 

  • Update saved concepts

These endpoints will continue to function until their sunset date in June 2021, but we recommend beginning to transition your use to the new shared concept endpoints

Though Luminoso strives to maintain backward compatibility at all times, the changes to this endpoint as part of shared concept lists, released on November 7, 2020, may create a possible breaking change if your organization uses the API and UI simultaneously.

Saved concept endpoints no longer point to the concept list previously displayed in the Saved concepts tab of the UI. Now, they point to a specific shared concept list named “Saved Concepts” (capitalization-insensitive) instead.  See the Shared concept lists section of the API documentation for detailsthe following endpoints at the end of November, 2020. 

These endpoints have equivalents in the v5 API:

  • Change password (PUT /api/v4/user/password/)

  • Modify user (self) (PUT /api/v4/user/profile/)

  • Modify account info (PUT /api/v4/accounts/<account>/)

These endpoints are not replicated in the v5 API:

  • Get user (GET /api/v4/accounts/<account>/users/<path:email>/profile/)

  • Modify user (PUT /api/v4/accounts/<account>/users/<path:email>/profile/)

After conducting an internal audit, Luminoso saw that these endpoints were unused for the past 180 days. Another deprecation notice will be provided before the deprecation.

Fixes 

Concepts with positive and negative sentiment no longer appear twice in concept list 

...