Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Releases: speckleworks/SpeckleServer

Speckle Server

29 Nov 16:06
15490e1
Compare
Choose a tag to compare

Chagelog 1.5.2:

  • Fixes some problems with the query criteria and field projection in the StreamGetAll route.

Speckle Server

26 Nov 18:40
8686dbe
Compare
Choose a tag to compare

Chagelog 1.5.1:

  • hotfix on StreamGetAll route

Changelog 1.5.0:

Loads of bugfixes, and some backwards compatible upgrades. Most notably:

  • frontend plugin registration system see #77 and the new api description of the server or, even better, the sample plugin page
  • websocket rooms for any resource (stream, project, comment, user, objects) so you can propagate live updates for individual objects.
  • fixed #82, which was a bit of a hassle
  • better logging (logs are now also piped into daily rotated files rotated in /logs)
  • added env vars for defaulting streams to public or private
  • #85, #86, #76, #95, #97 (but in a backwards compatible way)

Speckle Server

26 Nov 12:04
ddcffa8
Compare
Choose a tag to compare
Speckle Server Pre-release
Pre-release

Change log:
// TODO

1.0.0-beta

01 Apr 11:41
d991e0f
Compare
Choose a tag to compare

Finally a clean and nice api. See the latest specs, or just poke inside.

Speckle Server 0.0.4

22 Jan 08:50
587db90
Compare
Choose a tag to compare

Speckle Server will now better use available VM resources. Docker images and installation instructions have been bumped and CI has been set.

Speckle Server 0.0.3 Hotfix Release

16 Nov 13:50
0307b88
Compare
Choose a tag to compare

Limits request sizes to 3mb deflated, anything over gets a 413 error. Reasons: see #39

Speckle Server 0.0.3 (Release for DOI)

28 Oct 19:23
Compare
Choose a tag to compare

Please ignore this release! It's there for the EU's zenodo open access, etc. that are part of Innochain's requirements.

Speckle Server 0.0.3-controllers 🎚

25 Sep 20:37
Compare
Choose a tag to compare
Pre-release
Merge pull request #33 from speckleworks/improving-stream-put-post

Improving stream put post

Speckle Server 0.0.3 🦉

18 Sep 17:25
Compare
Choose a tag to compare

Scaffolded some routes and added the forgotten ObjectsGetBulk route, which is a POST request masquerading as a GET with a request body.

Speckle Server 0.0.3-prerelease

17 Sep 17:15
Compare
Choose a tag to compare

Fixes most of the issues and potentially introduces more. For the full api docs head to the api docs.