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.
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
You can’t perform that action at this time.
0 commit comments