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
17 changes: 17 additions & 0 deletions changelog/entries/2026-07-08-api-client-go-0-13-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'api-client-go v0.13.2'
categories: ['API Clients']
---

Api-client-go v0.13.2 includes 1 addition, 1 change.

{/* truncate */}

## Changes

- Added `request.FeedRequest.Categories[].Enum(adminHealthCenter)` to `client.search.retrievefeed()`.
- Changed `response.Results[]` on `client.search.retrievefeed()`.

## Source

- [Release notes](https://github.com/gleanwork/api-client-go/releases/tag/v0.13.2)
17 changes: 17 additions & 0 deletions changelog/entries/2026-07-08-api-client-java-0-14-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'api-client-java v0.14.2'
categories: ['API Clients']
---

Api-client-java v0.14.2 includes 1 addition, 1 change.

{/* truncate */}

## Changes

- Added `request.feedRequest.categories[].enum(adminHealthCenter)` to `client.search.retrievefeed()`.
- Changed `response.results[]` on `client.search.retrievefeed()`.

## Source

- [Release notes](https://github.com/gleanwork/api-client-java/releases/tag/v0.14.2)
17 changes: 17 additions & 0 deletions changelog/entries/2026-07-08-api-client-python-0-15-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'api-client-python v0.15.2'
categories: ['API Clients']
---

Api-client-python v0.15.2 includes 1 addition, 1 change.

{/* truncate */}

## Changes

- Added `request.categories[].enum(admin_health_center)` to `client.search.retrieve_feed()`.
- Changed `response.results[]` on `client.search.retrieve_feed()`.

## Source

- [Release notes](https://github.com/gleanwork/api-client-python/releases/tag/v0.15.2)
17 changes: 17 additions & 0 deletions changelog/entries/2026-07-08-api-client-typescript-0-17-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 'api-client-typescript v0.17.2'
categories: ['API Clients']
---

Api-client-typescript v0.17.2 includes 1 addition, 1 change.

{/* truncate */}

## Changes

- Added `request.feedRequest.categories[].enum(adminHealthCenter)` to `client.search.retrievefeed()`.
- Changed `response.results[]` on `client.search.retrievefeed()`.

## Source

- [Release notes](https://github.com/gleanwork/api-client-typescript/releases/tag/v0.17.2)
Loading