You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today job_create and batch_create take client_id and client_version parameters. We make the effort to document and validate them but then we just throw their values away. We should remove these parameters from both job_create and batch_create.
Edit: Up until now I was assuming that we were in fact persisting these arguments in the database, but apparently we don't. I've updated the title and description of this issue to reflect this fact.
Me neither! I just took for granted that we stored them in the test_results table since we make the effort to accept and validate them. I guess it's settled that it's not important then.
mattias-p
changed the title
Fix or remove client id and version
Remove client id and version
Jul 24, 2023
Today
job_create
andbatch_create
takeclient_id
andclient_version
parameters. We make the effort to document and validate them but then we just throw their values away. We should remove these parameters from bothjob_create
andbatch_create
.Edit: Up until now I was assuming that we were in fact persisting these arguments in the database, but apparently we don't. I've updated the title and description of this issue to reflect this fact.
Stabilization
Tracking issue
Affected interfaces
Incompatibly changed:
Dependencies
None
Overlapping proposals
None
The text was updated successfully, but these errors were encountered: