Skip to content

Commit 68b8326

Browse files
chore(master): release 1.4.0 (#287)
1 parent 57e607b commit 68b8326

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/Coral-Protocol/coral-server/compare/v1.3.0...v1.4.0) (2026-06-24)
4+
5+
6+
### Features
7+
8+
* added claim debug agent for testing claims ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
9+
* complete refactor of agent options, soon to become it's own module with useful dsl for agent and application development ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
10+
* dsl types moved out of test, soon to become a module of it's own ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
11+
* kotlinx 1.8.1 -> 1.10.0 ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
12+
* more dsl types for more objects related to agents and requests ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
13+
* registry agent latest edition is now 5 ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
14+
* registry agents now have claims and dependencies ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
15+
* session now has full budget support, support configurable spending control for agents ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
16+
* session request now specifies values of claims made by agents ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
17+
* session states now contain a receipt of all claims made by all agents and their values and associated dependencies ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
18+
* session states now include running budgets for the session and every agent ([929631d](https://github.com/Coral-Protocol/coral-server/commit/929631d8a85f682ba32cd61742d5fbd184cd2553))
19+
320
## [1.3.0](https://github.com/Coral-Protocol/coral-server/compare/v1.2.0...v1.3.0) (2026-05-29)
421

522

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
22
org.gradle.console=plain
33
# x-release-please-start-version
4-
version=1.3.0
4+
version=1.4.0
55
# x-release-please-end

0 commit comments

Comments
 (0)