Skip to content

Commit 358d481

Browse files
[skip ci] Release v5.0.0
1 parent 333a127 commit 358d481

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.0] - 2026-06-04
11+
1012
Checkout the [migration guide](https://docs.sourcebot.dev/docs/upgrade/v4-to-v5-guide) for details on upgrading your instance to v5.
1113

1214
### Changed

docs/api-reference/sourcebot-public.openapi.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.3",
33
"info": {
44
"title": "Sourcebot Public API",
5-
"version": "v4.17.4",
5+
"version": "v5.0.0",
66
"description": "OpenAPI description for the public Sourcebot REST endpoints used for search, repository listing, and file browsing. Authentication is instance-dependent: API keys are the standard integration mechanism, OAuth bearer tokens are EE-only, and some instances may allow anonymous access."
77
},
88
"tags": [
@@ -2289,7 +2289,7 @@
22892289
"summary": "Get a user",
22902290
"description": "Fetches profile details for a single organization member by `userId`. Only organization owners can access this endpoint.",
22912291
"x-mint": {
2292-
"content": "<Note>\nThis API is only available with an active Enterprise license. Please add your [license key](/docs/activating-a-subscription) to activate it.\n</Note>"
2292+
"content": "<Note>\nThis API is only available with an active Sourcebot license. [More information](/docs/activating-a-subscription).\n</Note>"
22932293
},
22942294
"parameters": [
22952295
{
@@ -2364,7 +2364,7 @@
23642364
"summary": "Delete a user",
23652365
"description": "Permanently deletes a user and all associated records. Only organization owners can delete other users.",
23662366
"x-mint": {
2367-
"content": "<Note>\nThis API is only available with an active Enterprise license. Please add your [license key](/docs/activating-a-subscription) to activate it.\n</Note>"
2367+
"content": "<Note>\nThis API is only available with an active Sourcebot license. [More information](/docs/activating-a-subscription).\n</Note>"
23682368
},
23692369
"parameters": [
23702370
{
@@ -2441,7 +2441,7 @@
24412441
"summary": "List users",
24422442
"description": "Returns all members of the organization. Only organization owners can access this endpoint.",
24432443
"x-mint": {
2444-
"content": "<Note>\nThis API is only available with an active Enterprise license. Please add your [license key](/docs/activating-a-subscription) to activate it.\n</Note>"
2444+
"content": "<Note>\nThis API is only available with an active Sourcebot license. [More information](/docs/activating-a-subscription).\n</Note>"
24452445
},
24462446
"responses": {
24472447
"200": {
@@ -2486,7 +2486,7 @@
24862486
"summary": "List audit records",
24872487
"description": "Returns a paginated list of audit log entries. Only organization owners can access this endpoint.",
24882488
"x-mint": {
2489-
"content": "<Note>\nThis API is only available with an active Enterprise license. Please add your [license key](/docs/activating-a-subscription) to activate it.\n</Note>"
2489+
"content": "<Note>\nThis API is only available with an active Sourcebot license. [More information](/docs/activating-a-subscription).\n</Note>"
24902490
},
24912491
"parameters": [
24922492
{

packages/shared/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2-
export const SOURCEBOT_VERSION = "v4.17.4";
2+
export const SOURCEBOT_VERSION = "v5.0.0";

0 commit comments

Comments
 (0)