File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.4.0
2+
3+ ### Changed
4+ - [ fix for #63 ] ( https://github.com/delphix/dxtoolkit/issues/63 )
5+ - [ fix for #65 ] ( https://github.com/delphix/dxtoolkit/issues/65 )
6+ - [ fix for #66 ] ( https://github.com/delphix/dxtoolkit/issues/66 ) - dx_get_osversions and dx_ctl_engine_upgrade scripts added
7+ - [ fix for #72 ] ( https://github.com/delphix/dxtoolkit/issues/72 ) - possibility to add Windows cluster environment
8+ - [ fix for #73 ] ( https://github.com/delphix/dxtoolkit/issues/73 ) - filter by rdbms in dx_get_db_env
9+ - [ fix for #76 ] ( https://github.com/delphix/dxtoolkit/issues/76 )
10+ - [ fix for #77 ] ( https://github.com/delphix/dxtoolkit/issues/77 )
11+ - [ fix for #79 ] ( https://github.com/delphix/dxtoolkit/issues/79 )
12+ - [ fix for #80 ] ( https://github.com/delphix/dxtoolkit/issues/80 ) - branch selection improvement
13+ - [ fix for #88 ] ( https://github.com/delphix/dxtoolkit/issues/88 )
14+ - update a validated mode sync mode. log sync and backup path using dx_ctl_dsource
15+ - fix for logsync support for non-MT and MT Oracle dSource
16+ - fix for MS SQL hooks (PR-2)
17+ - Encryption changes:
18+ - checksum is added to encrypted password
19+ - old way decryption is still enabled
20+ - shared parameter added to dx_encrypt to enable encryption without host name for shared configs
21+ - security fix - dxtoolkit is checking if cookie is set for user declared in configuration file
22+ - dx_get_vdbthroughput fix plus documentation fix
23+ - fix for PDB status with physical CDB
24+
125## 2.3.9.1
226
327### Changed
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ use File::Spec;
2929
3030use lib ' ../lib' ;
3131
32- our $version = ' 2.3.9.2 ' ;
32+ our $version = ' 2.4.0 ' ;
3333
3434sub logger {
3535 my $debug = shift ;
You can’t perform that action at this time.
0 commit comments