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

Update dependency @smartlyio/oats-runtime to v7 #446

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@smartlyio/oats-runtime ^6.3.1 -> ^6.3.1 || ^7.0.0 age adoption passing confidence
@smartlyio/oats-runtime ^6.0.0 -> ^6.0.0 || ^7.0.0 age adoption passing confidence
@smartlyio/oats-runtime ^6.3.0 -> ^6.3.0 || ^7.0.0 age adoption passing confidence

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

  • references
  • objects
  • allOf, anyOf, oneOf

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 or getTypeSet reflection calls will return different
results 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.


  • If you want to rebase/retry this PR, check this box

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

@jlitola
Copy link
Contributor

jlitola commented Mar 14, 2024

Yes, please!

@renovate renovate bot changed the title chore(deps): update dependency @smartlyio/oats-runtime to v7 Update dependency @smartlyio/oats-runtime to v7 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/smartlyio-oats-runtime-7.x branch from 12b9d93 to a4e02bc Compare August 14, 2024 10:18
@xmahle xmahle merged commit d0c8008 into master Aug 15, 2024
1 check passed
@xmahle xmahle deleted the renovate/smartlyio-oats-runtime-7.x branch August 15, 2024 19:20
@jlitola
Copy link
Contributor

jlitola commented Aug 16, 2024

Thanks @xmahle! Been waiting for this quite some time :)

@xmahle
Copy link
Member

xmahle commented Aug 16, 2024

Yeah, noticed... 🙌

@xmahle
Copy link
Member

xmahle commented Aug 16, 2024

Next time @jlitola just ping me.. 😉

@jlitola
Copy link
Contributor

jlitola commented Aug 16, 2024

Thanks, I will!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants