Skip to content

Commit

Permalink
fix changelog and deployment notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rassokhin-s committed Jun 11, 2021
1 parent b0e2191 commit a896a20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))


Expand All @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion DEPLOYMENT_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## 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

- Run `npm run sync-timescale` to apply the following migrations:
- `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

Expand Down

0 comments on commit a896a20

Please sign in to comment.