christianhelle / apiclientcodegen

A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
http://bit.ly/restapicodegen
GNU General Public License v3.0
177 stars 23 forks source link

Update dependency Microsoft.Kiota.Serialization.Multipart to 1.12.4 - autoclosed #988

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.Kiota.Serialization.Multipart (source) 1.1.5 -> 1.12.4 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/kiota-dotnet (Microsoft.Kiota.Serialization.Multipart) ### [`v1.12.4`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1124---2024-09-05) ##### Changed - Improves performance of the InMemoryBackingStore when reading properties. [#​347](https://redirect.github.com/microsoft/kiota-dotnet/issues/347) ### [`v1.12.3`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1123---2024-09-03) ##### Changed - Fixed optional parameters in KiotaJsonSerialization. [#​366](https://redirect.github.com/microsoft/kiota-dotnet/issues/366) ### [`v1.12.2`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1122---2024-08-23) ##### Changed - Fixed a bug where calls to ApiClientBuilder.EnableBackingStoreForParseNodeFactory and ApiClientBuilder.EnableBackingStoreForSerializationWriterFactory would enable a BackingStore around BackingStores. \[[#​2563](https://redirect.github.com/microsoft/kiota-dotnet/issues/2563)] ([microsoftgraph/msgraph-sdk-dotnet#2563](https://redirect.github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2563)) \[[#​2588](https://redirect.github.com/microsoft/kiota-dotnet/issues/2588)] ([microsoftgraph/msgraph-sdk-dotnet#2588](https://redirect.github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2588)) ### [`v1.12.1`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1121---2024-08-21) ##### Changed - Fixed a bug where the cancellation token would not be passed to the ParseNodeFactory. ### [`v1.12.0`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1120---2024-08-20) ##### Changed - Improved serialization helper methods to take boolean parameter to override the BackingStore functionality. [#​310](https://redirect.github.com/microsoft/kiota-dotnet/issues/310) ### [`v1.11.3`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1113---2024-08-16) ##### Changed - Replaced Convert.FromBase64 by System.Text.Json GetBytesFromBase64 to improve performance (10x improvement). ### [`v1.11.2`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1112---2024-08-14) ##### Changed - Fixed an additional performance regression with the backing store introduced in version 1.9.2 by [#​243](https://redirect.github.com/microsoft/kiota-dotnet/issues/243) ### [`v1.11.1`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1111---2024-08-12) ##### Changed - Fixed a performance regression with the backing store introduced in version 1.9.2 by [#​243](https://redirect.github.com/microsoft/kiota-dotnet/issues/243) ### [`v1.11.0`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1110---2024-08-08) - Enabled Continuous Access evaluation by default. ### [`v1.10.1`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1101---2024-08-01) - Cleans up enum serialization to read from attributes for form and text serialization [#​284](https://redirect.github.com/microsoft/kiota-dotnet/issues/284) - Pass relevant `JsonWriterOptions` from the `KiotaJsonSerializationContext.Options` to the `Utf8JsonWriter` when writing json to enable customization. [#​281](https://redirect.github.com/microsoft/kiota-dotnet/issues/281) ### [`v1.10.0`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1100---2024-07-17) - Adds Kiota bundle package to provide default adapter with registrations setup. [#​290](https://redirect.github.com/microsoft/kiota-dotnet/issues/290) ### [`v1.9.12`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1912---2024-07-30) - Fix non IParasable object serialization. - Add basic support for serializing dictionary values in AdditionalData. ### [`v1.9.11`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1911---2024-07-22) - Obsoletes custom decompression handler in favor of native client capabilities. ### [`v1.9.10`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#1910---2024-07-18) - Fix DateTime serialization and deserialization ### [`v1.9.9`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#199---2024-07-12) - Fix enum deserialization for SendPrimitiveAsync and SendPrimitiveCollectionAsync ### [`v1.9.8`](https://redirect.github.com/microsoft/kiota-dotnet/blob/HEAD/CHANGELOG.md#198---2024-07-08) - Migrated source of various libraries to mono repository at . Refer to the following for earlier releases of libraries in the project. 1. [Abstractions](./src/abstractions/Changelog-old.md) 2. [Authentication - Azure](./src/authentication/azure/Changelog-old.md) 3. [Http - HttpClientLibrary](./src/http/httpClient/Changelog-old.md) 4. [Serialization - JSON](./src/serialization/json/Changelog-old.md) 5. [Serialization - FORM](./src/serialization/form/Changelog-old.md) 6. [Serialization - TEXT](./src/serialization/text/Changelog-old.md) 7. [Serialization - MULTIPART](./src/serialization/multipart/Changelog-old.md)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud