22All notable changes to this project will be documented in this file.
33The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
44
5- ## [ Unreleased ]
5+ ## [ 5.4.16 ] 2024-11-21
66
77### Fixed
88- Fixed an issue when stats collection is enabled debug logs were not
@@ -13,7 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1313 provide local region information.
1414- Cloud only: fixed a compatibility issue introduced in 5.4.15 regarding use of
1515 the Bouncy Castle artifacts. This would turn up when using Instance Principal
16- authentication, the bouncy castle artifacts have been removed and replaced
16+ authentication. The bouncy castle artifacts have been removed and replaced
1717 with standard Java JCE APIs.
1818
1919### Changed
@@ -22,10 +22,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2222- Delete can return the deleted row when setReturnRow is set to true.
2323- Cloud only: refactored how the Region class operations to allow applications
2424 to add regions dynamically via a configuration file
25- (~ /.oci/regions-config.jsonc ) or environment variable (OCI_REGION_METADATA)
25+ (~ /.oci/regions-config.json ) or environment variable (OCI_REGION_METADATA)
2626
2727### Added
28- - Cloud only: added new OCI regions (RKT, SHJ, RUH, EBB, EBL)
28+ - Cloud only: added new OCI regions (RKT, SHJ, RUH, EBB, EBL, JJT, DLN, DTZ )
2929- Cloud only: refactored how the Region class is managed, allowing dynamic
3030 addition of regions not yet known to the system
3131
0 commit comments