Skip to content

Commit fb83408

Browse files
committed
Update project metadata
1 parent 4de49a6 commit fb83408

File tree

4 files changed

+50
-44
lines changed

4 files changed

+50
-44
lines changed

CHANGELOG.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,55 @@ Please see the fragment files in the `changelog.d directory`_.
2626

2727
.. scriv-insert-here
2828
29+
.. _changelog-0.3.0:
30+
31+
0.3.0 - 2026-03-03
32+
==================
33+
34+
Added
35+
-----
36+
37+
* Add Access Role Control to ``gra api create``.
38+
39+
Usage Example:
40+
41+
.. code-block:: shell
42+
43+
gra api create "My API" \
44+
--target ./target-json-structure.json \
45+
--description "My Cool API" \
46+
--owner "urn:globus:auth:identity:0b8067fc-0bb4-46e4-b23d-3ad543624519" \
47+
--admin "urn:globus:auth:identity:d86ff962-1b2a-4de8-8bde-7dc993494dcb" \
48+
--admin "urn:globus:groups:id:b0d11f00-5701-480f-a523-5b03869dfdbc" \
49+
--viewer "urn:globus:groups:id:ed3219c3-c4ef-4b04-932a-d00bf88ceea7"
50+
51+
Fixed
52+
-----
53+
54+
* Sort the list of available targets more consistently.
55+
56+
Changed
57+
-------
58+
59+
* Change the ``gra api create`` command to accept a target file,
60+
instead of constructing one from a supplied OpenAPI specification.
61+
62+
New usage example:
63+
64+
.. code-block:: shell
65+
66+
gra api create "My API" \
67+
--target ./target-json-structure.json \
68+
--description "My Cool API"
69+
70+
* Change the ``gra api update`` command to accept a target file
71+
with the option ``--target`` instead of a ``target-file`` argument.
72+
73+
Development
74+
-----------
75+
76+
* Standardize the way that Registered APIs are printed across commands.
77+
2978
.. _changelog-0.2.1:
3079

3180
0.2.1 - 2026-03-02

changelog.d/20260302_160718_derek_rearrange_api_create_sc_47178.rst

Lines changed: 0 additions & 39 deletions
This file was deleted.

changelog.d/20260303_093342_kurtmckee_consistent_sorting_sc_47404.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "globus-registered-api"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "Manage Registered APIs in the Globus Flows service"
55
authors = [
66
{ name = "Kurt McKee", email = "support@globus.org" },

0 commit comments

Comments
 (0)