2
2
All notable changes to this project will be documented in this file.
3
3
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
4
4
5
- ## [ Unreleased ]
5
+ ## [ 5.4.16 ] 2024-11-21
6
6
7
7
### Fixed
8
8
- 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/).
13
13
provide local region information.
14
14
- Cloud only: fixed a compatibility issue introduced in 5.4.15 regarding use of
15
15
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
17
17
with standard Java JCE APIs.
18
18
19
19
### Changed
@@ -22,10 +22,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
22
22
- Delete can return the deleted row when setReturnRow is set to true.
23
23
- Cloud only: refactored how the Region class operations to allow applications
24
24
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)
26
26
27
27
### 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 )
29
29
- Cloud only: refactored how the Region class is managed, allowing dynamic
30
30
addition of regions not yet known to the system
31
31
0 commit comments