Skip to content

Commit 8b361b0

Browse files
release: 0.19.0
1 parent b952880 commit 8b361b0

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
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.18.1"
2+
".": "0.19.0"
33
}

CHANGELOG.md

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

3+
## 0.19.0 (2026-03-24)
4+
5+
Full Changelog: [v0.18.1...v0.19.0](https://github.com/ArkHQ-io/ark-python/compare/v0.18.1...v0.19.0)
6+
7+
### Features
8+
9+
* **api:** add tenantId to send ([3eddd67](https://github.com/ArkHQ-io/ark-python/commit/3eddd677b69f387149336e11abe71a6143290ac4))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([f968d32](https://github.com/ArkHQ-io/ark-python/commit/f968d32304f3254d028211fd71f3cc4be8a9d61b))
15+
* **pydantic:** do not pass `by_alias` unless set ([5c61281](https://github.com/ArkHQ-io/ark-python/commit/5c612819f12b4b87159d751625fc2e64d1e3dd1f))
16+
* sanitize endpoint path params ([d4ca0b1](https://github.com/ArkHQ-io/ark-python/commit/d4ca0b1e86263ef3e7ededd8c9a88949dfc15e2e))
17+
18+
19+
### Chores
20+
21+
* **ci:** bump uv version ([e7115ed](https://github.com/ArkHQ-io/ark-python/commit/e7115edad4dd96f45c7b87f76b00792b8d096647))
22+
* **ci:** skip uploading artifacts on stainless-internal branches ([5ad9ccb](https://github.com/ArkHQ-io/ark-python/commit/5ad9ccb223dc029f721420b94bb87a7a7207bdb3))
23+
* **internal:** add request options to SSE classes ([fdc5e91](https://github.com/ArkHQ-io/ark-python/commit/fdc5e91d4774006a051e8a289bbd1b3c7eec1b8c))
24+
* **internal:** codegen related update ([a6cc237](https://github.com/ArkHQ-io/ark-python/commit/a6cc237ae03c83da16f8cc279dac4fe5e91e0816))
25+
* **internal:** make `test_proxy_environment_variables` more resilient ([709aff4](https://github.com/ArkHQ-io/ark-python/commit/709aff401224092c3e5059559951c8bc82c59866))
26+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([df5b863](https://github.com/ArkHQ-io/ark-python/commit/df5b8639e08e14c7a64e51081f60c41d0450617b))
27+
* **internal:** tweak CI branches ([a50b7f8](https://github.com/ArkHQ-io/ark-python/commit/a50b7f8017b23cae995700f9a0a579bfc4b5a57b))
28+
* **internal:** update gitignore ([f048789](https://github.com/ArkHQ-io/ark-python/commit/f04878939392dd78362c34806681a3d7082888ae))
29+
* **test:** do not count install time for mock server timeout ([e9620f6](https://github.com/ArkHQ-io/ark-python/commit/e9620f619e9f8bafc0d3fdc2b070cb4e6f5454b3))
30+
* **tests:** bump steady to v0.19.4 ([2f78979](https://github.com/ArkHQ-io/ark-python/commit/2f78979a8b73ee72108b8e514373d36a62aafc26))
31+
* **tests:** bump steady to v0.19.5 ([41a53dc](https://github.com/ArkHQ-io/ark-python/commit/41a53dc50fca7e7e9a2928ad72d06ad2259837d3))
32+
* **tests:** bump steady to v0.19.6 ([b952880](https://github.com/ArkHQ-io/ark-python/commit/b95288045bc908c0bb6a76addf6ac8d344f69ac3))
33+
* update mock server docs ([b4e4ce8](https://github.com/ArkHQ-io/ark-python/commit/b4e4ce8a56859a87137349e5f97ede2c8acaad25))
34+
35+
36+
### Refactors
37+
38+
* **tests:** switch from prism to steady ([18f705f](https://github.com/ArkHQ-io/ark-python/commit/18f705f1fff9c42d14de17f0eb50eb1232ff9019))
39+
340
## 0.18.1 (2026-02-18)
441

542
Full Changelog: [v0.18.0...v0.18.1](https://github.com/ArkHQ-io/ark-python/compare/v0.18.0...v0.18.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ark-email"
3-
version = "0.18.1"
3+
version = "0.19.0"
44
description = "The official Python library for the ark API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/ark/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "ark"
4-
__version__ = "0.18.1" # x-release-please-version
4+
__version__ = "0.19.0" # x-release-please-version

0 commit comments

Comments
 (0)