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

Release 0.24.3 #1236

Merged
merged 1 commit into from
Mar 31, 2025
Merged

Release 0.24.3 #1236

merged 1 commit into from
Mar 31, 2025

Conversation

knope-bot[bot]
Copy link
Contributor

@knope-bot knope-bot bot commented Mar 27, 2025

Important

Merging this pull request will create this release

Features

Adding support for named integer enums

#1214 by @barrybarrette

Adding support for named integer enums via an optional extension, x-enum-varnames.

This extension is added to the schema inline with the enum definition:

"MyEnum": {
    "enum": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        99
    ],
    "type": "integer",
    "format": "int32",
    "x-enum-varnames": [
        "Deinstalled",
        "Installed",
        "Upcoming_Site",
        "Lab_Site",
        "Pending_Deinstall",
        "Suspended",
        "Install_In_Progress",
        "Unknown"
    ]
}

The result:
image

@barrybarrette
Copy link
Contributor

@dbanty any ETA on when this will release?

@dbanty dbanty enabled auto-merge March 31, 2025 22:40
@dbanty dbanty added this pull request to the merge queue Mar 31, 2025
@dbanty
Copy link
Collaborator

dbanty commented Mar 31, 2025

@dbanty any ETA on when this will release?

Sorry, thought I already queued this!

Merged via the queue into main with commit 808354e Mar 31, 2025
42 checks passed
@dbanty dbanty deleted the knope/release branch March 31, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants