Skip to content

Commit 9c9245d

Browse files
committed
chore(release): prepare for 0.6.0
1 parent 90c5747 commit 9c9245d

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to the Ansible Globus Collection will be documented in this
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0] - 2026-04-02
9+
10+
### Added
11+
12+
- **auth**: Add scopes parameter support for OAuth clients
13+
- **auth**: Auto-detect current user as admin when creating projects
14+
15+
### Fixed
16+
17+
- **auth**: Auto-detect auth method when not explicitly specified
18+
- **auth**: Fix CLI token namespace for GLOBUS_PROFILE environments
19+
- **auth**: Improve response parsing for globus-sdk v3 and v4+ compatibility
20+
- **auth**: Enhance client credential creation with better error messages
21+
- **auth**: Support multiple API error response formats
22+
23+
### Changed
24+
25+
- **auth**: Default auth_method now None (auto-detect) instead of "cli"
26+
27+
### Documentation
28+
29+
- **readme**: Add beta notice and contact information
30+
831
## [0.5.2] - 2026-03-20
932

1033
### Documentation

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: m1yag1
33
name: globus
4-
version: 0.5.2
4+
version: 0.6.0
55
readme: README.md
66
authors:
77
- Ansible Globus Collection Contributors

0 commit comments

Comments
 (0)