✈️

Release date: November 26, 2025

Octopus API version: 2.60
Database version: 18.22.0.

Bug Fixes

  1. Opportunity Age miscalculated when won using SQL Driver
    Fix in the Opportunity SQL driver to correctly assign Age when the Opportunity is moved from In Progress to Won Status.

  2. Fix encoding issue with Key field group title
    Resolved an issue that caused non-Latin characters (e.g., Chinese, Korean, Japanese) in key field group titles to be parsed incorrectly.

  3. CorporateRevenue of an Opportunity not being correctly converted.
    Fixed an issue in the Opportunity SQL driver where CorporateRevenue was not being converted using the most recent applicable exchange rate.

  4. Performance issues when running some requests using PAT
    Fixed a performance issue causing slower response times when using Personal Access Tokens (PAT).


Notes

✈️

Release date: October 29, 2025

Octopus API version: 2.59
Database version: 18.21.0.

Bug Fixes

  1. Cannot change Stage of Process if Opportunity not in New or In Progress state.
    Change in the Opportunity SQL driver to allow updating an opportunity’s stage independently of the status it is in.

Notes

✈️

Release date: September 24, 2025

Octopus API version: 2.58
Database version: 18.21.0.

Bug Fixes

  1. Opportunity Read fails if Start Date is very old.
    Fixed an issue where reading the Age of Opportunities with very old start dates caused errors.

Notes

✈️

Release date: August 27, 2025

Octopus API version: 2.57
Database version: 18.20.0

This release includes internal improvements and bug fixes that enhance the API performance and reliability. These changes do not affect the API's functionality or require any action from end users.


Notes

✈️

Release date: July 30, 2025

Octopus API version: 2.56
Database version: 18.20.0

This release includes internal improvements and bug fixes that enhance the API performance and reliability. These changes do not affect the API's functionality or require any action from end users.


Notes

✈️

Release date: June 25, 2025

Octopus API version: 2.55
Database version: 18.19.0

New features and improvements

  1. Octopus - Add CRUD support for "Solution Notes" property to Case object
    Added "Solution Notes" property to the Case object.

Notes

✈️

Release date: May 28, 2025

Octopus API version: 2.54
Database version: 18.19.0

New features and improvements

  1. Increase the character limits for Opportunity Description field
    Increased Max Length of Opportunity Description field to 9215 characters.

Bug Fixes

  1. Lead - $PHRASE search default behavior not working
    Fix $PHRASE default behavior to search against both Name (FirstName + MiddleName + LastName) and Company. For example, searches like $PHRASE : "Disney Donald" would not return any entry even when there was an entry for Donald Duck of Disney company.

Notes

✈️

Release date: April 30, 2025

Octopus API version: 2.53
Database version: 18.18.1

Bug Fixes

  1. Octopus - Issues querying all-day appointments
    Fix edge cases incorrectly returned when using $LT and $GT operators to retrieve all-day events:
    • $LT "2025-03-13" would return all-day events for March 13, 2025, when it shouldn't
    • $GT "2025-03-13" would return all-day events for March 13, 2025, when it shouldn't
  2. User with Mailing Address Delete Rights Can't Delete Address without Address Book Delete rights.
    Fix access rights to CRUD alternative addresses using the Address object. The permissions needed are:
    • To Read => Read Mailing Address + Read Address Book
    • To Insert => Insert Mailing Address + Modify Address Book
    • To Modify => Modify Mailing Address + Modify Address Book
    • To Delete => Delete Mailing Address + Modify Address Book
      For row level security, the permissions needed are:
    • To Read => Read Access to the Address Book (parent of the Address being read)
    • To Insert/Modify/Delete => Full Access to the Address Book (parent of the Address being inserted/modified/deleted)
      Note: users with privilege "Modify other users' private entries" are able to change address on any Address Book entry (no explicit Read Access / Full Access needed).

Notes

✈️

Release date: March 26, 2025

Octopus API version: 2.52
Database version: 18.18.1

New features and improvements

  1. Lead - Incorrect ReadOnly flag returned by Details API
    Fix the logic that calculates SecStatus field for some very specific scenarios.
  2. Schema - Expose "Url" attribute for Udf StringField
    Added "Url" attribute to StringField definition. This provides the ability to differentiate when an Alphanumeric Udf definition is marked with "Display as hyperlink".

Notes

✈️

Release date: February 26, 2025

Octopus API version: 2.51
Database version: 18.18.1

New features and improvements

  1. Leads - Support for Key Fields
    Implemented support for Create, Update and Delete (CUD) operations on KeyFieldDefinition object for EntityType = 19 (Lead). This implementation does not support extended features like multi-column templates, separators and groups.

Notes