(snake) implement super simple stream sql expression support in snake server

This commit is contained in:
Benjamin Sergeant 2020-07-10 16:10:59 -07:00
parent ca829a3a98
commit e70d83ace1
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [9.9.1] - 2020-07-10
(snake) implement super simple stream sql expression support in snake server
## [9.9.0] - 2020-07-08
(socket+websocket+http+redis+snake servers) expose the remote ip and remote port when a new connection is made

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "9.9.0"
#define IX_WEBSOCKET_VERSION "9.9.1"