Releases: SciQLop/cocat
Releases · SciQLop/cocat
0.11.0
0.10.0
- Stop server gracefully.
- Use
keyringfor storing passwords. - Automatically connect users to a room which ID is based on their email.
- Add
GET /room/{room_id}/usersfor all users allowed in a room. - Add
GET /roomsfor current user allowed rooms.
0.9.0
- Don't export from
cocat.cli, because it has features that need theserverextra.
0.8.0
- Add user room permissions (SQLite database is incompatible).
- Add reverse proxy prefix.
0.7.0
- Use
rich's pretty representations. - Make
CatalogueandEventiterable. - Remove
synchronizeandconnectfrom user API. - Make some class methods private.
0.6.0
- Use
wiredb's v0.7 synchronous clients in user API.
0.5.0
- Refactor user API.
- Add support for VOTable import/export.
0.4.2
- Add
rangegetter/setter andon_change_range.
0.4.1
- Add support for dynamic catalogues.
- Don't require a transaction for read-only operations.
0.4.0
- Add user authentication.
- Remove
clientextra-dependency.