Skip to content

Latest commit

 

History

History
210 lines (111 loc) · 8.11 KB

CHANGELOG.md

File metadata and controls

210 lines (111 loc) · 8.11 KB

Changelog

All notable changes to this project will be documented in this file.

1.15.0 (2024-12-18)

Features

  • generation: update request builders and models (6b2e0c1)
  • generation: update request builders and models (ceb9e99)
  • generation: update request builders and models (240fda7)

Bug Fixes

  • downgrades aiohttp to match python supported versions (00a6b5b)
  • downgrades astroid to match python supported versions (9ebbc83)
  • downgrades docutils to match python supported versions (8a9e7ef)
  • downgrades PyJWT to match python supported versions (2650dd7)
  • downgrades pylint to match python supported versions (51cf3ba)
  • downgrades time-machine to match python supported versions (3a8af15)
  • downgrades tomli_w to match python supported versions (8329bae)
  • downgrades yarl to match python supported versions (ddbf2ce)
  • downgrades zipp to match python supported versions (58616ff)

1.14.0 (2024-11-28)

Features

  • generation: update request builders and models (7e05af6)

1.13.0 (2024-11-23)

Features

  • generation: update request builders and models (6a58093)

1.12.0 (2024-11-07)

Features

  • generation: update request builders and models (b862e18)

1.11.0 (2024-10-18)

Features

  • generation: update request builders and models (0a83ab8)

1.10.0 (2024-10-09)

Features

  • generation: update request builders and models (02e4e92)

1.9.0 (2024-10-04)

Features

  • generation: update request builders and models (5e70b3f)

1.8.0 (2024-09-26)

Features

  • generation: update request builders and models (9d28eaf)

1.7.0 (2024-09-12)

Features

  • generation: update request builders and models (1900608)

1.6.0 (2024-09-06)

Features

  • readme formatting to trigger release please (e351f0a)

Bug Fixes

  • release please type configuration (5c3f611)

1.5.3 (2024-08-02)

Bug Fixes

  • requires a higher version of the JSON dependency (6e8cd64)

1.5.2 (2024-07-17)

Bug Fixes

  • bump abstractions requirements to avoid missing multipart (be1fd47)

1.5.1 (2024-07-10)

Bug Fixes

  • do not use default mutable parameters (1ba984e)
  • fixes module name for release (567b176)

[1.5.0] - 2024-05-23

Changed

  • Weekly generation with Kiota 21st May 2024

[1.4.0] - 2024-05-16

Changed

  • Weekly generation with Kiota 14th May 2024
  • Updated Request Configuration classes to use base Request Configuration -Added Reuest builder custom configuratons for backward compatibility.

[1.3.0] - 2024-04-16

Changed

  • Weekly generation with Kiota.

[1.2.0] - 2024-03-19

Added

  • Added support for multipart and form serialization.

Changed

  • Latest metadata updates from 19th March 2024.

[1.1.0] - 2024-01-24

Added

Changed

  • Latest metadata updates from 23rd January 2024.

[1.0.0] - 2023-10-31

Added

Changed

  • GA release.

[1.0.0rc0] - 2023-10-27

Added

  • Added request translation method to native request object
  • Added opentelemetry to support observability.
  • Added support for continous access evaluation.
  • Added backing store support and enabled backing store by default.

Changed

  • Refactored request headers from dictionary to HeaderCollection class.
  • Fix issue with using raw url in request builder due to incorrect parameter order.
  • Switched from uritemplate to std-uritemplate for URI templating.
  • Simplified the creation of a graph client.

[1.0.0a8] - 2023-04-25

Added

Changed

  • Changed the request builders api to include indexers as part of the path. #2528

[1.0.0a8] - 2023-04-25

Added

Changed

  • Changed the request builders api to include indexers as part of the path. #2528

[1.0.0a7] - 2023-04-12

Added

Changed

  • Fixed a bug where UUIDs were being passed as u_u_i_d to desrialization methods.

[1.0.0a6] - 2023-03-29

Added

Changed

  • Refactored the import mechanism to use conditional and deferred imports.
  • Fixed a bug where discriminator methods were missing some valid types.
  • Fixed a bug where the date and guid types were improperly mapped.
  • Re-ordered method hierarchy to match python conventions
  • Added support for custom httpx client.