Skip to content

Releases: Azure/autorest.java

@azure-tools/typespec-java_0.31.7

10 Jul 10:44
f38ed65

Choose a tag to compare

Pre-release
  • Bug fix

AutoRest Java v4.1.54

07 Jul 01:41
12ec7d3

Choose a tag to compare

AutoRest Java v4.1.54 Pre-release
Pre-release
  • Bug fix

@azure-tools/typespec-java_0.31.6

03 Jul 01:25
12ec7d3

Choose a tag to compare

Pre-release
  • Bug fix

@azure-tools/typespec-java_0.31.5

26 Jun 01:57
d7cb94e

Choose a tag to compare

Pre-release
  • Supported dev-options.profile emitter option, to enable Java Flight Recorder (JFR) profiling.
  • Bug fix

AutoRest Java v4.1.53

17 Jun 10:17
5d2c451

Choose a tag to compare

AutoRest Java v4.1.53 Pre-release
Pre-release
  • Bug fix

@azure-tools/typespec-java_0.31.4

17 Jun 10:16
5d2c451

Choose a tag to compare

Pre-release

Compatible with compiler 1.1.0.

  • Supported @clientLocation decorator.

AutoRest Java v4.1.52

16 Jun 07:52
99c4d25

Choose a tag to compare

AutoRest Java v4.1.52 Pre-release
Pre-release
  • Bug fix

@azure-tools/typespec-java_0.31.3

16 Jun 12:42
99c4d25

Choose a tag to compare

Pre-release
  • Bug fix

AutoRest Java v4.1.51

11 Jun 06:49
6cd2346

Choose a tag to compare

AutoRest Java v4.1.51 Pre-release
Pre-release
  • Bug fix

@azure-tools/typespec-java_0.31.2

11 Jun 06:49
6cd2346

Choose a tag to compare

Pre-release

Compatible with compiler 1.1.0

  • Supported setting use-default-http-status-code-to-exception-type-mapping emitter option to false, so that error model from TypeSpec would be generated (as well as the Exception class), instead of HttpResponseException
  • Fixed bug on naming of enum variable by @er1c