-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Feature description
There are some desecrated deprecated APIs that can be removed before the next release.
We can remove this class:
Line 337 in 87689dd
| class DeprecatedQoSProfile(QoSProfile): |
And probably change these related warnings into exceptions:
Lines 62 to 64 in 87689dd
| warnings.warn( | |
| "QoSProfile needs a 'history' and/or 'depth' setting when constructed", | |
| stacklevel=2) |
Lines 70 to 72 in 87689dd
| warnings.warn( | |
| 'A QoSProfile with history set to KEEP_LAST needs a depth specified', | |
| stacklevel=2) |
There may be other places in the code that contain deprecated functionality.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request