Skip to content

Commit f1d767b

Browse files
chore(main): release service 0.18.0
1 parent dc18568 commit f1d767b

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

.github/release-please/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"otdfctl": "0.33.0",
77
"protocol/go": "0.34.0",
88
"sdk": "0.23.0",
9-
"service": "0.17.0"
9+
"service": "0.18.0"
1010
}

service/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.18.0](https://github.com/opentdf/platform/compare/service/v0.17.0...service/v0.18.0) (2026-06-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **core:** conform hybrid PQ/T key formats to IETF drafts ([#3563](https://github.com/opentdf/platform/issues/3563))
9+
* **core:** Add min_len to search term. ([#3604](https://github.com/opentdf/platform/issues/3604))
10+
11+
### Features
12+
13+
* **core:** Add search term information to protos. ([#3547](https://github.com/opentdf/platform/issues/3547)) ([40f35df](https://github.com/opentdf/platform/commit/40f35df8b9ed6299498f03821475f88526d9a5eb))
14+
* **core:** conform hybrid PQ/T key formats to IETF drafts ([#3563](https://github.com/opentdf/platform/issues/3563)) ([dc18568](https://github.com/opentdf/platform/commit/dc1856831383de1c5880121518c0fb83c429a5a5))
15+
* **policy:** Add the ability to do substring search ([#3551](https://github.com/opentdf/platform/issues/3551)) ([33b6fd7](https://github.com/opentdf/platform/commit/33b6fd7823bdcb1391d1bd4fb0211dfe1de704e6))
16+
* **policy:** DSPX-2754 DynamicValueMapping protos + generated code ([#3580](https://github.com/opentdf/platform/issues/3580)) ([090c0f6](https://github.com/opentdf/platform/commit/090c0f65508058502d17a850691957b7beaee785))
17+
* **policy:** DSPX-2998 optionally namespace resource mappings ([#3567](https://github.com/opentdf/platform/issues/3567)) ([2b6d54c](https://github.com/opentdf/platform/commit/2b6d54c1149f538ee1df3bdf17fb5e872b337b30))
18+
19+
20+
### Bug Fixes
21+
22+
* **core:** Add min_len to search term. ([#3604](https://github.com/opentdf/platform/issues/3604)) ([09e22dc](https://github.com/opentdf/platform/commit/09e22dc6df01de211ca15d9f7c8dd54e7eec2abd))
23+
* **core:** log at debug instead of error for expected IPC missing client id state ([#3636](https://github.com/opentdf/platform/issues/3636)) ([fe7f787](https://github.com/opentdf/platform/commit/fe7f787944c774d16a03ecbfe92aa7c0e22575f4))
24+
* **deps:** bump github.com/opentdf/platform/sdk from 0.21.0 to 0.22.0 in /service ([#3618](https://github.com/opentdf/platform/issues/3618)) ([23b639a](https://github.com/opentdf/platform/commit/23b639afe1a1207d6fd69f0d876ffcc783990c27))
25+
326
## [0.17.0](https://github.com/opentdf/platform/compare/service/v0.16.0...service/v0.17.0) (2026-06-11)
427

528

service/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package cmd
22

33
import "github.com/spf13/cobra"
44

5-
const Version = "0.17.0" // Service Version // x-release-please-version
5+
const Version = "0.18.0" // Service Version // x-release-please-version
66

77
func init() {
88
rootCmd.AddCommand(&cobra.Command{

0 commit comments

Comments
 (0)