Skip to content

Commit f747ab4

Browse files
authored
Merge pull request #820 from oracle/release_2024-06-25
Releasing version 3.44.0
2 parents d51c6bd + 2d8df67 commit f747ab4

File tree

15 files changed

+1419
-1432
lines changed

15 files changed

+1419
-1432
lines changed

CHANGELOG.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,59 @@ All notable changes to this project will be documented in this file.
66

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

9+
3.44.0 - 2024-06-25
10+
--------------------
11+
Changed
12+
~~~~~~~
13+
* [BREAKING] OCI Database Migration Service
14+
15+
* Deprecation of Agent resource for `database-migration`. Following commands have changed:
16+
17+
* ``oci database-migration agent``
18+
* ``oci database-migration agent-image-summary``
19+
* ``oci database-migration agent-summary``
20+
* ``oci database-migration migration create-migration-aws-s3-data-transfer-medium-details``
21+
* ``oci database-migration migration create-migration-db-link-data-transfer-medium-details``
22+
* ``oci database-migration migration create-migration-nfs-data-transfer-medium-details``
23+
* ``oci database-migration migration create-migration-object-storage-data-transfer-medium-details``
24+
* ``oci database-migration migration update-migration-aws-s3-data-transfer-medium-details``
25+
* ``oci database-migration migration update-migration-db-link-data-transfer-medium-details``
26+
* ``oci database-migration migration update-migration-nfs-data-transfer-medium-details``
27+
* ``oci database-migration migration update-migration-object-storage-data-transfer-medium-details``
28+
* ``oci database-migration connection create``
29+
* ``oci database-migration connection update``
30+
* ``oci database-migration migration add``
31+
* ``oci database-migration migration clone``
32+
* ``oci database-migration migration create``
33+
* ``oci database-migration migration remove``
34+
* ``oci database-migration migration update``
35+
* ``oci database-migration migration-object-type-summary list``
36+
37+
Added
38+
~~~~~
39+
* OCI Database Migration Service
40+
41+
* Support for MySQL to MySQL homogeneous migration
42+
43+
* ``oci database-migration connection create-mysql-connection``
44+
* ``oci database-migration connection create-oracle-connection``
45+
* ``oci database-migration connection update-mysql-connection``
46+
* ``oci database-migration connection update-oracle-connection``
47+
* ``oci database-migration migration add-mysql-objects``
48+
* ``oci database-migration migration add-oracle-objects``
49+
* ``oci database-migration migration clone-mysql-migration``
50+
* ``oci database-migration migration clone-oracle-migration``
51+
* ``oci database-migration migration create-mysql-migration``
52+
* ``oci database-migration migration create-oracle-migration``
53+
* ``oci database-migration migration remove-mysql-objects``
54+
* ``oci database-migration migration remove-oracle-objects``
55+
* ``oci database-migration migration update-mysql-migration``
56+
* ``oci database-migration migration update-oracle-migration``
57+
58+
* Support for manual cross-region backup copy in the HeatWave MySQL Service
59+
60+
* ``oci mysql backup copy``
61+
962
3.43.2 - 2024-06-18
1063
--------------------
1164
Added

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Jinja2==3.0.3
1414
jmespath==0.10.0
1515
ndg-httpsclient==0.4.2
1616
mock==2.0.0
17-
oci==2.128.2
17+
oci==2.129.0
1818
packaging==20.2
1919
pluggy==0.13.0
2020
py==1.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding: utf-8
22
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
33
# 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.
4-
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210929
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230518
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding: utf-8
22
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
33
# 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.
4-
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210929
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230518
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding: utf-8
22
# Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
33
# 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.
4-
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210929
4+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230518

0 commit comments

Comments
 (0)