Skip to content

Commit 7da5ff9

Browse files
author
kevin
committed
chore(release): Release 0.7.0
1 parent b834f28 commit 7da5ff9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.7.0 (2024-06-05)
2+
3+
### Feat
4+
5+
- Allow passing additional http headers in API methods, fix many docstrings, and update unit tests
6+
- Add unit tests and small fixes to security
7+
- Refactor auth handling to be more streamlined and reduce dependencies
8+
9+
### Fix
10+
11+
- Add concrete return type for chat headline questions method
12+
- Fix response streaming in client
13+
- Fix content type handling in APIResponse
14+
- Improve get_chat_completions stream handling and fix parameters
15+
- Improve error handling with attached response and fix some typing issues
16+
- Refactor base client and remove API request object to simplify
17+
- Fix get article method in NewsAPI and switch to ArticleResponse object
18+
119
## 0.6.11 (2024-06-05)
220

321
### Fix

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 = "asknews"
3-
version = "0.6.11"
3+
version = "0.7.0"
44
description = "Python SDK for AskNews"
55
authors = ["Emergent Methods <[email protected]>"]
66
packages = [{ include = "asknews_sdk" }]

0 commit comments

Comments
 (0)