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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.1.0

### Added
- Composition API support: `CompositionSearcher` and `CompositionFacetsSearcher` run an Algolia Composition (`/1/compositions/{compositionID}/run` and `/1/compositions/{compositionID}/facets/{facetName}/query`) while staying compatible with the existing components (search box, hits, stats, facet list, filter state, paging), with server-side disjunctive faceting
- Experimental `instantsearch-agent` module for Agent Studio: `ChatStore` driving agent conversations over `AgentStudioTransport`, with tool call rendering support
Comment thread
afrencalg marked this conversation as resolved.

# 4.0.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android.experimental.lint.version=8.8.2

# Lib
GROUP=com.algolia
VERSION_NAME=4.0.2
VERSION_NAME=4.1.0

# OSS
mavenCentralPublishing=true
Expand Down
Loading