Skip to content

Commit

Permalink
Release PR: Orion v3.0.1 (#185)
Browse files Browse the repository at this point in the history
* fix: processor's overlay bug (#170)

* atlas homepage query speed optimisation (#177)

* fix: gitignored src/model/generated

* add index on video.video_relevance field

* fix typo in developer guide docs

* regenerate db/migrations/*-Data.js file

* Fix/unblock graphql (#183)

* Make session optional and apply changes for auth handles

* Create new middleware for users and use it on some resolvers

* Remove remaining auth guards

* Small docs change

* Add middleware for channel report

* Prettier

* docs: 📝 update changelog (#184)

---------

Co-authored-by: Zeeshan Akram <[email protected]>
Co-authored-by: WRadoslaw <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent 48d9ad7 commit 002b1f0
Show file tree
Hide file tree
Showing 21 changed files with 623,098 additions and 496 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0.1

### Bug Fixes:
Fixed: Added the locking mechanism to prevent multiple asynchronous operation from having concurrent access to Overlay (Orion processor's in-memory cache layer), which otherwise could lead to one asynchronous operation overriding the changes made (to the cache) by the other asynchronous operation.

# 3.0.0
This is a major release that will contains several breaking changes due to the
introduction of the user account feature. Throught this release changelog the term
Expand Down
Loading

0 comments on commit 002b1f0

Please sign in to comment.