Skip to content

Commit 2ee82eb

Browse files
authored
Prepare for release 3.2.0-rc2 (#222)
## Release notes: usage and product changes Update release notes for release 3.2.0-rc2 ## Implementation
1 parent 77d166f commit 2ee82eb

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,27 @@ Documentation: https://typedb.com/docs/drivers/
77
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
cargo add typedb-protocol@3.2.0-rc0
10+
cargo add typedb-protocol@3.2.0-rc2
1111
```
1212

1313
#### For Node.js through npm
1414

1515
Available from https://www.npmjs.com/package/typedb-protocol
1616

1717
```sh
18-
npm install typedb-protocol@3.2.0-rc0
18+
npm install typedb-protocol@3.2.0-rc2
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@3.2.0-rc0
22+
yarn add typedb-protocol@3.2.0-rc2
2323
```
2424

2525

2626
## New Features
27-
- **Add sign-in request for authentication token retrieval**
28-
A new mechanism of authentication tokens has been introduced to replace the old way of sending usernames and passwords through the network with every request.
27+
- **Rework transaction options**
28+
Reintroduce transaction options available in TypeDB 3.x. Introduce query options for query-specific configuration.
2929

30-
Instead, all user credentials (currently, it's usernames and passwords) are sent only:
31-
* as a part of `connection_open` request for authentication and authorization, with a temporary token returned;
32-
* as a part of `sign_in` request for sign ins within an established connection (to change the user or to get a new authentication token).
33-
Then, all further requests are expected to be authenticated only by temporary, less sensitive tokens.
34-
35-
The approach is extensible to other credential types that can be introduced in the future.
30+
Remove unused Logic-related messages.
3631

3732

3833

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0-rc0
1+
3.2.0-rc2

0 commit comments

Comments
 (0)