You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## 1.1.0 (2024-08-07)
4
+
5
+
Full Changelog: [v1.0.0...v1.1.0](https://github.com/Finch-API/finch-api-python/compare/v1.0.0...v1.1.0)
6
+
7
+
### Features
8
+
9
+
***client:** add `retries_taken` to raw response class ([#462](https://github.com/Finch-API/finch-api-python/issues/462)) ([b62b180](https://github.com/Finch-API/finch-api-python/commit/b62b1809ac2c111db20af9b117409a2b4473997e))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***client:** correctly serialise array body params ([#466](https://github.com/Finch-API/finch-api-python/issues/466)) ([f94c81e](https://github.com/Finch-API/finch-api-python/commit/f94c81e1ffb396afdfbd7635b348adfd586cc038))
***internal:** bump ruff version ([#464](https://github.com/Finch-API/finch-api-python/issues/464)) ([c440bcd](https://github.com/Finch-API/finch-api-python/commit/c440bcde1c636136baa2554b3e8ded69f604afdb))
21
+
***internal:** test updates ([#463](https://github.com/Finch-API/finch-api-python/issues/463)) ([19c58e6](https://github.com/Finch-API/finch-api-python/commit/19c58e6a2b1ec2a4cc3c103e911236a4f10af687))
22
+
***internal:** update pydantic compat helper function ([#465](https://github.com/Finch-API/finch-api-python/issues/465)) ([8656afe](https://github.com/Finch-API/finch-api-python/commit/8656afe878f85412712d85d52aa58068321ff792))
23
+
***internal:** use `TypeAlias` marker for type assignments ([#459](https://github.com/Finch-API/finch-api-python/issues/459)) ([3c0445a](https://github.com/Finch-API/finch-api-python/commit/3c0445a107202b107fec3ee73226f576824d8b40))
24
+
3
25
## 1.0.0 (2024-08-01)
4
26
5
27
Full Changelog: [v0.23.1...v1.0.0](https://github.com/Finch-API/finch-api-python/compare/v0.23.1...v1.0.0)
0 commit comments