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

Releases: CSCfi/swift-x-account-sharing

v0.5.11

09 Feb 07:58
d423206
Compare
Choose a tag to compare

new docker image build

v0.5.10

27 Jan 23:42
713551e
Compare
Choose a tag to compare
  1. setting Log level
  2. expire signature after 1hour and 1 minute
  3. drop node 12 support

fix #51

v0.5.9

26 Jan 12:41
2688801
Compare
Choose a tag to compare
  1. fix certificate verify failed
  2. use python 3.8 in docker image
  3. catch exceptions for json decode error http status

v0.5.8

01 Dec 17:09
9dcf92d
Compare
Choose a tag to compare

#50
move to python 3.8

v0.5.7

05 Nov 11:07
9fdff8d
Compare
Choose a tag to compare

#47
Refactor gh actions

v0.5.6

29 Sep 05:52
f1799b2
Compare
Choose a tag to compare

bugfix release see #46

v0.5.5

17 Jul 05:32
ec67ffa
Compare
Choose a tag to compare
  • bugfix for processing datetime format, that cause the service not work properly.

v0.5.4

15 Jul 06:51
0bc77dd
Compare
Choose a tag to compare
  • update Dockerfile alpine version to 3.12
  • added health check endpoint
  • make use of python secrets library
  • other fixes
  • moved to github actions

v0.5.3

05 May 08:06
a902c5b
Compare
Choose a tag to compare

Description

Version 0.5.3 finishes the authentication engine used in the swift-x-account-sharing API,
properly implementing the signature expiration and adding project scoped API tokens.

Changes

  • Add project scoped API tokens
  • Add signature expiration
  • (@v0.5.2 Fix linter errors in JS)

v0.5.1

19 Feb 14:11
65f77c9
Compare
Choose a tag to compare

Changes

  • Add correct HTTP status codes for request rejection due to uniqueness errors (HTTP409)