We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 821e6b9 + 3d8f997 commit cc6a9b4Copy full SHA for cc6a9b4
CHANGELOG.md
@@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.24.0-beta3] - 2019-07-31
10
+
11
### Added
12
13
- `uast_imports` function to gather import paths from an UAST.
14
+- sql: implement memory management system for caches ([#802](https://github.com/src-d/go-mysql-server/pull/802))
15
+- function: implement regexp_matches ([#794](https://github.com/src-d/go-mysql-server/pull/794))
16
17
+### Fixed
18
19
+- Added a checker that will detect dead sockets before the timeout (Linux only)
20
+- Make Sleep check for cancelled context every second ([#798](https://github.com/src-d/go-mysql-server/pull/798))
21
22
## [0.24.0-beta2] - 2019-07-31
23
0 commit comments