Skip to content

Commit c8b9363

Browse files
committed
chore(main): release 0.25.5
1 parent d3348e1 commit c8b9363

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.25.5](https://github.com/instill-ai/mgmt-backend/compare/v0.25.4...v0.25.5) (2026-01-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** align backend with protobuf API changes and remove deprecated metrics endpoints ([#310](https://github.com/instill-ai/mgmt-backend/issues/310)) ([9e2a80a](https://github.com/instill-ai/mgmt-backend/commit/9e2a80a84d35cf698e82fa85ee3bd4cfd606d966))
9+
* **api:** implement field mask validation for membership update endpoints ([#303](https://github.com/instill-ai/mgmt-backend/issues/303)) ([fe982b9](https://github.com/instill-ai/mgmt-backend/commit/fe982b9b387bfe0ebc26f42bf4568e5319ebb820))
10+
* **api:** return user ID instead of UID in ValidateToken response ([#311](https://github.com/instill-ai/mgmt-backend/issues/311)) ([d3348e1](https://github.com/instill-ai/mgmt-backend/commit/d3348e1269edc3dffc39a259632bb80ce2e1a7a2))
11+
* **handler:** prevent namespace collision between dash and underscore variants ([#305](https://github.com/instill-ai/mgmt-backend/issues/305)) ([a6625fb](https://github.com/instill-ai/mgmt-backend/commit/a6625fbcac25d6830c9a195c5daed8004dfd391d))
12+
13+
14+
### Miscellaneous
15+
16+
* **go:** upgrade to 1.25.6 ([bb38f20](https://github.com/instill-ai/mgmt-backend/commit/bb38f207f943cef2fd09ff8cf8984549dfedad1f))
17+
18+
19+
### Refactor
20+
21+
* **init:** change preset namespace from organization to user ([#307](https://github.com/instill-ai/mgmt-backend/issues/307)) ([c33b86d](https://github.com/instill-ai/mgmt-backend/commit/c33b86d472d1bcf2dd4a91ed38efdbd624627afa))
22+
* **mgmt:** adopt flattened protobuf structure and AIP-compliant resource names ([#308](https://github.com/instill-ai/mgmt-backend/issues/308)) ([062fc04](https://github.com/instill-ai/mgmt-backend/commit/062fc04386b6e9b46b3feeb3d8eba18b639f5986))
23+
* **service:** migrate organization features from CE to EE-only ([#309](https://github.com/instill-ai/mgmt-backend/issues/309)) ([cdd9cd6](https://github.com/instill-ai/mgmt-backend/commit/cdd9cd663e9080aede3d0ea617e6e252cb9f82f2))
24+
* **service:** remove organization and membership methods from CE interface ([#306](https://github.com/instill-ai/mgmt-backend/issues/306)) ([e213190](https://github.com/instill-ai/mgmt-backend/commit/e213190cfd1019b6f3777897a12e8f1e4d3c4cf5))
25+
326
## [0.25.4](https://github.com/instill-ai/mgmt-backend/compare/v0.25.3...v0.25.4) (2025-10-27)
427

528

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.25.4"
2+
".": "0.25.5"
33
}

0 commit comments

Comments
 (0)