-
Notifications
You must be signed in to change notification settings - Fork 189
Transition to API version 0.0.4 #6944
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
Conversation
801d93b to
72b1e96
Compare
|
The version new name needs to be discussed. |
|
@xlecours Could you please have a look at this? |
xlecours
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add something in CHANGELOG.md to mention that there is a new version of the api specification in the modules section. We will add items under it for each new or changed endpoints.
6b6d928 to
e4e5061
Compare
driusan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there's still other PRs to go into 0.0.4, please add the -dev suffix to the version number until it's ready. Otherwise we'll have multiple incompatible versions of "0.0.4".
Other than that it looks good to me.
@driusan it is not released.It is implicitly |
|
@xlecours @driusan So what should it be? Is Also, I thought it was implicitly |
…ating a visit with the correct visit
…ct". 0.0.2 is no longer supported.
| @@ -1,5 +1,4 @@ | |||
| # Loris API - v0.0.2 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like I modified a lot of things in the doc of v0.0.2, but it is actually modified from v0.0.3. I removed LorisRESTAPI.md and added LorisRESTAPI_v0.0.4-dev.md.
I did not modifiy the original LorisRESTAPI_v0.0.3.md so Github must consider I replaced v0.0.2 by v0.0.4-dev.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I solved this problem by renaming LorisRESTAPI_v0.0.3.md to LorisRESTAPI.md.
| */ | ||
| protected function supportedVersions() : array | ||
| { | ||
| // Removed 0.0.2 since session requires a project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this comment is no longer relevant, since 0.0.2 is no longer supported anywhere
|
@driusan @xlecours as per our discussion this morning, I have removed support for I am not sure if @xlecours agreed with the use of the From the directory
|
|
ok @driusan let's move forward. |
Initiate development on version 0.0.4-dev of the API and remove support for 0.0.2
Resolves aces#6941
v0.0.2 was removed in aces#6944.
Initiate development on version 0.0.4-dev of the API and remove support for 0.0.2
Resolves aces#6941
Brief summary of changes
Transition to v0.0.4-dev to include new extensions of the API that are not in the current specs.
The changes include:
Link(s) to related issue(s)