Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@box/box-typescript-sdk-gen v1.1.0 release note #387

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions content/2024/06-12-box-typescript-sdk-generated-v110-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
applied_at: '2024-06-12'
applies_to:
- sdks
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-typescript-sdk-gen/releases/tag/v1.1.0'
collapse: true
---

# Box TypeScript SDK Generated `v1.1.0` released

### Bug Fixes

* Fix CI for auto update pull requests (`box/box-codegen`[#506][1]) ([#221][2]) ([`bbc14f6`][3])
* remove quotation mark when date or `datetime` is used in `queryParams` (box/`box-codegen`[#509][4]) ([#225][5]) ([`28d2220`][6])

### New Features and Enhancements

* add missing marker pagination fields and introduce new event type `AppItemEventSource` `(box/box-openapi[#431](https://github.com/box/box-typescript-sdk-gen/issues/431))` ([#224][7]) ([`6c18ca3`][8])

[1]: https://github.com/box/box-typescript-sdk-gen/issues/506

[2]: https://github.com/box/box-typescript-sdk-gen/issues/221

[3]: https://github.com/box/box-typescript-sdk-gen/commit/bbc14f66e14a9386c8d54a5d0bb36ec2cdc501c1

[4]: https://github.com/box/box-typescript-sdk-gen/issues/509

[5]: https://github.com/box/box-typescript-sdk-gen/issues/225

[6]: https://github.com/box/box-typescript-sdk-gen/commit/28d22200602cf02d73590189c304109f1c26db17

[7]: https://github.com/box/box-typescript-sdk-gen/issues/224

[8]: https://github.com/box/box-typescript-sdk-gen/commit/6c18ca3b00da0b878d28e142a2361b6386ef0c15
Loading