Skip to content

Commit b8c1eb3

Browse files
author
Marcin Przepiorowski
committed
version 2.4.0
1 parent abe3f6e commit b8c1eb3

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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

lib/Toolkit_helpers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use File::Spec;
2929

3030
use lib '../lib';
3131

32-
our $version = '2.3.9.2';
32+
our $version = '2.4.0';
3333

3434
sub logger {
3535
my $debug = shift;

0 commit comments

Comments
 (0)