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

deprecate: Raise deprecation levels of API elements #2208

Merged
merged 1 commit into from
Aug 20, 2024

Commits on Aug 19, 2024

  1. deprecate: Raise deprecation levels of API elements

    The following elements had most recent level change in release 0.46.0 (January 2024).
    
    Raise from WARNING to ERROR:
    - FieldSet.select(where)
    - FieldSet.selectBatched()
    - FieldSet.selectAllBatched()
    - Query.adjustSlice()
    - ColumnSet.slice()
    
    The following elements had most recent level change in release 0.50.0 (April 2024).
    
    Raise from WARNING to ERROR:
    - Database.connectPool()
    - DatabaseConfig.defaultRepetitionAttempts and Transaction.repetitionAttempts
    - DatabaseConfig.defaultMinRepetitionDelay and Transaction.minRepetitionDelay
    - DatabaseConfig.defaultMaxRepetitionDelay and Transaction.maxRepetitionDelay
    
    Currently HIDDEN, now removed:
    - ExposedDatabaseMetadata interface property currentScheme
    
    Additional:
    The original buildSrc/Versions object was also raised to ERROR in release 0.50.0
    (April 2024). It has now been removed.
    bog-walk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8bcbcd4 View commit details
    Browse the repository at this point in the history