🔨 Breaking changes in upcoming SysReptor release #230
Closed
aronmolnar
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TLDR
We will release a new SysReptor version with breaking changes on April 10.
You might need to take actions before you upgrade.
Web servers
reptor (CLI tool)
pip3 install --upgrade reptor
)Breaking changes in SysReptor
On April 10, we will introduce collaborative editing for notes.
We are implementing this feature using websockets. Notes are then no longer locked while users are editing them.
This introduces breaking changes in some web server configurations and our CLI tool
reptor
.Web servers
If your web server doesn't support web sockets, some SysReptor functionalities might not work as expected in the future.
Deployments with Caddy web server (our recommended solution)
If you deployed Caddy following our documentation, there is no action needed.
Caddy supports websockets out of the box.
Deployments with nginx web server
We updated our nginx sample configuration to support websockets. Make sure that your nginx configuration is updated accordingly.
Deployments with other web servers
Make sure your web server supports websockets.
reptor
Update reptor to the latest version (
pip3 install --upgrade reptor
).The changes are backwards-compatible.
Beta Was this translation helpful? Give feedback.
All reactions