Max Deichmann
Max Deichmann
> [!IMPORTANT] > Add tests and modify `encodeQueryParams` to handle special characters and arrays, and comment out a test in `langfuse-integration-node.spec.ts`. > > - **Tests**: > - Add tests for...
> [!IMPORTANT] > Fixes URI encoding in `encodeQueryParams` by encoding keys and values with `encodeURIComponent` and handling `Date` objects. > > - **Behavior**: > - Fixes URI encoding in `encodeQueryParams`...
> [!IMPORTANT] > Upgrade `@clickhouse/client` from `^1.4.0` to `^1.11.1` in `package.json`. > > - **Dependencies**: > - Upgrade `@clickhouse/client` from `^1.4.0` to `^1.11.1` in `package.json`. > > This description was...
## What does this PR do? Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Chore (refactoring code,...
> [!IMPORTANT] > Enhance `getTraceUrl()` to include `projectId` and add project fetching functionality with tests. > > - **Behavior**: > - `getTraceUrl()` in `LangfuseObjectClient` now includes `projectId` in the URL....
> [!IMPORTANT] > Adds secure redirect handling for webhooks to prevent SSRF attacks and updates tests for various redirect scenarios. > > - **Behavior**: > - Adds `fetchWebhookWithSecureRedirects` in `validation.ts`...