All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
v1.3.1 - 2023-07-27
- pkg/gw: serverinfo endpoint is not bounded to any particular database (#33)
- README: update swagger usage in README (#30)
- pkg/gw: support multiple kv pairs in set endpoint (#34)
v1.3.0 - 2022-12-07
v1.3.0-RC1 - 2022-12-05
- ci: secure docker login command for password (#24)
v1.2.0 - 2022-10-17
- ci: update docker credentials
- bump immudb version
- bump immudb version
- ci: update docker image and build prod images
- pkg/api: rename verifyRow request struct
- pkg/api: verified SQL get -> verified row renaming
- add verified sql get and fix tests
- pkg/gw: add immuerror server mux error handler
v1.0.5 - 2021-08-25
- bump immudb version
- add coverall
- remove codecov and fix go.mod
- immugw support immudb 0.9.x family
- upgrading for compatibility with immudb at 888ed37bf6cc
- pkg/api: clean obsolete swagger
- pkg/gw: handle corrupted data as 409 status conflict error
v0.9.2-RC1 - 2021-04-26
- add coverall
- remove codecov and fix go.mod
- immugw support immudb 0.9.x family
- upgrading for compatibility with immudb at 888ed37bf6cc
- pkg/api: clean obsolete swagger
- pkg/gw: handle corrupted data as 409 status conflict error
- cmd/immugw/command: fix commandline_test error
- remove verbose flag from test command
- fixes signed root compatibility usage
- init immugw
- auditor verifies root signature
- cmd/immugw: add service management command