Skip to content

Commit 0806c44

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2026-02-17) ### Bug Fixes * **pkg/errors:** address code review feedback ([f2e6ea0](f2e6ea0)) * **pkg/http:** fix race condition in circuit breaker test ([2e30c30](2e30c30)) ### Features * add facade re-exports from pkg/ packages ([a4c1738](a4c1738)) * **pkg/config:** add environment helpers ([b8421a5](b8421a5)) * **pkg/errors:** create errors package ([2297565](2297565)) * **pkg/http:** create HTTP utilities package ([2d0323b](2d0323b)) * **pkg/ingestion:** create ingestion utilities package ([4ef96fa](4ef96fa))
1 parent 9d4e7cf commit 0806c44

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.3.0](https://github.com/jdziat/langfuse-go/compare/v1.2.0...v1.3.0) (2026-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **pkg/errors:** address code review feedback ([f2e6ea0](https://github.com/jdziat/langfuse-go/commit/f2e6ea0ce8313b2a7c5f1aaff74e5090f9b5a47c))
7+
* **pkg/http:** fix race condition in circuit breaker test ([2e30c30](https://github.com/jdziat/langfuse-go/commit/2e30c30195f007c70df6a564e21721ad6fa423a3))
8+
9+
10+
### Features
11+
12+
* add facade re-exports from pkg/ packages ([a4c1738](https://github.com/jdziat/langfuse-go/commit/a4c17385bc38e3a94c8cc15c8e6b4efe580a82a5))
13+
* **pkg/config:** add environment helpers ([b8421a5](https://github.com/jdziat/langfuse-go/commit/b8421a5e992be93786f97556ace1e846a9f048fb))
14+
* **pkg/errors:** create errors package ([2297565](https://github.com/jdziat/langfuse-go/commit/2297565e545567a86bac0bf6bc2902fdfce35b7a))
15+
* **pkg/http:** create HTTP utilities package ([2d0323b](https://github.com/jdziat/langfuse-go/commit/2d0323b2aa795e43630e70c26316122f2a33cac4))
16+
* **pkg/ingestion:** create ingestion utilities package ([4ef96fa](https://github.com/jdziat/langfuse-go/commit/4ef96fa85b151ec2a953753444b7fabea1024286))
17+
118
# [1.2.0](https://github.com/jdziat/langfuse-go/compare/v1.1.0...v1.2.0) (2026-02-09)
219

320

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.0

0 commit comments

Comments
 (0)