Skip to content

Commit 4194f33

Browse files
authored
Preparing for 1.4.7 release
Updated docs to specify go version 1.18 or higher is required.
1 parent 202062b commit 4194f33

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6-
## Unreleased
6+
## 1.4.7 - 2024-08-13
77

88
### Changed
99
- Internal: updated tests for upcoming new "return existing row" semantics
1010

1111
## 1.4.6 - 2024-08-12
1212

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-
2413
### Added
2514
- 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.
2615

2716
### Changed
2817
- Now requires Go 1.18 or higher
2918

19+
note: releases 1.4.4 and 1.4.5 were removed due to version incompatibilities.
20+
3021

3122
## 1.4.3 - 2024-07-01
3223

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ and to [the Oracle NoSQL Cloud Simulator](https://www.oracle.com/downloads/cloud
1111
This project is open source and maintained by Oracle Corp.
1212

1313
## Prerequisites
14-
- Go 1.16 or later
15-
- Download a [Go](https://golang.org/dl/) 1.16+ binary release suitable for your system.
14+
- Go 1.18 or later
15+
- Download a [Go](https://golang.org/dl/) 1.18+ binary release suitable for your system.
1616
- Install on your system following the [installation instructions](https://golang.org/doc/install).
17-
- Go for Oracle Linux 7 can be installed via `yum`: [Go Packages for Oracle Linux](http://yum.oracle.com/oracle-linux-golang.html).
17+
- Go for Oracle Linux can be installed via `yum`: [Go Packages for Oracle Linux](http://yum.oracle.com/oracle-linux-golang.html).
1818
- Add the directory that contains the `go` executable into your system PATH, for example:
1919
```bash
2020
export PATH=/usr/local/go/bin:$PATH

doc/connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Database Go SDK. There are several supported environments:
88
## Prerequisites
99

1010
The Go SDK requires:
11-
* Go 1.16 or later
11+
* Go 1.18 or later
1212
* For the Oracle NoSQL Cloud Service
1313
- An Oracle Cloud Infrastructure account
1414
- A user created in that account, in a group with a policy that grants the desired permissions.

0 commit comments

Comments
 (0)