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

Make listener v3 the default listener API #4910

Closed
pekkaklarck opened this issue Oct 24, 2023 · 0 comments
Closed

Make listener v3 the default listener API #4910

pekkaklarck opened this issue Oct 24, 2023 · 0 comments

Comments

@pekkaklarck
Copy link
Member

Currently when creating listeners, you need to explicitly specify are you using listener API version 2 or 3. Now that the v3 API is getting better (#3296), we can make it the default. In other words, if API version isn't specified, we assume the v3 API is used.

@pekkaklarck pekkaklarck added this to the v7.0 milestone Oct 24, 2023
mitzeee added a commit to mitzeee/robotframework that referenced this issue Oct 28, 2023
As per issue robotframework#4910, V3 is stable enough to be considered as default in case Listener API version is not explicitly specified.
mitzeee added a commit to mitzeee/robotframework that referenced this issue Oct 28, 2023
As per issue robotframework#4910, V3 is stable enough to be considered as default in case Listener API version is not explicitly specified. So this test case to check failure on missing Listener API version is not needed anymore
@pekkaklarck pekkaklarck self-assigned this Dec 7, 2023
pekkaklarck added a commit that referenced this issue Dec 14, 2023
This is especially convenient with the `@library` decorator. The
string 'SELF' is case-insensitive. Fixes #4976.

Also document that listener v3 is nowadays used by default. #4910
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant