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

feat(rds): the unversioned Cluster engine constants are no longer deprecated #10605

Merged

Commits on Sep 30, 2020

  1. feat(rds): the unversioned Cluster engine constants are no longer dep…

    …recated
    
    The static constants in the DatabaseClusterEngine class were all deprecated in favor of using versioned engines.
    However, it turns out that it's very common to use the unversioned engines for serverless Clusters,
    for which the instances are fully managed, so updates are a lot less risky.
    Because of that, un-deprecate the constants, instead adding a note that we don't recommend using them for non-serverless Clusters.
    skinny85 committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a0d6bb5 View commit details
    Browse the repository at this point in the history