Added
- Support for optionally supplying a signature when deleting an agreement in the Marketplace service
- Support for launching paid listings in non-US regions in the Marketplace service
- Support for returning the image id of packages in the Marketplace service
- Support for calling Oracle Cloud Infrastructure services in the ap-chuncheon-1 region
- Extended support for Resource Principals to include earlier versions. An example of how to use resource principals is available on GitHub
Fixed
- Fixed a bug where
oci.waiter.wait_until()
was not invokingwait_callback
correctly based on the resource property - Fixed a bug in
ExponentialBackoffWithFullJitterRetryStrategy.do_sleep()
where it was assuming time in milliseconds but it should be seconds
Breaking
- Field
signature
indelete_accepted_agreement_id
from Marketplace Service changed from required to optional