Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.12.2 #512

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bf2robot
Copy link
Contributor

@bf2robot bf2robot commented Mar 27, 2023

This PR contains the following updates:

Package Update Change
com.microsoft.kiota:microsoft-kiota-http-okHttp minor 0.3.2 -> 0.12.2

Release Notes

microsoft/kiota-java

v0.12.2

Compare Source

Changed
  • Removed methods using reflection from KiotaSerialization
  • Improve AllowedHostsValidator to throw an error if https:// or http:// prefix is present in a allowed host value.

v0.12.1

Compare Source

Changed
  • Fixed a bug when handling null QueryParameters instances

v0.12.0

Compare Source

Changed
  • [breaking] Removed the reflective extraction of Query Parameters in favor of plain methods invocations

v0.11.2

Compare Source

Changed
  • Fixed a bug where the URI replacement middleware would mangle base64 encoded IDs.

v0.11.1

Compare Source

Changed
  • Fixed a bug where trying to get a child node for a non exsiting property in JSON would fail instead of returning null.

v0.11.0

Compare Source

Changed
  • [breaking] Removed the usage of reflection in ApiClientBuilder

v0.10.0

Compare Source

Changed
  • Added Spotless as an automatic formatting tool for the entire codebase
  • Changed some internal implementations of JsonParse for performance and readability reasons
  • [breaking] Removed the usage of reflection for enum deserialization and reordered RequestAdapter arguments order

v0.9.2

Compare Source

Changed
  • Reviewed transitive dependencies removing Guava and Javatuple

v0.9.1

Compare Source

Changed
  • Fixed a bug where path or query parameters of enum types would not be serialized properly. microsoft/kiota#​3693

v0.9.0

Compare Source

Added
  • Added helper methods to request information to reduce the amount of generated code. Kiota #​3651
Changed
  • Kiota-Java has moved away from Async/Completable futures, thus Async components are no longer utilized and have been removed. Furthermore, requestAdapter methods no longer use the async suffix. #​175
  • ApiException class now extends RuntimeException instead of Exception.
  • Changed OkHttpRequestAdapter dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient).

v0.8.0

Compare Source

Added
  • Added a default implementation of BasicAccessAuthenticationProvider
  • Added helper methods to serialize kiota models. microsoft/kiota#​3406

v0.7.8

Compare Source

Fixed
  • Fixed a bug to preserve the user defined error instead of converting it to generic ApiException.

v0.7.7

Compare Source

Added
  • Added an overload method to specify the content type of stream request body.

v0.7.6

Compare Source

Changed
  • Use tryAdd instead of add in all of the setContentFrom... methods.

v0.7.5

Compare Source

Added
  • Added a tryAdd method to the RequestHeaders Map
Changed
  • Better encapsulation of the mutable field responseStatusCode in ApiException

v0.7.4

Compare Source

Fixed
  • Fixed a regression where query parameters name replacement would fail with group like regex syntax ($ sign)

v0.7.3

Compare Source

Fixed
  • Fixed bug that caused the ParametersNameDecodingHandler to decode query parameter values in addition to names

v0.7.2

Compare Source

Changed
  • Swapped custom implementation of RFC6570 URI templates to std uritemplates.

v0.7.1

Compare Source

Changed
  • Add PeriodAndDuration constructor to create new object from a PeriodAndDuration object.

v0.7.0

Compare Source

Added
  • Added headers inspection option and handler.

v0.6.0

Compare Source

Changed
  • Javax annotations replaced in favor of Jakarta annotations.

v0.5.0

Compare Source

Added
  • Added support for multipart form data request bodies.

v0.4.7

Compare Source

Added
  • Adds the UrlReplaceHandler middleware to the Okhttp component to allow for customizing the URL before sending the request.

v0.4.6

Compare Source

Added
  • Adds the PeriodAndDuration type to aggregate Period and Duration serialization
Changed
  • Drops the getPeriodValue function in favour of getPeriodAndDurationValue in the serialization interface.
  • Drops the writePeriodValue function in favour of writePeriodAndDurationValue in the serialization interface.

v0.4.5

Compare Source

Changed
  • Fixed a bug where composed types would not serialize properly.

v0.4.4

Compare Source

Added
  • Fix a bug where the OkHttp client would close InputStream responses before they reach the user code

v0.4.3

Compare Source

Added
  • Adds responseHeader to APIException class

v0.4.2

Compare Source

Added
  • Adds a NativeResponseHandler to abstractions.
  • Adds setResponseHandler method to RequestInformation class in abstractions.

v0.4.1

Compare Source

Changed
  • Changed the visibility of one of the base constructors in request builders.

v0.4.0

Compare Source

