Skip to content

Commit ecd1006

Browse files
Bump version and changelog for release
1 parent 80bf1e6 commit ecd1006

8 files changed

+24
-46
lines changed

changelog.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
// scriv-insert-here
44

5+
== 3.41.0 (2026-01-14)
6+
7+
Bugfixes:
8+
9+
* Fixed a bug in `globus timer create transfer` which caused the timer name to
10+
be set incorrectly when filter rules are used.
11+
12+
* Improved internal resource cleanup for network connections.
13+
14+
* Fixed an issue when displaying very long wrapped fields such as descriptions
15+
in record-style output, which would print the trailing `...` unindented.
16+
17+
* Fixed duplicate "Department" field in `globus endpoint show` output.
18+
19+
Enhancements:
20+
21+
* Added commands for managing Globus Stream tunnels.
22+
* Added a command to show details of a stream access point.
23+
24+
Other:
25+
26+
* The scopes used by the CLI for Flows service access have been updated to use the `all` scope.
27+
528
== 3.40.0 (2025-11-05)
629

730
Bugfixes:

changelog.d/20251118_125149_sirosen_main.md

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

changelog.d/20251205_165556_sirosen_close_every_client.md

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

changelog.d/20251219_065632_john_tunnels.md

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

changelog.d/20251229_183656_sirosen_migrate_long_description_api_mock.md

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

changelog.d/20251229_192829_sirosen_detect_repeated_fields.md

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

changelog.d/20260108_115929_sirosen_use_the_flows_all_scope.md

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

src/globus_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# single source of truth for package version,
99
# see https://packaging.python.org/en/latest/single_source_version/
10-
__version__ = "3.40.0"
10+
__version__ = "3.41.0"
1111

1212
# app name to send as part of SDK requests
1313
app_name = f"Globus CLI v{__version__}"

0 commit comments

Comments
 (0)