You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,21 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
-
## Unreleased
6
+
## 1.4.7 - 2024-08-13
7
7
8
8
### Changed
9
9
- Internal: updated tests for upcoming new "return existing row" semantics
10
10
11
11
## 1.4.6 - 2024-08-12
12
12
13
-
### Fixed
14
-
- Fixed go incompatibility with pre-1.21 go version, stemming from 1.4.4 and 1.4.5 releases.
15
-
16
-
## 1.4.5 - 2024-08-12
17
-
18
-
### Fixed
19
-
- Fixed a go version incompatibility issue with the "slices" module that was introduced in 1.4.4 release.
20
-
21
-
22
-
## 1.4.4 - 2024-08-01
23
-
24
13
### Added
25
14
- Native Structs: Added capability to use native structs in get/put/query. See [Native Structs](https://github.com/oracle/nosql-go-sdk/blob/main/native_structs.md) for details.
26
15
27
16
### Changed
28
17
- Now requires Go 1.18 or higher
29
18
19
+
note: releases 1.4.4 and 1.4.5 were removed due to version incompatibilities.
0 commit comments