Skip to content

2.12.7

Choose a tag to compare

@vish1 vish1 released this 11 Aug 23:49
· 624 commits to master since this release
df84f53

Added

  • Support for additional list filtering in the Data Catalog service
    • oci data-catalog <object type within catalog> list --display-name-contains
    • oci data-catalog job-definition list --job-execution-state
  • Support for new db workload type AJD in the Autonomous Database service
    • oci db autonomous-database --db-workload AJD
  • Support for script directory option for non-interactive installations on Mac, Linux, and Windows OS. (Issue 282 Issue 305)
    • ./install.sh --script-dir <directory>
    • .\install.ps1 -ScriptDir <directory>

Changed

  • Idna package has been removed from the requirements. (Issue 295)

Fixed

  • Bug fix in raw requests operations to correctly handle hyphens in headers. (Issue 269)