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

feature/multi content types #3453

Merged
merged 35 commits into from
Oct 19, 2023
Merged
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b98a339
- moves content type related tests to a dedicated file
baywet Oct 3, 2023
5bf17a4
- adds missing configuration parsing for exclude backward compatible
baywet Oct 3, 2023
008bc77
- restricts visibility of internal methods
baywet Oct 3, 2023
f7ab0e8
- adds a data structure to parse priority and maintain ordering for m…
baywet Oct 3, 2023
d9cae7a
- maps lookups to new data strucutre
baywet Oct 3, 2023
99e3c3c
- fixes unit tests after swapping to the ordered manager
baywet Oct 3, 2023
f7410f1
- removes redundant tolist
baywet Oct 3, 2023
25c20d1
- updates the label for the structured mime types definition
baywet Oct 3, 2023
d5995b6
- adds additional unit tests for the collection of mime types
baywet Oct 3, 2023
0f35e24
- draft implementation of multivalued header
baywet Oct 3, 2023
34534a1
- moves comparers to a dedicated directory
baywet Oct 6, 2023
5006b8e
- divides comparers by type
baywet Oct 6, 2023
ba20eb0
- fixes code source generator configuration
baywet Oct 6, 2023
d8cc3fc
- adds multiple accept support
baywet Oct 6, 2023
3635111
- refactors use of accept values
baywet Oct 6, 2023
7bca910
- finalizes accept multi-value header implementation
baywet Oct 6, 2023
71e40c2
- sets content type for multiple structured entries
baywet Oct 6, 2023
24e5501
- adds additional request body content type parameter to generation
baywet Oct 10, 2023
5940ba8
- adds support for ambiguous content type in CSharp
baywet Oct 10, 2023
d441dc5
- fixes formatting
baywet Oct 10, 2023
48a0197
- adds content type parameter support for java
baywet Oct 11, 2023
24cecd9
- adds content type parameter support for go
baywet Oct 11, 2023
c6f3958
- adds content type parameter support for typescript
baywet Oct 11, 2023
d0bd24a
- adds content type parameter support for php
baywet Oct 11, 2023
c0bee29
- adds content type parameter support for python
baywet Oct 11, 2023
af1aa24
- adds content type parameter support for ruby
baywet Oct 11, 2023
56fd099
- adds changelog entry for multiple content types
baywet Oct 11, 2023
787a0a9
- adds defensive statement for reference comparisons
baywet Oct 11, 2023
484696e
- replaces list concrete type by interface
baywet Oct 12, 2023
4083f0c
- adds missing doc comments
baywet Oct 12, 2023
dd53831
- refactors collections between orderedstructuredmimetypes and the no…
baywet Oct 16, 2023
ea0c7f6
Merge branch 'main' into feature/multi-content-types
baywet Oct 17, 2023
3719319
- updates outdated integration tests dependencies
baywet Oct 17, 2023
9539489
Merge branch 'feature/multi-content-types' of https://github.com/micr…
baywet Oct 17, 2023
0d54b73
- updates outdated go integration tests dependencies
baywet Oct 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for primary error message in PHP [#3276](https://github.com/microsoft/kiota/issues/3276)
- Added support for multiple content type request bodies. [#3377](https://github.com/microsoft/kiota/issues/3377)
- Added support for multiple content type responses. [#3377](https://github.com/microsoft/kiota/issues/3377)
- Support for primary error message in Python [#3277](https://github.com/microsoft/kiota/issues/3277)

### Changed

Expand Down