Skip to content

Commit

Permalink
Moji: Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
boxmoji committed Nov 5, 2024
1 parent 79db653 commit 2733553
Show file tree
Hide file tree
Showing 12 changed files with 385 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 2024-09-05-box-swift-sdk-generated-040-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-09-11-box-typescript-sdk-generated-v160-released
next_page_id: 2024-09-11-box-swift-sdk-generated-050-released
previous_page_id: 2024-08-30-box-typescript-sdk-generated-v151-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-05-box-swift-sdk-generated-040-released.md
Expand Down
46 changes: 46 additions & 0 deletions 2024-09-11-box-swift-sdk-generated-050-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
applied_at: '2024-09-11'
applies_to:
- sdks
- swift
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-swift-sdk-gen/releases/tag/0.5.0'
collapse: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-09-11-box-swift-sdk-generated-050-released
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-09-11-box-typescript-sdk-generated-v160-released
previous_page_id: 2024-09-05-box-swift-sdk-generated-040-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-11-box-swift-sdk-generated-050-released.md
published_at: '2024-09-11'
fullyTranslated: true
---
# Box Swift SDK Generated `0.5.0`のリリース

### バグ修正

* Fix variants in metadata query results (box/box-openapi[#456][1]) ([#232][2]) ([`be2fa52`][3])

### 新機能と機能強化

* add Hubs Beta (box/box-openapi[#453][4]) ([#220][5]) ([`546f487`][6])

[1]: https://github.com/box/box-codegen/issues/456

[2]: https://github.com/box/box-codegen/issues/232

[3]: https://github.com/box/box-codegen/commit/be2fa52bb0d086f6c9b20fd5c3bdcad4b98f3f37

[4]: https://github.com/box/box-codegen/issues/453

[5]: https://github.com/box/box-codegen/issues/220

[6]: https://github.com/box/box-codegen/commit/546f487bde9dae2407ff65620eb6e6a81e45b149
2 changes: 1 addition & 1 deletion 2024-09-11-box-typescript-sdk-generated-v160-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-09-17-box-ai-extract
previous_page_id: 2024-09-05-box-swift-sdk-generated-040-released
previous_page_id: 2024-09-11-box-swift-sdk-generated-050-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-11-box-typescript-sdk-generated-v160-released.md
published_at: '2024-09-11'
Expand Down
2 changes: 1 addition & 1 deletion 2024-09-17-box-ai-extract.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-09-23-box-ai-api-defaul-model-update
next_page_id: 2024-09-18-box-python-sdk-generated-v150-released
previous_page_id: 2024-09-11-box-typescript-sdk-generated-v160-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-17-box-ai-extract.md
Expand Down
74 changes: 74 additions & 0 deletions 2024-09-18-box-python-sdk-generated-v150-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
applied_at: '2024-09-18'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.5.0'
collapse: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-09-18-box-python-sdk-generated-v150-released
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-09-19-box-python-sdk-generated-v151-released
previous_page_id: 2024-09-17-box-ai-extract
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-18-box-python-sdk-generated-v150-released.md
published_at: '2024-09-18'
fullyTranslated: true
---
# Box Python SDK Generated `v1.5.0`のリリース

### バグ修正

* Add the missing license to `setup.py` (box/box-codegen[#562][1]) ([#307][2]) ([`679d789`][3])
* Fix variants in metadata query results (box/box-openapi[#456][4]) ([#313][5]) ([`8830303`][6])

### 新機能と機能強化

* Add support for proxy (box/box-codegen[#559][7]) ([#302][8]) ([`3d881ac`][9])
* Introduce `raw_data` field for storing raw `json` response (box/box-codegen[#566][10]) ([#319][11]) ([`3776dc3`][12])
* Support `ai/extract` and `ai/extract_structured` endpoints (box/box-codegen[#564][13]) ([#317][14]) ([`b3d8da4`][15])
* Support App item associations (box/box-codegen[#561][16]) ([#299][17]) ([`8b6ea0b`][18])

[1]: https://github.com/box/box-codegen/issues/562

[2]: https://github.com/box/box-codegen/issues/307

[3]: https://github.com/box/box-codegen/commit/679d7891b2a20e7407b8c9f00bd95c3b294ab861

[4]: https://github.com/box/box-codegen/issues/456

[5]: https://github.com/box/box-codegen/issues/313

[6]: https://github.com/box/box-codegen/commit/883030335e2a3c12a5e0b01d8a82df30ccce16a6

[7]: https://github.com/box/box-codegen/issues/559

[8]: https://github.com/box/box-codegen/issues/302

[9]: https://github.com/box/box-codegen/commit/3d881acdebf2b18e2f0f82211f5abdcc32d1ddb0

[10]: https://github.com/box/box-codegen/issues/566

[11]: https://github.com/box/box-codegen/issues/319

[12]: https://github.com/box/box-codegen/commit/3776dc3d44bc09eb68da99f45e36e058dca2607e

[13]: https://github.com/box/box-codegen/issues/564

[14]: https://github.com/box/box-codegen/issues/317

[15]: https://github.com/box/box-codegen/commit/b3d8da41007a9d47b73b699fd84da6f9540866d2

[16]: https://github.com/box/box-codegen/issues/561

[17]: https://github.com/box/box-codegen/issues/299

[18]: https://github.com/box/box-codegen/commit/8b6ea0bbec719a36eb11b6d214c08801c4f1a40b
47 changes: 47 additions & 0 deletions 2024-09-19-box-python-sdk-generated-v151-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
applied_at: '2024-09-19'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.5.1'
collapse: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-09-19-box-python-sdk-generated-v151-released
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-09-23-box-ai-api-defaul-model-update
previous_page_id: 2024-09-18-box-python-sdk-generated-v150-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-19-box-python-sdk-generated-v151-released.md
published_at: '2024-09-19'
fullyTranslated: true
---
# Box Python SDK Generated `v1.5.1`のリリース

### バグ修正

* Fix proxy `url` without proxy credentials (box/box-codegen[#568][1]) ([#322][2]) ([`fb19160`][3]), closes [#318][4]
* Stop sending last empty chunk for chunk upload (box/box-codegen[#569][5]) ([#324][6]) ([`1605f04`][7]), closes [#321][8]

[1]: https://github.com/box/box-codegen/issues/568

[2]: https://github.com/box/box-codegen/issues/322

[3]: https://github.com/box/box-codegen/commit/fb19160307b58d5f08bb12e0f846d71ff936ad6a

[4]: https://github.com/box/box-codegen/issues/318

[5]: https://github.com/box/box-codegen/issues/569

[6]: https://github.com/box/box-codegen/issues/324

[7]: https://github.com/box/box-codegen/commit/1605f0495994b333e735bc98f28fa714324b75f5

[8]: https://github.com/box/box-codegen/issues/321
2 changes: 1 addition & 1 deletion 2024-09-23-box-ai-api-defaul-model-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-10-18-box-java-sdk-v4120-released
previous_page_id: 2024-09-17-box-ai-extract
previous_page_id: 2024-09-19-box-python-sdk-generated-v151-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/09-23-box-ai-api-defaul-model-update.md
published_at: '2024-09-23'
Expand Down
2 changes: 1 addition & 1 deletion 2024-10-24-box-ai-aws-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: ''
next_page_id: 2024-10-24-box-dotnet-sdk-generated-v131-released
previous_page_id: 2024-10-22-box-ai-text-gen-ask-ga
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/10-24-box-ai-aws-models.md
Expand Down
48 changes: 48 additions & 0 deletions 2024-10-24-box-dotnet-sdk-generated-v131-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
applied_at: '2024-10-24'
applies_to:
- sdks
- dotnet
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v1.3.1'
collapse: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-10-24-box-dotnet-sdk-generated-v131-released
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-10-30-box-python-sdk-generated-v160-released
previous_page_id: 2024-10-24-box-ai-aws-models
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/10-24-box-dotnet-sdk-generated-v131-released.md
published_at: '2024-10-24'
fullyTranslated: true
---
# Box Dotnet SDK Generated `v1.3.1`のリリース

### バグ修正

* properly serialize `StringEnum` list when inside query `params` ([#288][1]) ([`dac8392`][2])
* update client error schema to support schema errors (box/box-openapi[#467][3]) ([#281][4]) ([`bef2632`][5])
* update integration mapping response description (box/box-openapi[#463][6]) ([#279][7]) ([`05e07b0`][8])

[1]: https://github.com/box/box-codegen/issues/288

[2]: https://github.com/box/box-codegen/commit/dac839280b43f4bd954d3966032ff4925150c061

[3]: https://github.com/box/box-codegen/issues/467

[4]: https://github.com/box/box-codegen/issues/281

[5]: https://github.com/box/box-codegen/commit/bef2632af99f0477bd009bcb91248c678b4e1bab

[6]: https://github.com/box/box-codegen/issues/463

[7]: https://github.com/box/box-codegen/issues/279

[8]: https://github.com/box/box-codegen/commit/05e07b025c234de4c4161e567c0919748d24f804
74 changes: 74 additions & 0 deletions 2024-10-30-box-python-sdk-generated-v160-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
applied_at: '2024-10-30'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk-gen/releases/tag/v1.6.0'
collapse: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-10-30-box-python-sdk-generated-v160-released
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-10-31-box-dotnet-sdk-generated-v140-released
previous_page_id: 2024-10-24-box-dotnet-sdk-generated-v131-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/10-30-box-python-sdk-generated-v160-released.md
published_at: '2024-10-30'
fullyTranslated: true
---
# Box Python SDK Generated `v1.6.0`のリリース

### バグ修正

* Set stream position to 0 for multipart requests (box/box-codegen[#581][1]) ([#348][2]) ([`fa6942c`][3])
* Update client error schema (box/box-openapi[#467][4]) ([#347][5]) ([`a42a253`][6])
* Use original stream position when retrying requests (box/box-codegen[#583][7]) ([#358][8]) ([`060b4dc`][9])
* use raw `docstrings` when comments contain backslash (box/box-codegen[#571][10]) ([#330][11]) ([`8dd8cb7`][12])

### 新機能と機能強化

* Add `download_file_to_output_stream` method to `DownloadsManager` (box/box-codegen[#575][13]) ([#334][14]) ([`6820d08`][15])
* add AI LLM endpoint AWS `params` (box/box-openapi[#478][16]) ([#354][17]) ([`c8fa2c1`][18])

[1]: https://github.com/box/box-codegen/issues/581

[2]: https://github.com/box/box-codegen/issues/348

[3]: https://github.com/box/box-codegen/commit/fa6942c231024947250955ccc52f352744ab5f38

[4]: https://github.com/box/box-codegen/issues/467

[5]: https://github.com/box/box-codegen/issues/347

[6]: https://github.com/box/box-codegen/commit/a42a2532337c79d20b6524fda0acf717d9ccbd5f

[7]: https://github.com/box/box-codegen/issues/583

[8]: https://github.com/box/box-codegen/issues/358

[9]: https://github.com/box/box-codegen/commit/060b4dc2b8bbbc1e17cce0fc049394e0527952b7

[10]: https://github.com/box/box-codegen/issues/571

[11]: https://github.com/box/box-codegen/issues/330

[12]: https://github.com/box/box-codegen/commit/8dd8cb71105c200bd03f5f894a4dbfb42baf0865

[13]: https://github.com/box/box-codegen/issues/575

[14]: https://github.com/box/box-codegen/issues/334

[15]: https://github.com/box/box-codegen/commit/6820d08f37c5c0605a580391bef2dc4f2a384c00

[16]: https://github.com/box/box-codegen/issues/478

[17]: https://github.com/box/box-codegen/issues/354

[18]: https://github.com/box/box-codegen/commit/c8fa2c1131154d07a500290db6a7b34b06005c2b
53 changes: 53 additions & 0 deletions 2024-10-31-box-dotnet-sdk-generated-v140-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
applied_at: '2024-10-31'
applies_to:
- sdks
- dotnet
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-dotnet-sdk-gen/releases/tag/v1.4.0'
collapse: true
is_index: false
category_id: changelog
subcategory_id: ''
id: 2024-10-31-box-dotnet-sdk-generated-v140-released
rank: null
total_steps: null
type: changelog
sibling_id: ''
parent_id: changelog
next_page_id: 2024-11-04-box-python-sdk-generated-v170-released
previous_page_id: 2024-10-30-box-python-sdk-generated-v160-released
source_url: >-
https://github.com/box/box-developer-changelog/blob/main/content/2024/10-31-box-dotnet-sdk-generated-v140-released.md
published_at: '2024-10-31'
fullyTranslated: true
---
# Box Dotnet SDK Generated `v1.4.0`のリリース

### バグ修正

* Change `QueryParams` type in `MetadataQuery` from `Dictionary<string, string>` to `Dictionary<string, object>` (box/box-openapi[#479][1]) ([#298][2]) ([`656b495`][3])
* Fix conversion to `RSAKey` (box/box-codegen[#591][4]) ([#297][5]) ([`068b1f7`][6])

### 新機能と機能強化

* add AI LLM endpoint AWS `params`. Change the type from `AiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi` to `AiLlmEndpointParamsAwsOrAiLlmEndpointParamsGoogleOrAiLlmEndpointParamsOpenAi` (box/box-openapi[#478][7]) ([#291][8]) ([`dcb8a20`][9])

[1]: https://github.com/box/box-codegen/issues/479

[2]: https://github.com/box/box-codegen/issues/298

[3]: https://github.com/box/box-codegen/commit/656b495bea779879bb82b2cda0cca5a30a8ad8ca

[4]: https://github.com/box/box-codegen/issues/591

[5]: https://github.com/box/box-codegen/issues/297

[6]: https://github.com/box/box-codegen/commit/068b1f7b3ea3c62647e03e0e17176bde049949db

[7]: https://github.com/box/box-codegen/issues/478

[8]: https://github.com/box/box-codegen/issues/291

[9]: https://github.com/box/box-codegen/commit/dcb8a201577be08b644266c157db45cd6797c71c
Loading

0 comments on commit 2733553

Please sign in to comment.