Commit bc097e6
authored
chore(main): release 3.4.0 (#190)
##
[3.4.0](v3.3.1...v3.4.0)
(2024-06-03)
### Features
* **Authorization:** adds `additionalParams` option to allow passing
arbitrary query parameters through OAuth redirects.
([#170](#170))
([754b508](754b508))
```tsx
managerInstance.handleErrorResponse(res, {
additionalParams: {
retained_state: "example-state",
retained_route: "example.route",
},
});
```
* **GCS:** adds HTTPS Access service methods to GCS
([#182](#182))
([a258082](a258082))
```tsx
const request = await https.get(GCS_CONFIGURATION, '/my-file.txt', {
headers: {
Authorization: 'Bearer an-example-token',
},
});
```
## Internal
We've updated the request composition to include an
`X-Globus-ClientInfo` header with requests. This header will include the
current SDK version information for use by the Globus platform and
support. e.g. `X-Globus-ClientInfo:
product=javascript-sdk,version=3.4.0;`.
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 101d203 commit bc097e6
5 files changed
Lines changed: 13 additions & 5 deletions
File tree
- src/lib/core/info
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
6 | 14 | | |
7 | 15 | | |
8 | 16 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments