File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 1.4.3:
2+
3+ - Fix: minor bugfixes
4+
151.4.2:
26
37 - Feature: Added support for writing BLOB data. The API version remains 1.2, as all existing 1.2 features are unchanged.
Original file line number Diff line number Diff line change 11PROJECT_NAME := sql-proxy
2- BUILD_VERSION := 1.4.2
2+ BUILD_VERSION := 1.4.3
33BUILD_TIME := $(shell date -u '+% Y-% m-% d_% H:% M:% S')
44BUILD_DIR := build
55GO_FILES := src/main.go
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Current API version is 1.2. See Swagger OpenAPI 3.0 specification in src/docs/ap
4848
4949## How to compile
5050
51- Current version is 1.4.2 . Execute in the command line:
51+ Current version is 1.4.3 . Execute in the command line:
5252
5353```
5454make prod
Original file line number Diff line number Diff line change 5353
5454## Как скомпилировать
5555
56- Номер текущей версии: 1.4.2 . Выполнить в командной строке:
56+ Номер текущей версии: 1.4.3 . Выполнить в командной строке:
5757
5858```
5959make prod
You can’t perform that action at this time.
0 commit comments