Skip to content

Commit fd9811c

Browse files
committed
Release v2.4.0
1 parent 7746652 commit fd9811c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,24 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
## [v2.4.0] - 2025-07-11
18+
19+
This release focuses on adding schema/user/session operations, synchronous transaction
20+
flag handling, and fixes watcher panic.
21+
22+
### Added
23+
1324
- Implemented all box.schema.user operations requests and sugar interface (#426).
1425
- Implemented box.session.su request and sugar interface only for current session granting (#426).
15-
- Defined `ErrConcurrentSchemaUpdate` constant for "concurrent schema update" error.
26+
- Defined `ErrConcurrentSchemaUpdate` constant for "concurrent schema update" error (#404).
1627
Now you can check this error with `errors.Is(err, tarantool.ErrConcurrentSchemaUpdate)`.
1728
- Implemented support for `IPROTO_IS_SYNC` flag in stream transactions,
1829
added `IsSync(bool)` method for `BeginRequest`/`CommitRequest` (#447).
1930

20-
### Changed
21-
2231
### Fixed
2332

2433
- Fixed panic when calling NewWatcher() during reconnection or after

0 commit comments

Comments
 (0)