Skip to content

Latest commit

 

History

History
94 lines (63 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

94 lines (63 loc) · 5.29 KB

SalesSparrow APIs

0.3.0

New Features and Enhancements:

  • API - Edit Note Endpoint #18
  • API - Get a list of Events in an account #29
  • API - Create Event for an Account #30
  • API - Edit Event in an Account Endpoint #31
  • API - Delete Event in an Account Endpoint #32
  • API - Edit Task in an Account Endpoint #36
  • API - Get Event By Id Endpoint #101
  • API - Get Task By Id Endpoint #102
  • Add Event Suggestion Prompt #103

0.2.3

Enhancements:

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

0.2.2

Enhancements:

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

0.2.1

New Features and Enhancements:

  • Default Test User Login in Connect Flow #90

Bug Fixes:

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

0.2.0

New 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.

0.1.0

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

Please feel free to provide feedback, report issues, and contribute to the SalesSparrow project!

Thank you for using SalesSparrow.