Skip to content

0.14.0 - 2019-08-20

Compare
Choose a tag to compare
@Thetwam Thetwam released this 20 Aug 16:01
· 266 commits to develop since this release
v0.14.0
44cf6a6

New Endpoint Coverage

  • API Token scopes (Thanks, @jrsilveti)
    • List scopes
  • Account Notifications (Thanks, @jrsilveti)
    • Show a global notification
    • Update a global notification
  • Account Reports (Thanks, @jrsilveti)
    • Start a report
    • Status of a report
    • Delete a report
  • Collaborations (Thanks, @jrsilveti)
    • List collaborations
    • List members of a collaboration
  • Feature Flags (Thanks, @cat0698)
    • List features
    • List enabled features
    • Get feature flag
    • Set feature flag
    • Remove feature flag
  • Rubric (Thanks, @cat0698)
    • Create a single rubric

General

  • Removed overzealous global enabling of DeprecationWarning. (Thanks, @Screeeech)
    • Note: DeprecationWarnings are disabled by default, so you may need to run your code with python -Wd to see them.