File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,24 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
10
10
11
11
### Added
12
12
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
+
13
24
- Implemented all box.schema.user operations requests and sugar interface (#426 ).
14
25
- 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 ) .
16
27
Now you can check this error with ` errors.Is(err, tarantool.ErrConcurrentSchemaUpdate) ` .
17
28
- Implemented support for ` IPROTO_IS_SYNC ` flag in stream transactions,
18
29
added ` IsSync(bool) ` method for ` BeginRequest ` /` CommitRequest ` (#447 ).
19
30
20
- ### Changed
21
-
22
31
### Fixed
23
32
24
33
- Fixed panic when calling NewWatcher() during reconnection or after
You can’t perform that action at this time.
0 commit comments