diff --git a/CHANGELOG.md b/CHANGELOG.md index 018f386c8..8cee5bdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 1.0.22 (2021-06-XX) ### Features +* **core:** Implement new "stream-token" authorization strategy and apply it for stream assets and stream detections endpoints ([CE-225](https://jira.rfcx.org/browse/CE-225)) +* **media:** Implement frequency clipping feature for spectrograms ([CE-227](https://jira.rfcx.org/browse/CE-227)) +* **media:** Implement frequency filtering feature for audios ([CE-227](https://jira.rfcx.org/browse/CE-227)) * **core:** Move /streams/{id}/permissions from Internal into Core ([CE-831](https://jira.rfcx.org/browse/CE-831)) @@ -9,11 +12,8 @@ ### Features * **core:** Update GET /classifications to be able to limit the classifications result by classifiers by classifiers ([CE-703](https://jira.rfcx.org/browse/CE-703)) * **core:** Update GET /clustered-detections to be able to query the detections by giving the classifier values ([CE-702](https://jira.rfcx.org/browse/CE-702)) -* **core:** Implement new "stream-token" authorization strategy and apply it for stream assets and stream detections endpoints ([CE-225](https://jira.rfcx.org/browse/CE-225)) * **core:** Add ability to filter streams/projects/organizations by permission ([CE-655](https://jira.rfcx.org/browse/CE-655)) * **core:** Update GET /clustered-detections to be able to query the detections by giving multiple stream values ([CE-811](https://jira.rfcx.org/browse/CE-811)) -* **media:** Implement frequency clipping feature for spectrograms ([CE-227](https://jira.rfcx.org/browse/CE-227)) -* **media:** Implement frequency filtering feature for audios ([CE-227](https://jira.rfcx.org/browse/CE-227)) ### Performance Improvements * **legacy:** Do not generate anonymous token for audio json data; Reduce models which we include for GuardianAudio ([CE-795](https://jira.rfcx.org/browse/CE-795)) diff --git a/DEPLOYMENT_NOTES.md b/DEPLOYMENT_NOTES.md index 4f361c49f..5124149a0 100644 --- a/DEPLOYMENT_NOTES.md +++ b/DEPLOYMENT_NOTES.md @@ -2,6 +2,7 @@ ## v1.0.22 - Deploy Explorer updates from `bug/CE-831-upload-permissions` branch +- Add `STREAM_TOKEN_SALT` env var and set it to some long random string ## v1.0.21 @@ -9,7 +10,6 @@ - `20210523191500-create-classifier-index` - `20210524175900-create-classifier-output-classifier-id-index` - `20210527000001-convert-from-real-to-double-on-project-steam` -- Add `STREAM_TOKEN_SALT` env var and set it to some long random string ## v1.0.18