Skip to content

Latest commit

 

History

History
88 lines (59 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

88 lines (59 loc) · 2.21 KB

Okaeri Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.4 - 2021-03-12

Added

  • auth date field to account to be updated whenever its credentials are checked

v0.1.3 - 2021-03-12

Fixed

  • accounts query always including id ordering
  • groups query always including id ordering

v0.1.2 - 2021-03-04

Added

  • function to check whether an account belongs to any given groups

Fixed

  • accounts field from group not returned correctly on readGroup()

v0.1.1 - 2021-03-03

Added

  • account group functionality
  • account iteration feature

v0.1.0 - 2020-12-10

Changed

  • the entire project and API to a whole new direction

v0.0.6 - 2020-11-24

Fixed

  • add missing TOML dependency

v0.0.5 - 2020-11-24

Fixed

  • reduced footprint due to upgrade of nodecaf version

v0.0.4 - 2020-04-17

Fixed

  • deployment process along with nodecaf version

v0.0.3 - 2020-04-02

Added

  • endpoints to fetch account data based on header and on parameter

Changed

  • create and auth endpoints to respond with account id

v0.0.2 - 2020-02-13

Added

  • mongodb unique index to account name

Fixed

  • error of missing config file when running from docker
  • docker exposed port
  • warning from mongo client settings

Changed

  • logging system to new nodecaf (12 factor) stdout logging

v0.0.1 - 2020-01-18

First officially released version