Skip to content

Commit

Permalink
Merge pull request #820 from oracle/release_2024-06-25
Browse files Browse the repository at this point in the history
Releasing version 3.44.0
  • Loading branch information
pankajmjx authored Jun 25, 2024
2 parents d51c6bd + 2d8df67 commit f747ab4
Show file tree
Hide file tree
Showing 15 changed files with 1,419 additions and 1,432 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,59 @@ All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`__.

3.44.0 - 2024-06-25
--------------------
Changed
~~~~~~~
* [BREAKING] OCI Database Migration Service

* Deprecation of Agent resource for `database-migration`. Following commands have changed:

* ``oci database-migration agent``
* ``oci database-migration agent-image-summary``
* ``oci database-migration agent-summary``
* ``oci database-migration migration create-migration-aws-s3-data-transfer-medium-details``
* ``oci database-migration migration create-migration-db-link-data-transfer-medium-details``
* ``oci database-migration migration create-migration-nfs-data-transfer-medium-details``
* ``oci database-migration migration create-migration-object-storage-data-transfer-medium-details``
* ``oci database-migration migration update-migration-aws-s3-data-transfer-medium-details``
* ``oci database-migration migration update-migration-db-link-data-transfer-medium-details``
* ``oci database-migration migration update-migration-nfs-data-transfer-medium-details``
* ``oci database-migration migration update-migration-object-storage-data-transfer-medium-details``
* ``oci database-migration connection create``
* ``oci database-migration connection update``
* ``oci database-migration migration add``
* ``oci database-migration migration clone``
* ``oci database-migration migration create``
* ``oci database-migration migration remove``
* ``oci database-migration migration update``
* ``oci database-migration migration-object-type-summary list``

Added
~~~~~
* OCI Database Migration Service

* Support for MySQL to MySQL homogeneous migration

* ``oci database-migration connection create-mysql-connection``
* ``oci database-migration connection create-oracle-connection``
* ``oci database-migration connection update-mysql-connection``
* ``oci database-migration connection update-oracle-connection``
* ``oci database-migration migration add-mysql-objects``
* ``oci database-migration migration add-oracle-objects``
* ``oci database-migration migration clone-mysql-migration``
* ``oci database-migration migration clone-oracle-migration``
* ``oci database-migration migration create-mysql-migration``
* ``oci database-migration migration create-oracle-migration``
* ``oci database-migration migration remove-mysql-objects``
* ``oci database-migration migration remove-oracle-objects``
* ``oci database-migration migration update-mysql-migration``
* ``oci database-migration migration update-oracle-migration``

* Support for manual cross-region backup copy in the HeatWave MySQL Service

* ``oci mysql backup copy``

3.43.2 - 2024-06-18
--------------------
Added
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Jinja2==3.0.3
jmespath==0.10.0
ndg-httpsclient==0.4.2
mock==2.0.0
oci==2.128.2
oci==2.129.0
packaging==20.2
pluggy==0.13.0
py==1.11.0
Expand Down
2 changes: 1 addition & 1 deletion services/database_migration/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210929
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230518
2 changes: 1 addition & 1 deletion services/database_migration/src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210929
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230518
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210929
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230518
Loading

0 comments on commit f747ab4

Please sign in to comment.