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

build(deps): bump Microsoft.OpenApi.Kiota.Builder from 1.6.1 to 1.7.0 in /python-sdk #3868

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Bumps Microsoft.OpenApi.Kiota.Builder from 1.6.1 to 1.7.0.

Release notes

Sourced from Microsoft.OpenApi.Kiota.Builder's releases.

v1.7.0

Added

  • Added support for tracing in Python. #1872
  • Added auto-generated comment for TypeScript generation. #3244
  • Added a new switch to exclude all assets generated only for backward compatibility. #2952
  • Added support for tracing (OpenTelemetry) in PHP. #1871

Changed

  • Fixed class name casings when reference in the errorMappings in PHP.
  • Removed --json-no-indent option in favor of RAW_JSON output format which does the same job. (CLI)
  • Fixed imports for enum type properties with default values in Python. #3367
  • Updated constructor for request builders in Python to set passed path parameters. #3352
  • Fixed inherited type definition generation where some cases would not generate properly. #2745
  • Fixed naming convention for inline response types. #2952
  • Localhost based descriptions are not cached anymore to facilitate development workflows. #3316
  • Fixed a bug where the hints would miss quotes for paths and always use the API manifest. #3342
  • Fixed a bug where inline composed types for components schemas would have the wrong name. #3067
  • Fixed a bug where the casing of properties serialization name would be normalized. kiota-serialization-json-dotnet#131
  • Changed parameter order in with_url method body to match the signature of RequestBuilder constructor in Python. #3328
  • Removed redundant undefined qualifier in TypeScript for properties. #3244
  • The default status code response is now used as 4XX and 5XX when those class responses are not provided in the description. #3245
  • Adds codes files in typescript to reduce number of generated files. #2116
  • Fix null reference exception when a parameter is defined without a schema. (CLI).
  • Log a message to stderr if a request is skipped due to missing data. (CLI) #2210
  • Fixes code file generation in typescript #3419
  • Writes fully qualified name of custom types when a type with a similar name exists in the class in PHP.
  • Rename composed type wrapper when class already exists in the namespace. [Fix system tests parent path #2964](microsoft/kiota#2964

v1.7.0-preview.202309280001

Added

  • Added support for tracing in Python. #1872
  • Added auto-generated comment for TypeScript generation. #3244

Changed

  • Updated constructor for request builders in Python to set passed path parameters. #3352
  • Localhost based descriptions are not cached anymore to facilitate development workflows. #3316
  • Fixed a bug where the hints would miss quotes for paths and always use the API manifest. #3342
  • Fixed a bug where inline composed types for components schemas would have the wrong name. #3067
  • Changed parameter order in with_url method body to match the signature of RequestBuilder constructor in Python. #3328
  • Removed redundant undefined qualifier in TypeScript for properties. #3244
  • The default status code response is now used as 4XX and 5XX when those class responses are not provided in the description. #3245
  • Adds codes files in typescript to reduce number of generated files. [Vulnerable to Log4Shell? #2116](microsoft/kiota#2116

v1.7.0-preview.202309210001

Added

... (truncated)

Changelog

Sourced from Microsoft.OpenApi.Kiota.Builder's changelog.

[1.7.0] - 2023-10-05

Added

  • Added support for tracing in Python. #1872
  • Added auto-generated comment for TypeScript generation. #3244
  • Added a new switch to exclude all assets generated only for backward compatibility. #2952
  • Added support for tracing (OpenTelemetry) in PHP. #1871

Changed

  • Fixed class name casings when reference in the errorMappings in PHP.
  • Removed --json-no-indent option in favor of RAW_JSON output format which does the same job. (CLI)
  • Fixed imports for enum type properties with default values in Python. #3367
  • Updated constructor for request builders in Python to set passed path parameters. #3352
  • Fixed inherited type definition generation where some cases would not generate properly. #2745
  • Fixed naming convention for inline response types. #2952
  • Localhost based descriptions are not cached anymore to facilitate development workflows. #3316
  • Fixed a bug where the hints would miss quotes for paths and always use the API manifest. #3342
  • Fixed a bug where inline composed types for components schemas would have the wrong name. #3067
  • Fixed a bug where the casing of properties serialization name would be normalized. kiota-serialization-json-dotnet#131
  • Changed parameter order in with_url method body to match the signature of RequestBuilder constructor in Python. #3328
  • Removed redundant undefined qualifier in TypeScript for properties. #3244
  • The default status code response is now used as 4XX and 5XX when those class responses are not provided in the description. #3245
  • Adds codes files in typescript to reduce number of generated files. #2116
  • Fix null reference exception when a parameter is defined without a schema. (CLI).
  • Log a message to stderr if a request is skipped due to missing data. (CLI) #2210
  • Fixes code file generation in typescript #3419
  • Writes fully qualified name of custom types when a type with a similar name exists in the class in PHP.
  • Rename composed type wrapper when class already exists in the namespace. #2964
Commits
  • 1d6d025 Merge pull request #3437 from microsoft/release/onesevenzero
  • 03191fb - bumps version for release 1.7.0
  • 74785e6 - adds a changelog entry for serialization name normalization
  • 3570db5 - fixes unit tests for serialization name normalization
  • efcf9cf Remove WireName lowercasing
  • 4cf0f69 rename pretty json output formatter to json. (#3424)
  • 2d4f1c5 Merge pull request #3431 from microsoft/feature/php-trace-changelog
  • 6cef73f - adds a changelog entry for PHP tracing
  • d17bab2 Merge pull request #3420 from microsoft/fix/composed-wrapper-name
  • f39f2e5 Apply code review suggestion
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Microsoft.OpenApi.Kiota.Builder](https://github.com/microsoft/kiota) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/microsoft/kiota/releases)
- [Changelog](https://github.com/microsoft/kiota/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi.Kiota.Builder
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code Dependencies Pull requests that update a dependency file labels Oct 20, 2023
@apicurio-bot
Copy link

apicurio-bot bot commented Oct 20, 2023

Thank you for creating a pull request!

Pinging @jsenko, @EricWittmann to respond or triage.

Copy link
Member

@andreaTP andreaTP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to update the libraries on this, when I tested locally it was failing but I'll double check as the Python CI is green.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

A newer version of Microsoft.OpenApi.Kiota.Builder exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/nuget/python-sdk/Microsoft.OpenApi.Kiota.Builder-1.7.0 branch January 22, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compatibility area/dependencies area/ui Dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants