Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
84 lines (59 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

84 lines (59 loc) · 1.67 KB

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.

Unreleased

Added

  • Repositories are now non-blocking

Changed

  • Komapper instead of exposed

Removed

Released

[0.5.0] - February 27th, 2023

Added

  • Repositories are now non-blocking
  • Authn and Authz MVP for relational databases

Changed

  • Komapper instead of exposed

[0.4.0] - January 6th, 2023

Added

  • Authentication
  • Improved architecture and separation

[0.3.1] - September 17th, 2022

Added

  • Relational DAO now adds functions to query for indexed fields
  • API @GetBy
  • Generate API Query Models

Changed

Removed

[0.3.0] - September 3rd, 2022

Added

  • GetBy queries

Change

  • Ktor 2 + Kompendium Upgrades

[0.2.1] - March 10th, 2022

Change

  • Attempt to fix bug in package publishing pipeline

[0.2.0] - March 10th, 2022

Added

  • Support for nullable table columns
  • Centralize test utils in util fixture
  • Omit sensitive fields from response payload
  • Unique constraint for document and table fields
  • Count All functionality
  • Get All functionality
  • Set indices on relational tables
  • Set indices on documents
  • Persistence Annotation Module
  • RDBMS foreign key support
  • One-to-many relation support
  • Many-to-many relation support
  • Create now takes multiple entities

[0.1.0] - 02/20/2022

Added

  • MVP RDBMS Generator
  • MVP Mongo Generator
  • MVP API Generator
  • MVP Model Generator

[0.0.1] - 11/19/2021

  • Started my project using sourdough ❤️