github.com/tommi2day/tnscli@v0.0.0-20240401211958-338fc0647b73/CHANGELOG.md (about)

     1  # Changelog tnscli
     2  
     3  ## [v3.9.2 - 2024-04-02]
     4  ### Changed
     5  - update gomodules to v1.12.1
     6  - update dependencies
     7  
     8  ## [v3.9.1 - 2024-02-27]
     9  ### New
    10  - add scripts and docs to packages
    11  
    12  ## [v3.9.0 - 2024-02-20]
    13  ### New
    14  - use now bitnami/openldap:2.6.7 as ldap test container
    15  - add ldap bind password prompt
    16  - Read Bind credentials also from LDAP_BIND_DN and *_PASSWORD environment variables
    17  ### Changed
    18  - update gomodules to v1.11.4
    19  - move docker provision to test folder
    20  - update dependencies
    21  - update pipeline
    22  - use Oracle-Free 23.3 as test container, which causes to replace XE* with FREE*
    23  - update dblib to v1.6.5
    24  - remove tools.go and rely on preloaded tools in golang image
    25  ### Fixed
    26  - fix goreleaser version
    27  
    28  
    29  ## [v3.8.2 - 2023-10-31]
    30  ### New
    31  - service info jdbc: replace TRANSPORT_CONNECT_TIMEOUT in JDBC connect string if set <1000 
    32  to be in milliseconds as required by Oracle JDBC >12.1. 
    33  You may disable this with --noModifyTransportConnectTimeout
    34  ### Changed
    35  - rename TCP portcheck result `UNKNOWN` to `PROBLEM` and add err message
    36  - enhance tcp check output
    37  - add ldap config test
    38  ### fixed
    39  - service info jdbc: wrong jdbc prefix spelling
    40  
    41  ## [v3.8.0 - 2023-10-27]
    42  ### Changed
    43  - use go 1.21
    44  - update workflow
    45  - use gomodules v1.10.0
    46  - update testinit
    47  - fix linter issues
    48  
    49  ## [v3.7.11 - 2023-09-08]
    50  ### Fixed
    51  - jdbc connect string format error
    52  
    53  ## [v3.7.10 - 2023-08-15]
    54  ### Changed
    55  - use gomodules v1.9.4
    56  ### Fixed
    57  - dhost flag naming
    58  
    59  ## [v3.7.9 - 2023-08-09]
    60  ### New
    61  - add new flag --unit-tests to redirect output for unit tests
    62  ### Changed
    63  - use gomodules v1.9.3
    64  - use common.CmdRun instead of cmdTest
    65  - use common.CmdFlagChanged instead of cmd.Flags().Lookup().Changed
    66  
    67  # \[v3.7.8\] - 2023-08-04
    68  ### New
    69  - add version test
    70  ### Changed
    71  - move tests to there packages
    72  
    73  ## \[v3.7.7\] - 2023-08-01
    74  ### New
    75  - add no-color switch to explicit disable colored output
    76  - add helper scripts
    77  ### Changed
    78  - refactor config file handling
    79  ### Fixed
    80  - service address test
    81  
    82  ## \[ v3.7.0 \] - 2023-07-16
    83  ### New
    84  - add service info command  with ports, jdbc and tns subcommand
    85  - add rac vip addresses
    86  - add portcheck command
    87  ### Changed
    88  - rename check command to service check subcommand
    89  - update dependencies
    90  - add more ldap info output
    91  - refactor docker tests
    92  - update gomodules to v1.9.0
    93  
    94  ## \[ v3.6.0 \] - 2023-06-19
    95  ### New
    96  - add ldap clear command
    97  ### Changed
    98  - use $HOME/etc and current dir as config search path
    99  - update gomodules to v1.8.0
   100  - enhance ldap tests
   101  ### Fixed
   102  - ldap write and ldap OracleContext handling
   103  - TNS list test
   104  
   105  ## \[ v3.5.0 \] - 2023-05-22
   106  ### New
   107  - add --config option to use a config file
   108  - use viper to handle parameter settings via config and environment variables
   109  ### Changed
   110  - use golang 1.20
   111  - rename -c short parameter for complete in ldap list to -C
   112  ### Fixed
   113  - dbhost query
   114  
   115  ## \[ v3.4.2 \] - 2023-05-19
   116  ### Changed
   117  - update gomodules to v1.7.4
   118  - change goreleaser version date string and changelog
   119  
   120  ## \[ v3.4.1 \] - 2023-05-16
   121  ### Changed
   122  - update gomodules to v1.7.2
   123  - update list test
   124  ### Fixed
   125  - fix SID parsing
   126  
   127  ## \[ v3.4.0 \] - 2023-05-15
   128  ### New
   129  - add dbhost switch to check command for current host/CDB/PDB
   130  ### Changed
   131  - split ldap connect and check function to make linter happy
   132  - reduce gocyclo linter threshold
   133  
   134  ## \[ v3.3.0 \] - 2023-05-07
   135  - first public release