Skip to content

Releases: SwissDataScienceCenter/renku-gateway

Version 0.5.0

20 Aug 09:59
49d9b3d
Compare
Choose a tag to compare

0.5.0 (2019-08-06)

Bug Fixes

  • traefik: update graphql load balancer path (4e1389f), closes #158

Code Refactoring

  • graph: remove legacy graph code (1b7b9b2)

Features

  • add graphql routing in traefik (7a0271d), closes #158

BREAKING CHANGES

Version 0.4.1

23 Jul 09:59
266b32a
Compare
Choose a tag to compare

0.4.1 (released 2019-07-23)

  • Remove restrictive rate limits for the notebooks service (#155)
  • Use basic authentication with Jena (#156, #157)
  • Update SPARQL query for the Knowledge Graph endpoint (#160, #161)

Version 0.4.0

23 May 16:02
Compare
Choose a tag to compare

This release uses Traefik for proxying requests to GitLab and JupyterHub.

Version 0.3.1

28 Feb 12:26
Compare
Choose a tag to compare

Fixes an error in the implementation which prevented the forwarded requests from being handled asynchronously.

Version 0.3.0

28 Nov 22:48
Compare
Choose a tag to compare

The most important improvement is the collection of user access tokens for the various backend services during login. For storing these tokens, the previously stateless gateway is now connected to a storage backend, namely a Redis instance. This removes the necessity for "sudo" or "service" tokens for the backend services in the gateway and for example makes it possible to run the platform against a GitLab instance without having admin access to it.

For a more complete description, see the CHANGES.rst or the 0.3.0 milestone pull requests.