Releases: speckleworks/SpeckleServer
Releases · speckleworks/SpeckleServer
v1.9.11
1.9.11 (2020-08-20)
Bug Fixes
- models/DataStream.js: setting private property of streams (ce534b3)
v1.9.10
1.9.10 (2020-06-24)
Bug Fixes
- api: set api version from env var (2e05655), closes #200
v1.9.9
1.9.9 (2020-04-08)
Bug Fixes
- permissions: fixes query on get user streams, removing "or private" clause (a37f3f8)
v1.9.8
1.9.8 (2020-01-17)
Bug Fixes
- object: deriving object silently drops unauthorized objects (abdcc7d)
- stream: fix deletion bug and list get bug (e93d6ce)
v1.9.7
1.9.7 (2019-12-12)
Bug Fixes
- permissions: fix a bunch of permission errors from projects (f12242d)
v1.9.6
1.9.6 (2019-12-04)
Bug Fixes
- references: from-production hotfix re missing url refs (36331df)
v1.9.5
1.9.5 (2019-12-04)
Bug Fixes
- permissions: adds project owner to stream perms (51ddf13), closes #118 #118
- permissions: filters nulls out in places (779751b), closes #118
v1.9.4
1.9.4 (2019-11-21)
Bug Fixes
- version: correctly displays version from git tag if possible (3f29fc1)
v1.9.3
1.9.3 (2019-11-21)
Bug Fixes
- plugins: creates serve from url properly (9c89d57)
v1.9.2
1.9.2 (2019-10-29)
Bug Fixes
- websockets: remove non existing
message.args.eventType
and add brackets (91b5b66)