Skip to content
Merged
Show file tree
Hide file tree
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/update-node-packages-2026-01-27-02-35-08.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/http-client-java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog - @typespec/http-client-java



## 0.7.0

### Features

- [#9530](https://github.com/microsoft/typespec/pull/9530) Support File from TypeSpec.
- [#9602](https://github.com/microsoft/typespec/pull/9602) Support File in multipart and request body.

### Bump dependencies

- [#9698](https://github.com/microsoft/typespec/pull/9698) Update @azure-tools/typespec-client-generator-core to 0.65.1
- [#9447](https://github.com/microsoft/typespec/pull/9447) Upgrade TCGC
- [#9677](https://github.com/microsoft/typespec/pull/9677) Update Node.js dependencies to latest versions
- [#9591](https://github.com/microsoft/typespec/pull/9591) Update @azure-tools/typespec-client-generator-core to 0.64.6 and @microsoft/api-extractor to 7.56.2
- [#9472](https://github.com/microsoft/typespec/pull/9472) Update @azure-tools/typespec-client-generator-core to 0.64.4

### Bug Fixes

- [#9677](https://github.com/microsoft/typespec/pull/9677) Fix incorrect variable name of continuationToken
- [#9527](https://github.com/microsoft/typespec/pull/9527) Missing example value for BinaryData type in mock test.
- [#9639](https://github.com/microsoft/typespec/pull/9639) Fix mock data for BinaryData.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typespec/spec-api": "0.1.0-alpha.12",
"@typespec/http-specs": "0.1.0-alpha.32",
"@typespec/json-schema": "1.9.0",
"@typespec/http-client-java": "file:../../typespec-http-client-java-0.6.1.tgz",
"@typespec/http-client-java": "file:../../typespec-http-client-java-0.7.0.tgz",
"@typespec/http-client-java-tests": "file:"
},
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@typespec/spec-api": "0.1.0-alpha.12",
"@typespec/http-specs": "0.1.0-alpha.32",
"@azure-tools/azure-http-specs": "0.1.0-alpha.37",
"@typespec/http-client-java": "file:../../typespec-http-client-java-0.6.1.tgz",
"@typespec/http-client-java": "file:../../typespec-http-client-java-0.7.0.tgz",
"@typespec/http-client-java-tests": "file:"
},
"overrides": {
Expand Down
24 changes: 22 additions & 2 deletions packages/http-client-java/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/http-client-java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/http-client-java",
"version": "0.6.1",
"version": "0.7.0",
"description": "TypeSpec library for emitting Java client from the TypeSpec REST protocol binding",
"keywords": [
"TypeSpec"
Expand Down
Loading