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,3 +1,3 @@
{
".": "0.18.0"
".": "0.19.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.19.0](https://github.com/linq-team/linq-python/compare/v0.18.0...v0.19.0) (2026-08-04)


### Features

* add action field to message content for app experiences ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* add agentcard payment provider api ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* add exclude_from parameter to control line selection ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* add reconciled_at field to message objects ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* support url-type fields in message action parameters ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))


### Bug Fixes

* clarify contact card creation and update behavior ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* clarify idempotency key behavior with deleted messages ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* clarify message.failed webhook delivery behavior ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))
* clarify opt-out keyword matching requirements for chat health ([e3e1944](https://github.com/linq-team/linq-python/commit/e3e194457f75c8a10e242c3e22ab2bac7fbf9a87))

## [0.18.0](https://github.com/linq-team/linq-python/compare/v0.17.0...v0.18.0) (2026-07-26)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "linq-python"
version = "0.18.0"
version = "0.19.0"
description = "The official Python library for the linq-api-v3 API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/linq/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "linq"
__version__ = "0.18.0" # x-release-please-version
__version__ = "0.19.0" # x-release-please-version
Loading