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

Promote info and noop verbs from beta to stable #1625

Open
cpswan opened this issue Oct 18, 2023 · 0 comments
Open

Promote info and noop verbs from beta to stable #1625

cpswan opened this issue Oct 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cpswan
Copy link
Member

cpswan commented Oct 18, 2023

Is your feature request related to a problem? Please describe.

Running info against an atServer returns "status": "Beta" for info and noop verbs

Describe the solution you'd like

Promote the verbs to Stable status, as they've been stable since introduction

Describe alternatives you've considered

No response

Additional context

Here's the data: from running info against a staging atServer:

{
  "version": "3.0.36+gha3600",
  "uptimeAsWords": "1 days 15 hours 33 minutes 47 seconds",
  "features": [
    {
      "name": "noop:",
      "status": "Beta",
      "description": "The No-Op verb simply does nothing for the requested number of milliseconds. The requested number of milliseconds may not be greater than 5000. Upon completion, the noop verb sends ok as a response to the client.",
      "syntax": "^noop:(?<delayMillis>\\d+)$"
    },
    {
      "name": "info:",
      "status": "Beta",
      "description": "The Info verb returns some information about the server including uptime and some info about available features. ",
      "syntax": "^info(:brief)?$"
    }
  ]
}
@cpswan cpswan added the enhancement New feature or request label Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants