Skip to content

Releases: thetreep/devrev-go-sdk

Release v0.2.3

16 Dec 13:26

Choose a tag to compare

Release v0.2.2

04 Aug 00:42

Choose a tag to compare

v0.2.2 (2025-08-04)

Public API Changes

Changes from 2025-07-29

New Endpoints

Vistas

  • Initial support for meetings vistas

Modified Endpoints

Articles

Customization

Beta API Changes

Changes from 2025-07-29

New Endpoints

Vistas

Modified Endpoints

Articles

Customization

Installation

go get github.com/thetreep/devrev-go-sdk@v0.2.2

Usage

Public API Client

import "github.com/thetreep/devrev-go-sdk/public"

Beta API Client

import "github.com/thetreep/devrev-go-sdk/beta"

Release v0.2.1

30 Jun 00:39

Choose a tag to compare

v0.2.1 (2025-06-30)

Public API Changes

Changes from 2025-06-24

Promoted Endpoints

Custom Objects

Custom Stages

Custom States

Customization

Stage Diagrams

Beta API Changes

Changes from 2025-06-24

New Endpoints

Vistas

Vista Group Items

Updated Endpoints

Webhooks

  • Added webhook types for articles:
    • article_created
    • article_updated
    • article_deleted

Installation

go get github.com/thetreep/devrev-go-sdk@v0.2.1

Usage

Public API Client

import "github.com/thetreep/devrev-go-sdk/public"

Beta API Client

import "github.com/thetreep/devrev-go-sdk/beta"

Release v0.2.0

05 Jun 14:24

Choose a tag to compare

v0.2.0 (2025-06-05)

Public API Changes

Beta API Changes

Installation

go get github.com/thetreep/devrev-go-sdk@v0.2.0

Usage

Public API Client

import "github.com/thetreep/devrev-go-sdk/public"

Beta API Client

import "github.com/thetreep/devrev-go-sdk/beta"

Release v0.1.1

04 Jun 13:58

Choose a tag to compare

v0.1.1 (2025-06-04)

Public API Changes

Changes from 2025-06-02

Promoted Endpoints

Accounts

Chats

Code Changes

Commands

Dev Organizations

Directories

Meetings

Metric Definitions

Organization Schedules

Organization Schedule Fragments

Reactions

Snap Widgets

Web Crawler Jobs

New Endpoints

Chats

Surveys

Modified Endpoints

Accounts

  • Adds primary_account field, which is set when the account is merged with another

Rev Orgs

  • Adds primary_rev_org field, which is set when the Rev org (workspace) is merged with another

Users

  • Adds primary_identity field, which is set when the user is merged with another

Changes from 2025-05-19

New Endpoints

Artifacts

Links

Metric Trackers

Modified Endpoints

Accounts

Added tier filter support to:

Articles

Modified schema for:

  • /articles.create
    • Made applies_to_parts optional (removed min items constraint)
    • Added content_format and data_sources properties
  • /articles.update
    • Added content_format and data_sources properties

Conversations

Groups

Added new filters to /groups.list:

  • created_by
  • name
  • sync_metadata related filters

SLAs

Added tier support to account selector in:

Webhooks

Added new event type sla_tracker_fetched across webhook endpoints:

Works

Added sync history filters to:

Changes from 2025-04-24

New Endpoints

Service Accounts

Modified Endpoints

Customization

  • Added is_overridable property to schema enum fields

Timeline

  • Added references property to timeline comments

Changes from 2025-04-13

API Changelog

Modified Endpoints

SLAs

Added field in_policy to SLA metric target to indicate whether the metric is in the active SLA policy

Webhooks

New event types added to webhook related endpoints:

  • dashboard_created
  • dashboard_deleted
  • dashboard_updated
  • widget_created
  • widget_deleted
  • widget_updated

Changes from 2025-04-02

Groups

  • /groups.members.list: Added new property member_rev_org to response schema for both GET and POST methods

Parts

Added new property stage_validation_options to request body for:

Beta API Changes

Changes from 2025-06-02

New Endpoints

Chats

Record Templates

Service Accounts

Subscribers

Surveys

Modified Endpoints

Accounts

  • Adds primary_account field, which is set when the account is merged with another

AI Agents

  • Adds suggestions agent response type to the ai_agent_response webhook event

Rev Orgs

  • Adds primary_rev_org field, which is set when the Rev org (workspace) is merged with another

Users

  • Adds primary_identity field, which is set when the user is merged with another

Changes from 2025-05-19

New Endpoints

Artifacts

Brands

Links

Metrics

Modified Endpoints

Accounts

  • Ad...
Read more