Added
  • Added a base request builder and request configuration class to reduce the amount of code being generated.

v0.3.3

Compare Source

Changed
  • Aligns default http client timeout to be 100 seconds
  • Updates the JsonParseNodeFactory to pass a JsonElement using JsonParser.parseReader rather than creating a string when creating the root parseNode.

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@bf2robot
Copy link
Contributor Author

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

Build SUCCESS - check Jenkins for more info. ✅

@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.3.3 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.0 Mar 29, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 271f551 to e3678fd Compare March 29, 2023 18:11
@bf2robot
Copy link
Contributor Author

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

Build SUCCESS - check Jenkins for more info. ✅

@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.0 Update dependency com.microsoft.kiota:microsoft-kiota-http-okHttp to v0.4.0 Mar 30, 2023
@bf2robot bf2robot changed the title Update dependency com.microsoft.kiota:microsoft-kiota-http-okHttp to v0.4.0 Update dependency com.microsoft.kiota:microsoft-kiota-http-okHttp to v0.4.1 Mar 30, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from e3678fd to 3457b22 Compare March 30, 2023 14:04
@bf2robot
Copy link
Contributor Author

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

Build FAILURE - check Jenkins for more info. ❗

@bf2robot bf2robot changed the title Update dependency com.microsoft.kiota:microsoft-kiota-http-okHttp to v0.4.1 Update dependency com.microsoft.kiota:microsoft-kiota-http-okHttp to v0.4.2 Apr 4, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 3457b22 to 4d8ec7e Compare April 4, 2023 08:05
@bf2robot
Copy link
Contributor Author

bf2robot commented Apr 4, 2023

▶️ Build started - check Jenkins for more info. ▶️

@bf2robot
Copy link
Contributor Author

bf2robot commented Apr 4, 2023

Build FAILURE - check Jenkins for more info. ❗

@bf2robot bf2robot changed the title Update dependency com.microsoft.kiota:microsoft-kiota-http-okHttp to v0.4.2 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.2 Apr 18, 2023
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.2 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.3 Apr 27, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 4d8ec7e to faeaa7e Compare April 27, 2023 13:05
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.3 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.4 Jun 9, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from faeaa7e to 5f5d8a0 Compare June 9, 2023 13:10
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.4 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.5 Jun 29, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 5f5d8a0 to 863b3df Compare June 29, 2023 13:08
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.5 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.6 Jul 19, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 863b3df to 2197886 Compare July 19, 2023 14:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.6 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.7 Jul 21, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 2197886 to 9db5ad5 Compare July 21, 2023 08:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.4.7 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.5.0 Aug 2, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 9db5ad5 to 7fff44a Compare August 2, 2023 13:06
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.5.0 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.0 Aug 15, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 7fff44a to 1202e39 Compare August 15, 2023 08:04
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from a156a19 to 76d8685 Compare September 11, 2023 13:05
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.4 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.5 Oct 4, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 76d8685 to 9d279bf Compare October 4, 2023 08:05
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.5 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.6 Oct 6, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 9d279bf to ef6eb66 Compare October 6, 2023 13:06
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.6 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.7 Oct 12, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from ef6eb66 to 29fefb4 Compare October 12, 2023 13:06
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.7 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.8 Oct 13, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 29fefb4 to 9a61228 Compare October 13, 2023 15:04
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 9a61228 to 759178c Compare November 3, 2023 08:05
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.7.8 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.8.0 Nov 3, 2023
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.8.0 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.9.0 Nov 13, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 759178c to d8c9247 Compare November 13, 2023 15:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.9.0 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.9.1 Nov 14, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from d8c9247 to 3df6589 Compare November 14, 2023 14:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.9.1 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.9.2 Nov 16, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 3df6589 to 527f517 Compare November 16, 2023 14:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.9.2 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.10.0 Nov 22, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from 527f517 to e9a9728 Compare November 22, 2023 12:05
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.10.0 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.11.0 Dec 6, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from e9a9728 to 083dd09 Compare December 6, 2023 18:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.11.0 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.11.1 Dec 14, 2023
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch 2 times, most recently from e89f38d to c94495c Compare December 15, 2023 08:05
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.11.1 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.11.2 Dec 15, 2023
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.11.2 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.12.1 Jan 9, 2024
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from c94495c to f2f179d Compare January 9, 2024 16:04
@bf2robot bf2robot changed the title chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.12.1 chore(deps): update dependency com.microsoft.kiota:microsoft-kiota-http-okhttp to v0.12.2 Feb 1, 2024
@bf2robot bf2robot force-pushed the renovate/com.microsoft.kiota-microsoft-kiota-http-okhttp-0.x branch from f2f179d to 9d4b4a0 Compare February 1, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant