Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Dec 9, 2024
1 parent bbdf828 commit 100cc49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,13 @@ A: Because the API file isn’t technically bugged; it simply uses features that
Q: Does that mean those strange patches will stay forever?

A: No, at some point, we may upgrade every generator and release new major versions of all relevant SDKs. However, when this happens, we’ll still need to maintain the older SDK versions for a while.

Q: What are recurent bug that happen on SDKs release:

A: so far we have encounter 2 kinds of bug that generally break SDKs releases:
- usage of new features in openapi, that are not supported by generators.
- a CI break due to a dependancy becoming outdated.

Q: Why are the hack in ruby ?

A: no particular reason here, but are very small hack, and could have been writed in any language that support yaml.

0 comments on commit 100cc49

Please sign in to comment.