Skip to content

Commit 79903b4

Browse files
committed
chore(release): bump version to 0.2.0 and update CHANGELOG
1 parent d15039a commit 79903b4

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.0] - 2026-08-25
9+
### Added
10+
- Added the ability to set test set names via `GenerationConfig`.
11+
- Introduced `InsightsClient` for fetching insights, along with an `InsightsQuery` builder that supports date ranges.
12+
13+
### Changed
14+
- Renamed the `Behavior` entity to `Requirement` across the SDK. This change affects class names, method parameters, and other related SDK components.
15+
- Updated `pom.xml` with essential Maven Central metadata for improved library discoverability and usage.
16+
17+
### Deprecated
18+
- Deprecated existing `stats` methods. Users should migrate to the new `InsightsClient` for fetching insights.
19+
20+
### Fixed
21+
- Refined the response schema for test generation to explicitly set `additionalProperties: false`, ensuring strict adherence to the defined schema.
22+
823
## [0.1.4] - 2026-04-20
924
### Fixed
1025
- `expected_response` and `language_code` generated by synthesizers are now serialized as direct fields on `Prompt` instead of being nested under `metadata`. Previously the backend silently dropped them during `testSets().create(...)`, so generated tests had no expected response on the platform ([#3](https://github.com/rhesis-ai/rhesis-java/issues/3)).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ai.rhesis</groupId>
88
<artifactId>rhesis-java</artifactId>
9-
<version>0.1.4</version>
9+
<version>0.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Rhesis Java SDK</name>

0 commit comments

Comments
 (0)