Update dependency @smartlyio/oats-runtime to v7 #446
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.3.1
->^6.3.1 || ^7.0.0
^6.0.0
->^6.0.0 || ^7.0.0
^6.3.0
->^6.3.0 || ^7.0.0
Release Notes
smartlyio/oats (@smartlyio/oats-runtime)
v7.4.7
Compare Source
v7.4.6
Compare Source
v7.4.5
Compare Source
Bug fig: allow expand=true with multiple query parameters when the query parameter schemas are not
Even with this the current implementation of the query parameter parsing does correctly implement OpenAPI3 query
parameter specification as the whole expand=true is misunderstood in the Oats code. It will hopefully do what we want in
practise though.
v7.4.4
Compare Source
v7.4.1
Compare Source
v7.4.0
Compare Source
value2 had both A and B types and network mapping tried to use mapping also from A type when it should have only used mappings from type B if any.
Now value2 does not have a linkage anymore to type A and will not be considered when network mapping.
Note: because value2 does not have type A anymore any
getType
orgetTypeSet
reflection calls will return differentresults to what was previously returned.
There may be a performance downside to this as we might end up doing extra work as we lose the type information.
Even without doing double
.make
by hand allOf parsing may result in more work being done as we clear the extra type information before parsing.v7.3.2
Compare Source
v7.2.0
Compare Source
v7.1.0
Compare Source
v7.0.0
Compare Source
Configuration
📅 Schedule: Branch creation - "after 7am and before 9am every weekday" in timezone Europe/Helsinki, 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.