Skip to content

Releases: sushidev-team/print-api

v0.4.0 Workflow changes

04 Nov 10:50

Choose a tag to compare

Added

  • Changed the saving workflow cause file creation took to long
  • Fixed some minor issues

v0.3.2 - Add missing PUT Method

09 Aug 19:14

Choose a tag to compare

Added

  • Add update controller method
  • A new column to mark a document as "printed"

v0.3.1 - Bugfixes, Added healthcheck

07 Aug 19:24

Choose a tag to compare

Fixed

  • Updated the dependencies (PR1)

Added

  • Healthcheck (/health)

Changed

  • Removed the old simple healthcheck.

v0.3.0 - Sqlite as DB, Swagger, Automatic deletion

05 Aug 13:33

Choose a tag to compare

Changed

  • Instead of reading the filesystem the checks will run against a sqlite database

Added

  • Support for automatic delete after request
  • Counting of downloads
  • Support for sqlite
  • Swagger Documentation (/api)

v0.2.3 - Missing File attributes added

30 Jul 04:52

Choose a tag to compare

Added

  • File entry will also return created_at and updated_at

v0.2.2 - Bugfix and new Endpoint

30 Jul 04:27

Choose a tag to compare

Fixed

  • Fixed the docker-compose.yml file with correct environment variables.

Added

  • Added docker-compose-dev.yml for development and testing purpose.
  • [DELETE] /browser/:id to delete files created by this endpoint.
  • JWT: [DELETE] /browse/:id requires "browse-delete" as permission or a custom permission which can be addressed by setting the environment variable "PERMISSION_BROWSE_DELETE"

v0.2.1 - Bugfix

29 Jul 21:31

Choose a tag to compare

Fixed

  • Remove .env file from repository

Added

  • Added example file for .env

v0.2.0 - New endpoints

29 Jul 21:02

Choose a tag to compare

Added

  • Added [GET] /browse to get all files available on the print server.
  • JWT: [GET] /browse requires "browse-read" as permission or a custom permission which can be addressed by setting the environment variable "PERMISSION_BROWSE_READ"

Fixed

  • Fixed http-protocol bug where links where always http.

Changed

  • JWT: [POST] /browse requires now the permission "browse-create" instead of "browse" or a custom permission which can be addressed by setting the environment variable "PERMISSION_BROWSE_CREATE"

v0.1.2 - Bugfix Release

27 Jun 23:00

Choose a tag to compare

  • Fixed: Issue with auth middleware (invalid boolean compare)
  • Changed: Refactoring of auth middleware for better maintainability.

v0.1.1

24 Jun 17:13

Choose a tag to compare

This is a bugfix release.
Only thing that changed was the missing "filename" in the postback request.