Skip to content

v1.9.0-preview.202311230001

Pre-release
Pre-release
Compare
Choose a tag to compare
@baywet baywet released this 23 Nov 22:03
f84da5a

Added

  • Added --content-type option for requests with multiple allowed content types. (CLI)

Changed

  • Switched to a Jammy Chiseled base image for docker containers.
  • Fixed a bug where path parameters deduplication would create collisions on sub path segments. #3757
  • Moved from net7 to net8.
  • Removed windows OS from docker multi-partform image to align with dotnet changes.
  • Fixed a bug where import statements for additionalDataHolder and enumSet are missing when BackingStore is enabled in java. #3643
  • Fixed a bug where getBackingStore method body was malformed for java. #3643
  • Fixed a bug where serialize method will not write additional data when backingStore is enabled for java. #3643
  • Fixed a bug where paths with parameters in the same position but different names would make generation fail. #3756
  • Fixed a bug where a property named constructor would make generation fail. #3756
  • Removed reflection for Java enum deserialization. [microsoft/kiota-java#843](microsoft/kiota-java#843