Skip to content

Commit

Permalink
Prep autorest.go preview.64 for release (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Apr 23, 2024
1 parent 1ac109f commit 16ca5ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/autorest.go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release History

## 4.0.0-preview.64 (2024-04-23)

### Bugs Fixed

* Fixed hard-coded `Metadata` field in header collection responses.
* Don't error on empty time values during unmarshaling.
* Fixed bad codegen for optional multipart/form parameters.
* Fixed bad codegen for templated host parameters.

### Features Added

* Added option `fix-const-stuttering` to fix stuttering for `const` types and values.

## Other Changes

* Removed Go 1.18 build constraints from generated code.
* Use latest `azcore` in generated `go.mod` files.
* Moved response envelope SerDe methods to their own file.
* Improved support for multipart/form parameter types.

## 4.0.0-preview.63 (2024-02-07)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/go",
"version": "4.0.0-preview.63",
"version": "4.0.0-preview.64",
"description": "AutoRest Go Generator",
"main": "dist/autorest.go/src/main.js",
"type": "module",
Expand Down

0 comments on commit 16ca5ba

Please sign in to comment.