Skip to content

Commit 8e2d409

Browse files
chore(main): release 0.3.0 (#21)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](0.2.0...0.3.0) (2024-11-22) ### ⚠ BREAKING CHANGES * Rename nest parameters under model * Change modelId to id * Remove max_tokens and temperature as top level model config keys * Suffix track methods with metrics * Rename `LDAIClient.model_config` to `LDAIClient.config` * Rename prompt to messages ### Features * Add custom parameter support to model config ([95015f1](95015f1)) * Add support for provider config ([d2a2ea7](d2a2ea7)) ### Bug Fixes * Change modelId to id ([9564780](9564780)) * Remove max_tokens and temperature as top level model config keys ([55f34fe](55f34fe)) * Rename `LDAIClient.model_config` to `LDAIClient.config` ([3a3e913](3a3e913)) * Rename nest parameters under model ([a2cc966](a2cc966)) * Rename prompt to messages ([9a86f0a](9a86f0a)) * Suffix track methods with metrics ([319f64d](319f64d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f83220 commit 8e2d409

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

.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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to the LaunchDarkly Python AI package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.3.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/0.2.0...0.3.0) (2024-11-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Rename nest parameters under model
11+
* Change modelId to id
12+
* Remove max_tokens and temperature as top level model config keys
13+
* Suffix track methods with metrics
14+
* Rename `LDAIClient.model_config` to `LDAIClient.config`
15+
* Rename prompt to messages
16+
17+
### Features
18+
19+
* Add custom parameter support to model config ([95015f1](https://github.com/launchdarkly/python-server-sdk-ai/commit/95015f1f29b4ddf0acc2f22b72a5c0c4241fd3f3))
20+
* Add support for provider config ([d2a2ea7](https://github.com/launchdarkly/python-server-sdk-ai/commit/d2a2ea7a16159de5c11484114ad4a7ae6369f9c6))
21+
22+
23+
### Bug Fixes
24+
25+
* Change modelId to id ([9564780](https://github.com/launchdarkly/python-server-sdk-ai/commit/9564780ea2b919d456431e3309b73156f8e9817d))
26+
* Remove max_tokens and temperature as top level model config keys ([55f34fe](https://github.com/launchdarkly/python-server-sdk-ai/commit/55f34fec9410124d24318feadada9e087e7d4cb8))
27+
* Rename `LDAIClient.model_config` to `LDAIClient.config` ([3a3e913](https://github.com/launchdarkly/python-server-sdk-ai/commit/3a3e913d9e1586278d9fe6228f79f6748cbbd605))
28+
* Rename nest parameters under model ([a2cc966](https://github.com/launchdarkly/python-server-sdk-ai/commit/a2cc9662bdc526f0b6a3a271a4b4f46b95d0ec2f))
29+
* Rename prompt to messages ([9a86f0a](https://github.com/launchdarkly/python-server-sdk-ai/commit/9a86f0af9322baf71d7ddddb6115d585582cfc86))
30+
* Suffix track methods with metrics ([319f64d](https://github.com/launchdarkly/python-server-sdk-ai/commit/319f64da54815854163d663022fdffc274c2059a))
31+
532
## [0.2.0](https://github.com/launchdarkly/python-server-sdk-ai/compare/0.1.1...0.2.0) (2024-11-21)
633

734

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To verify SLSA provenance attestations, we recommend using [slsa-verifier](https
1010

1111
```
1212
# Set the version of the library to verify
13-
VERSION=0.2.0
13+
VERSION=0.3.0
1414
```
1515

1616
<!-- x-release-please-end -->

ldai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0" # x-release-please-version
1+
__version__ = "0.3.0" # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "launchdarkly-server-sdk-ai"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "LaunchDarkly SDK for AI"
55
authors = ["LaunchDarkly <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)