Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

75 lines (49 loc) · 2.34 KB

Change Log

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.

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

Added

Changed

Added

v0.2.0 - 2024-07-24

Added

  • Improved API response handling (#27)
  • Add configuration files (#28)
  • Add CLI documentation (#28)
  • Add nexis docs command (#28)

v0.1.1 - 2024-07-23

Added

  • Setting up the project (#1)
  • Adding project logo (#3)
  • Basic http implementation (#13)
  • Moved Python CLI into main project (#19)
  • Add default API setup (E.g. Ratelimiting, JWT) (#21)
  • Dockerize GOlang API (#23)

Changed

  • Remove unused help wanted, good first issue and OS labels (#6)
  • [BREAKING] Migration to Golang (#7)
  • Configure dependabot for Golang (#8)
  • Removed vercel.json file (#9)
  • Update editorconfig file to apply 4-space indents and utf8 charset on GOlang files (#10)
  • Rename project auth-nyp-infosec -> nexis (#14)
  • Build to bin/(#16)

Fixed

  • Labels did not get auto generated (#5)