Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.24.0-beta3] - 2019-07-31

### Added

- `uast_imports` function to gather import paths from an UAST.
- sql: implement memory management system for caches ([#802](https://github.com/src-d/go-mysql-server/pull/802))
- function: implement regexp_matches ([#794](https://github.com/src-d/go-mysql-server/pull/794))

### Fixed

- Added a checker that will detect dead sockets before the timeout (Linux only)
- Make Sleep check for cancelled context every second ([#798](https://github.com/src-d/go-mysql-server/pull/798))

## [0.24.0-beta2] - 2019-07-31

Expand Down