Skip to content

Latest commit

 

History

History
89 lines (68 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

89 lines (68 loc) · 2.7 KB

CHANGELOG

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v1.3.1 - 2023-07-27

Bug Fixes

  • pkg/gw: serverinfo endpoint is not bounded to any particular database (#33)

Changes

  • 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

Bug Fixes

  • ci: secure docker login command for password (#24)

v1.2.0 - 2022-10-17

Bug Fixes

  • ci: update docker credentials

Changes

  • 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

Features

  • add verified sql get and fix tests
  • pkg/gw: add immuerror server mux error handler

v1.0.5 - 2021-08-25

Changes

  • 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

Changes

  • 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.8.1 - 2020-12-05

Bug Fixes

  • cmd/immugw/command: fix commandline_test error

Changes

  • remove verbose flag from test command

Code Refactoring

  • fixes signed root compatibility usage
  • init immugw

Features

  • auditor verifies root signature
  • cmd/immugw: add service management command