-
Notifications
You must be signed in to change notification settings - Fork 8
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
modify data type of contribution type #135
Conversation
strictly speaking this would be a major breaking change, and would need to wait for the |
slightly related: I think we also misuse the
|
Good question.. I am okey with either options. I also think that after 1.4, it could be time to go for the v2 release as we could also include the advanced response structure then into production. Then also this change/fix here could go live. Otherwise there are people like @Zia- that would use it immediately and you could also see this as a fix, therefore it could be included in the next patch or minor release too. |
I'm actually also a bit torn. Could live with both options for the |
True, we're not mentioning the use of |
isn't that one undocumented for a reason? 😉 |
In relation to version 2.0, I think we should discuss soon how we want to proceed after the 1.4 release since we have at that moment already two PRs "blocked" because of breaking changes these PRs would introduce. |
I would prefer it that way. Because the contribution type has not much to do with the OSM elements' metadata ( |
It is mentioned here, what I mean is that it's not mentioned in the docs part of the |
So did I understand it correctly now out of the recent discussions that we define this as a bug-fix and can therefore include it in the next minor release? The thing regarding the new property |
yes, that was also my understanding.
sounds good 👍 |
use correct boolean instead of "true" as string
260abad
to
186055b
Compare
Description
use correct boolean instead of "true" as string
Checklist
I have written javadoc (required for public methods)I have adjusted the examples in the check-ohsome-api script or created an issue in the corresponding repository. More Information here.