Skip to content

Latest commit

 

History

History
133 lines (79 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

133 lines (79 loc) · 7.69 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.17 (2023-08-26)

Bug Fixes

  • added unique uuid to consumer and producers (#23) (dad04ec)

0.0.16 (2023-08-26)

0.0.15 (2023-08-04)

Bug Fixes

  • Added support for inserting registries by sensor's name (#22) (876754d)

0.0.14 (2023-04-29)

0.0.13 (2023-04-26)

Features

  • added new function to quickly create consumers and producers (03edb5e)

0.0.12 (2023-04-26)

Features

  • panic on error log feature (508ea9a)

0.0.11 (2023-04-26)

Features

0.0.10 (2023-04-26)

0.0.9 (2023-04-26)

Features

  • added default controller creation (957607e)
  • Config environment variables struct (5fdbf09)

Bug Fixes

  • added memphis container to docker setup (d07d423)

0.0.8 (2023-04-25)

0.0.7 (2023-04-24)

0.0.6 (2023-04-24)

0.0.5 (2023-04-19)

0.0.4 (2023-04-19)

Features

  • Admin table support (29c7a4c)
  • Alert create operation (16d120a)
  • Alert QueryOne controller (debf62c)
  • Alerts query many (c4a544c)
  • Authorize API keys of stations (5746fba)
  • authorize user (6b3b586)
  • Create station and Add/Delete sensors (fbc482f)
  • created Controller (a89de99)
  • delete alerts operation (7775594)
  • delete station controller (5c29d1c)
  • numeric random operations (f89f7f8)
  • Query Account details (07b2c67)
  • Query many stations controller operation (f633eed)
  • query one station controller operation (375335c)
  • query sensor historical data by UUID (2811350)
  • registration controller (62314ed)
  • Update Alert controller operation (9d24b25)
  • Update alerts system (ecf764f)
  • Update station controller operation (f389d9c)
  • user authentication (1990a6d)
  • User details update (8a875e8)

Bug Fixes

  • added APIKey column to stations (c7e61f2)
  • added enabled to alert model (17f5112)
  • added missing Controller close (379fa15)
  • added on cascade on relation arrays (ecf6d94)
  • added support for checking if the account was at the end able to query a specific alert (7468a4e)
  • added support for max int64 (179ba7a)
  • after updating phone or email account should be unconfirmed again (d96e289)
  • CI/CD with my correct email address (7d7d902)
  • comparing pointed value instead of address (84ac972)
  • ensure at least one station is deleted (e6e2809)
  • fixed typo in users struct (d96b1bb)
  • organized it accord to the repo docs/Database.md (608971a)
  • removed duplicate condition field in alerts struct (51d5117)
  • updated tables to be compatible with gorm zero value UPDATE option (947c0d1)

0.0.3 (2023-04-16)

Bug Fixes

0.0.2 (2023-04-16)

Bug Fixes

  • removed yaml from docker compose up command (2d1cea7)

0.0.1 (2023-04-12)

Bug Fixes

  • removed DEV_OPS token (aed78e6)
  • Updated CI/CD pipelines (4b90c04)
  • Updated go.mod with the information of this repository (adf2c4f)