Releases: clowzed/sero
Releases · clowzed/sero
v0.2.8
Update readme. Remove openapi.json and adjust workflows. (#26) * readme-fix: remove warning about cli tool. Update version in docker-compose.yml to match. * Updated readme.md. Fully remove openapi.json. Remove version cmp beteen Cargo.toml and openapi.json. Added openapi.josn to gitignore.
v0.2.7
v0.2.6
Release 0.2.6 (#24) * Added docker-compose for dev. Added dev build build and push job for dockerhub * Moved cors layer to check if /api now is not guarded * Added logging for error in response * Removed too strict validation rules for credentials * fix: x-subdmain was overwritten on correct request. Updated nginx-template and nginx now waits for server * proxy-fix: New nginx config as the previous one failed with subdomain * archive-fix: Remove skipping first component in path of entry. Zip archive should not containt root folder. * assets-fix: Remove root folder inside zips to pass tests. The root dir is not skipped now due to previous commit * tests-fix: enable logging to see error message in gh actions. Lokal tests work fine * fmt: for tests * tests-fix: disable logging to see error message in gh actions. That was gh issue * fmt: remove unused import * openapi-client: add build and publih with gh actions * fix-deploy: nginx now waits for server in dev also * fix-deploy: publsh to pypi