Skip to content

Releases: Cardinal87/FinTrack-API

Release - v1.1.0

28 Sep 16:31
9a719cd

Choose a tag to compare

FinTrack-API - v1.1.0

Overview

This release brings improvements to monitoring, security, and performance, along with enhanced data management capabilities for financial tracking system.

What's New

Monitoring & Observability

  • Added comprehensive logging with Grafana/Loki integration
  • Implemented metrics collection with Prometheus
  • Enhanced error handling with detailed error messages

Security & Performance

  • Fixed critical security issue in authentication responses
  • Improved data retrieval performance for better scalability
  • Added result pagination for large datasets

Enhanced Management

  • New endpoints for user profile management and bulk data retrieval
  • Better handling of validation errors and constraints

Documentation

For detailed documentation, API specifications and installation instructions, please see the README file.

Full Changelog: v1.0.0...v1.1.0

First Release

26 Aug 15:47
3b6d191

Choose a tag to compare

FinTrack API v1.0.0

Overview

This is the initial release of FinTrack-API, a prototype financial management system API built with .NET 9 and PostgreSQL. This MVP
provides core functionality for tracking personal finances, managing accounts, and creating transactions.

What's Included

Core Features

  • User Management: User registration and authentication with JWT tokens
  • Account Management: Create, read and delete accounts
  • Transqaction Management: Create and get created transactions by date/interval/account

Documentation

For detailed documentation, technical specifications and installation instructions, please see the README file.

Full Changelog: https://github.com/Cardinal87/FinTrack-API/commits/v1.0.0