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

Releases: CSCfi/swift-sharing-request

v0.4.9

09 Feb 07:59
1660ade
Compare
Choose a tag to compare

new docker image build

v0.4.8

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

fix #27

v0.4.7

26 Jan 12:42
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.4.6

01 Dec 17:10
c18df21
Compare
Choose a tag to compare

#26
move to python 3.8

v0.4.5

05 Nov 11:07
f10b660
Compare
Choose a tag to compare

#23
Refactor gh actions

v0.4.4

29 Sep 05:51
94e9893
Compare
Choose a tag to compare

bugfix release see #22

v0.4.3

15 Jul 06:47
08114e9
Compare
Choose a tag to compare
  • update Dockerfile alpine version to 3.12
  • added health check endpoint
  • general fixes and improvements
  • fixed unit tests
  • moved to github actions

v0.4.2

05 May 08:09
d415cca
Compare
Choose a tag to compare

Description

Version v0.4.2 finishes the authentication engine used in the swift-sharing-request API, properly implementing the signature expiration and adding project scoped API access tokens.

Changes

  • Add signature expiration
  • Add support for project scoped API access tokens
  • Update binding module behavior to reflect API access changes
  • (@v0.4.1 fix JS linter errors)

v0.4.0

04 Feb 12:58
3ca7cc6
Compare
Choose a tag to compare

Changelog

  • Add authentication support with signed API requests
  • Add type hints
  • Write more thorough unit tests for the project
  • Some general improvement in the codebase

Swift Sharing Request v0.2.0

10 Dec 12:46
e876617
Compare
Choose a tag to compare
Pre-release

Release Notes

  • First release for the OpenStack Swift external container access request support
  • Pre-release without proper authentication handling