Skip to content

Commit a03396a

Browse files
committed
Update changelog, rename repo to bemi-io
1 parent db5e1e5 commit a03396a

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
·
99
<a href="https://docs.bemi.io">Docs</a>
1010
·
11-
<a href="https://github.com/BemiHQ/bemi/issues/new">Report Bug</a>
11+
<a href="https://github.com/BemiHQ/bemi-io/issues/new">Report Bug</a>
1212
·
13-
<a href="https://github.com/BemiHQ/bemi/issues/new">Request Feature</a>
13+
<a href="https://github.com/BemiHQ/bemi-io/issues/new">Request Feature</a>
1414
·
1515
<a href="https://discord.gg/mXeZ6w2tGf">Discord</a>
1616
·

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "",
1616
"license": "SSPL-1.0",
1717
"bugs": {
18-
"url": "https://github.com/BemiHQ/bemi/issues"
18+
"url": "https://github.com/BemiHQ/bemi-io/issues"
1919
},
2020
"homepage": "https://github.com/BemiHQ/bemi#readme",
2121
"devDependencies": {

docs/docs/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ keywords: ['Bemi Changelog', 'Bemi New Features', 'Postgres Audit Trails', 'Chan
99

1010
# Changelog
1111

12+
## 2025-07
13+
14+
* [Bemi SQLAlchemy](https://github.com/BemiHQ/bemi-sqlalchemy)
15+
* Update the generated migration to fix insufficient permission errors
16+
17+
## 2025-06
18+
19+
* Dashboard
20+
* Add a Billing Portal link
21+
* Check read permissions when showing tables for selective tracking
22+
* Platform
23+
* Explicitly set `search_path` when creating PG functions
24+
* Ignore large context payloads
25+
1226
## 2025-05
1327

1428
* [Bemi Prisma](https://github.com/BemiHQ/bemi-prisma)

docs/docs/self-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords: ['Open source', 'Database Tracking', 'Postgres Audit Trails', 'Change
99

1010
# Self-Hosting
1111

12-
<a class="github-button" href="https://github.com/BemiHQ/bemi" data-size="large" data-show-count="true" aria-label="Star BemiHQ/bemi on GitHub">BemiHQ/bemi</a>
12+
<a class="github-button" href="https://github.com/BemiHQ/bemi-io" data-size="large" data-show-count="true" aria-label="Star BemiHQ/bemi on GitHub">BemiHQ/bemi</a>
1313
<br />
1414
<br />
1515

docs/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config: Config = {
4040
docs: {
4141
routeBasePath: "/",
4242
sidebarPath: "./sidebars.ts",
43-
editUrl: "https://github.com/BemiHQ/bemi/tree/main/docs/",
43+
editUrl: "https://github.com/BemiHQ/bemi-io/tree/main/docs/",
4444
},
4545
blog: false,
4646
theme: {
@@ -66,7 +66,7 @@ const config: Config = {
6666
},
6767
items: [
6868
{
69-
href: "https://github.com/BemiHQ/bemi",
69+
href: "https://github.com/BemiHQ/bemi-io",
7070
label: "GitHub",
7171
position: "right",
7272
},
@@ -130,7 +130,7 @@ const config: Config = {
130130
items: [
131131
{
132132
label: "GitHub",
133-
href: "https://github.com/BemiHQ/bemi",
133+
href: "https://github.com/BemiHQ/bemi-io",
134134
},
135135
{
136136
label: "Discord",

0 commit comments

Comments
 (0)