From 619af15ad16dbc7b235cfe5aeddf527fded8a1a4 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 21 Oct 2024 17:40:49 -0500 Subject: [PATCH] Update project metadata --- CHANGELOG.rst | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f318239..9af079a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,11 +10,29 @@ Unreleased changes are documented in files in the `changelog.d`_ directory. .. scriv-insert-here +.. _changelog-0.19.1: + +0.19.1 — 2024-10-21 +=================== + +Bugfixes +-------- + +- When introspecting tokens, allow the introspected scopes to be a superset of required scopes. + + A bug in the scope comparison code flipped the logic; + if a user consented to scopes A and B and the action provider required only scope A, + the comparison would fail *as if A and B were required but only A had been consented to*. + + This is now fixed. + .. _changelog-0.19.0: 0.19.0 — 2024-10-18 =================== +**YANKED** + Features -------- diff --git a/pyproject.toml b/pyproject.toml index 47af991..0c0249a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "globus-action-provider-tools" -version = "0.19.0" +version = "0.19.1" description = "Tools to help developers build services that implement the Action Provider specification." authors = [ "Globus Team ",