Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"dwctl":"0.9.0","fusillade":"0.3.0"}
{"dwctl":"0.10.0","fusillade":"0.3.0"}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions dwctl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.10.0](https://github.com/doublewordai/control-layer/compare/v0.9.0...v0.10.0) (2025-11-26)


### Features

* Add include=endpoints support to resolve hosted_on references in backend ([#244](https://github.com/doublewordai/control-layer/issues/244)) ([e258dc3](https://github.com/doublewordai/control-layer/commit/e258dc33aa01aebf012dc999f95e3340a8501484))
* make Argon2 parameters configurable for faster test execution ([#239](https://github.com/doublewordai/control-layer/issues/239)) ([65c1de9](https://github.com/doublewordai/control-layer/commit/65c1de9ee261d48720f8ebad37c90768d3772cb2))


### Bug Fixes

* dont truncate billing ([#227](https://github.com/doublewordai/control-layer/issues/227)) ([d4d5040](https://github.com/doublewordai/control-layer/commit/d4d50404b08ff86a890b3c58e309c5a21dfb7b33))
* loosen test ([5a70dc1](https://github.com/doublewordai/control-layer/commit/5a70dc150183d2c0ab169591c2410a6996e77a07))
* make hidden key when a user first logs in, rather than when they first make a playground request ([#233](https://github.com/doublewordai/control-layer/issues/233)) ([a491f54](https://github.com/doublewordai/control-layer/commit/a491f5408d0d2d8aaa0d49607bc4fade1a11561e))
* simplify auth in serializers ([#242](https://github.com/doublewordai/control-layer/issues/242)) ([86568ee](https://github.com/doublewordai/control-layer/commit/86568ee244a04980871041cdff8164696c50f6cc))

## [0.9.0](https://github.com/doublewordai/control-layer/compare/v0.8.1...v0.9.0) (2025-11-25)


Expand Down
2 changes: 1 addition & 1 deletion dwctl/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dwctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dwctl"
version = "0.9.0"
version = "0.10.0"
edition = "2024"
description = "The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications"
license = "MIT OR Apache-2.0"
Expand Down