Releases: SocketCluster/sc-collection
Releases · SocketCluster/sc-collection
v4.3.1
Added support for passing viewParams to the server in a way that they don't get added to the view's channel name (you can specify which resource-view-params
fields will be included in the view's channel name using the resource-primary-keys
attribute).
Sometimes, having overly complex view channel name parameters can make it impossible for sc-crud-rethink
to notify the views that are affected by a change to a resource (e.g. if the number of permutations of parameters means there are too many possible views to notify).
This update means that you can now have much more complex views (with more parameters) without breaking the real-time updates.