Skip to content

Releases: TrueSparrowSystems/AI-SalesSparrow-API

v0.2.3

20 Sep 11:33
a5f015a
Compare
Choose a tag to compare

Enhancements:

  • Improve Task Suggestion to show correct Due Date and empty description if no task found #94

v0.2.2

18 Sep 08:39
2f6fb1b
Compare
Choose a tag to compare

Enhancements:

  • Update Default Test User Login to use token from Environment #92

v0.2.1

13 Sep 07:06
3640a0c
Compare
Choose a tag to compare

Features and Enhancements

  • Default Test User Login in Connect Flow #90

Bug Fixes

  • Use Environment based Naming as Suffix in Cache Names #91

v0.2.0

31 Aug 11:57
39190a6
Compare
Choose a tag to compare

Features and Enhancements:

  • API - Disconnect Salesforce Endpoint #9
  • API - Get Recommended Actions from Text Endpoint #13
  • API - Delete Note Endpoint #28
  • API - Get a list of Tasks in an account #33
  • API - Create Task in an Account Endpoint #34
  • API - Get a list of CRM Organization Users Endpoint #35
  • Load Secrets from AWS during app initialization #39
  • API - Get Accounts Feed Endpoint #45
  • Enhance Code Security with Spring Boot #53
  • API - Delete Task in an Account Endpoint #59
  • Add CHANGELOG.md #62
  • Add RELEASE_PROCESS.md #63
  • Add Sanitization Filter for Request Params, Request Body, and Headers #87

Bug Fixes:

  • Bug: DynamoDB Upsert Behavior Updates All Fields Instead of Specific Ones #41

Miscellaneous:

  • Various code optimizations, refactoring, and improvements for better performance and maintainability.

v0.1.0

31 Aug 11:01
a15a087
Compare
Choose a tag to compare

Features:

  • Salesforce Connected App Setup #1
  • API - Get Salesforce OAuth URL Endpoint #2
  • Initial Project Setup #3
  • Sequence Diagram - Salesforce OAuth Flow #4
  • API - Post Salesforce Connect Endpoint #5
  • Initial Setup - Add Support for DynamoDB #6
  • API - Get Current User Endpoint #7
  • API - User Logout Endpoint #8
  • Initial Documentation #10
  • API - Implement Salesforce Composite API #11
  • API - Get Content Notes of an Account Endpoint #12
  • API - Search Accounts Endpoint #15
  • API - Create Note Endpoint #16
  • API - Get Note By Id Endpoint #17
  • Updated status enum values #27