Skip to content

Commit 9ed7afd

Browse files
committed
Release v2.0.0-beta.1
Thanks to @langens-jonathan, @MikiDi, @cecemel, @sergiofenoll 🙏 New features: - Upgrade to Python3 - Proper WSGI server in production - Improved import logic for consuming services - Improved SPARQL escape helpers - Support for mu-authorization headers - Improved documentation - Adding /app to PYTHONPATH Fixes since 1.0.0: - Escaping strings with triple quotes in SPARQL queries - fix escaping of special characters in URIs - Fix Content-Type header validation - Removed circular dependency of "graph" property between web.py and helpers.py - Make SPARQL_TIMEOUT work as intended - Make session_id_header and rewrite_url_header work with the right headers
1 parent 5a30734 commit 9ed7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Template for [mu.semte.ch](http://mu.semte.ch)-microservices written in Python3.
66

77
Create a `Dockerfile` which extends the `semtech/mu-python-template`-image and set a maintainer.
88
```docker
9-
FROM semtech/mu-python-template
9+
FROM semtech/mu-python-template:2.0.0-beta.1
1010
LABEL maintainer="[email protected]"
1111
```
1212

0 commit comments

Comments
 (0)