Skip to content

Releases: microsoft/kiota-abstractions-php

Release 1.4.0

30 May 11:54
b911a9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

Release 1.3.1

02 May 14:02
951eb57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

Release 1.3.0

02 May 12:01
a8dbca9
Compare
Choose a tag to compare

What's Changed

  • Update stduritemplate/stduritemplate requirement from ^0.0.53 || ^0.0.54 || ^0.0.55 || ^0.0.56 to ^0.0.53 || ^0.0.54 || ^0.0.55 || ^0.0.56 || ^0.0.57 by @dependabot in #142
  • chore/add string to helper methods by @SilasKenneth in #144
  • Release 1.3.0 by @SilasKenneth in #145

Full Changelog: 1.2.0...1.3.0

v1.2.0

25 Mar 10:39
e065420
Compare
Choose a tag to compare

What's Changed

  • adds permissions in workflow file in anticipation for token lockdown by @baywet in #125
  • adds permissions to SQ workflow by @baywet in #126
  • Fix PHPUnit segfault in build checks with PHP 7.4 by @Ndiritu in #122
  • Fix Serialization of Enums in QueryParameters. by @SilasKenneth in #128
  • Throw error on https:// or http:// prefix if present in allowed host value by @SilasKenneth in #127
  • Update stduritemplate/stduritemplate requirement from ^0.0.53 || ^0.0.54 to ^0.0.53 || ^0.0.54 || ^0.0.55 by @dependabot in #134
  • feat/multipart body by @SilasKenneth in #132

Full Changelog: 1.1.0...1.2.0

v1.1.0

10 Jan 13:06
a25bf28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

v1.0.2

01 Dec 08:13
c62d26d
Compare
Choose a tag to compare

Changed

  • Excluded non-prod required files and directories from released package

v1.0.1

02 Nov 08:36
1c0eefa
Compare
Choose a tag to compare

Changed

  • Initialises URL Template in Request Information to empty string. #111

v1.0.0

01 Nov 12:32
677dc5b
Compare
Choose a tag to compare

Changed

  • Deserializing collections of objects to return a non-nullable value within the collection. #106
  • Bump OpenTelemetry SDK dependency to stable 1.0.0. #106

v0.9.1

31 Oct 08:08
5a955ce
Compare
Choose a tag to compare

Changed

  • Made return type of AccessTokenProvider getAuthorizationTokenAsync() nullable. #104

v0.9.0

30 Oct 11:58
ef1f830
Compare
Choose a tag to compare

Added

  • Adds generic types to Promise types in PHPDocs

Changed

  • Ensure changes to nested BackedModel or array properties in the backing store makes the entire backing store value dirty.