Version Packages
This commit is contained in:
@@ -1,5 +1,33 @@
|
||||
# @backstage/plugin-bitbucket-cloud-common
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 37fba1d: Added support for Bitbucket Cloud OAuth. This introduces an alternative authentication method using a workspace OAuth consumer, alongside App Passwords (deprecated) and API tokens. OAuth does not require a bot or service account and avoids token expiry issues.
|
||||
|
||||
**BREAKING CHANGES**
|
||||
|
||||
- **@backstage/integration** (`src/bitbucketCloud/core.ts`)
|
||||
|
||||
- `getBitbucketCloudRequestOptions` now returns a `Promise` and **must** be awaited.
|
||||
|
||||
- **@backstage/plugin-scaffolder-backend-module-bitbucket-cloud** (`src/actions/helpers.ts`)
|
||||
- `getBitbucketClient` now returns a `Promise` and **must** be awaited.
|
||||
- `getAuthorizationHeader` now returns a `Promise` and **must** be awaited.
|
||||
|
||||
**OAuth usage example**
|
||||
|
||||
```yaml
|
||||
integrations:
|
||||
bitbucketCloud:
|
||||
- clientId: client-id
|
||||
clientSecret: client-secret
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.19.0
|
||||
|
||||
## 0.3.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitbucket-cloud-common",
|
||||
"version": "0.3.5-next.0",
|
||||
"version": "0.3.5",
|
||||
"description": "Common functionalities for bitbucket-cloud plugins",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
|
||||
Reference in New Issue
Block a user