Releases: thetreep/devrev-go-sdk
Releases · thetreep/devrev-go-sdk
Release v0.2.3
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2
v0.2.2 (2025-08-04)
Public API Changes
Changes from 2025-07-29
New Endpoints
Vistas
- Initial support for
meetingsvistas
Modified Endpoints
Articles
- Added field
parentto/articles.list
Customization
- Added fields to
/schemas.aggregated.get:custom_schema_fragmentsstock_schema_fragment
Beta API Changes
Changes from 2025-07-29
New Endpoints
Vistas
/vistas.create: Creates a vista- Initial support for
meetingsvistas
- Initial support for
Modified Endpoints
Articles
- Added field
parentto/articles.list - Added field
parentto/articles.count
Customization
- Added fields to
/schemas.aggregated.get:custom_schema_fragmentsstock_schema_fragment
Installation
go get github.com/thetreep/devrev-go-sdk@v0.2.2Usage
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
v0.2.1 (2025-06-30)
Public API Changes
Changes from 2025-06-24
Promoted Endpoints
Custom Objects
/custom-objects.count/custom-objects.create/custom-objects.delete/custom-objects.get/custom-objects.list/custom-objects.update
Custom Stages
Custom States
Customization
/schemas.aggregated.get/schemas.custom.get/schemas.custom.list/schemas.custom.set/schemas.stock.get/schemas.stock.list/schemas.subtypes.prepare-update
Stage Diagrams
Beta API Changes
Changes from 2025-06-24
New Endpoints
Vistas
/vistas.delete: Deletes a vista/vistas.get: Gets a vista's information/vistas.list: Lists available vistas
Vista Group Items
/vistas.groups.delete: Deletes a vista group item/vistas.groups.get: Gets a vista group item's information/vistas.groups.list: Lists the available vista group items
Updated Endpoints
Webhooks
- Added webhook types for articles:
article_createdarticle_updatedarticle_deleted
Installation
go get github.com/thetreep/devrev-go-sdk@v0.2.1Usage
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
v0.2.0 (2025-06-05)
Public API Changes
Beta API Changes
Installation
go get github.com/thetreep/devrev-go-sdk@v0.2.0Usage
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
v0.1.1 (2025-06-04)
Public API Changes
Changes from 2025-06-02
Promoted Endpoints
Accounts
Chats
Code Changes
Commands
Dev Organizations
Directories
/directories.count/directories.create/directories.delete/directories.get/directories.list/directories.update
Meetings
Metric Definitions
/metric-definitions.create/metric-definitions.delete/metric-definitions.execute/metric-definitions.get/metric-definitions.update
Organization Schedules
/org-schedules.create/org-schedules.get/org-schedules.list/org-schedules.set-future/org-schedules.transition/org-schedules.update
Organization Schedule Fragments
/org-schedule-fragments.create/org-schedule-fragments.evaluate/org-schedule-fragments.get/org-schedule-fragments.transition
Reactions
Snap Widgets
Web Crawler Jobs
New Endpoints
Chats
/chats.update: Updates a chat (DM)
Surveys
/surveys.get: Gets the information for a survey
Modified Endpoints
Accounts
- Adds
primary_accountfield, which is set when the account is merged with another
Rev Orgs
- Adds
primary_rev_orgfield, which is set when the Rev org (workspace) is merged with another
Users
- Adds
primary_identityfield, which is set when the user is merged with another
Changes from 2025-05-19
New Endpoints
Artifacts
/artifacts.versions.delete- Delete artifact versions/artifacts.versions.prepare- Prepare artifact versions
Links
/links.replace- Replace links
Metric Trackers
/metric-trackers.get- Get metric tracker details
Modified Endpoints
Accounts
Added tier filter support to:
Articles
Modified schema for:
/articles.create- Made
applies_to_partsoptional (removed min items constraint) - Added
content_formatanddata_sourcesproperties
- Made
/articles.update- Added
content_formatanddata_sourcesproperties
- Added
Conversations
/conversations.list- Addedstateandactual_close_datefilters/conversations.update- Made empty owner sets allowed (removed min items constraint)
Groups
Added new filters to /groups.list:
created_bynamesync_metadatarelated 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
- Added
POST /service-accounts.createfor creating service accounts
Modified Endpoints
Customization
- Added
is_overridableproperty to schema enum fields
Timeline
- Added
referencesproperty 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_createddashboard_deleteddashboard_updatedwidget_createdwidget_deletedwidget_updated
Changes from 2025-04-02
Groups
/groups.members.list: Added new propertymember_rev_orgto 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
/chats.update: Updates a chat (DM)
Record Templates
/record-templates.get: Gets a record template's information
Service Accounts
/service-accounts.update: Updates a service account's information
Subscribers
/subscribers.list: Lists subscribers for an object
Surveys
/surveys.get: Gets the information for a survey
Modified Endpoints
Accounts
- Adds
primary_accountfield, which is set when the account is merged with another
AI Agents
- Adds
suggestionsagent response type to theai_agent_responsewebhook event
Rev Orgs
- Adds
primary_rev_orgfield, which is set when the Rev org (workspace) is merged with another
Users
- Adds
primary_identityfield, which is set when the user is merged with another
Changes from 2025-05-19
New Endpoints
Artifacts
/artifacts.versions.delete: Delete an artifact version
Brands
/brands.create: Create a new brand/brands.delete: Delete an existing brand/brands.get: Get the information for a brand/brands.list: List brands matching a given filter/brands.update: Update an existing brand
Links
/links.replace: Replace a link
Metrics
/metric-trackers.get: Get a metric tracker
Modified Endpoints
Accounts
- Ad...