8000 add changelog for date filter by barora05 · Pull Request #110 · dimagi/open-chat-studio-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add changelog for date filter #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 3, 2025
Merged
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
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ hide:
---

# Changelog
## June 3, 2025
* **NEW** Added support for filtering Chatbot sessions by relative date ranges. This adds the `range` operator as a filter option for date parameters with options such as `1 hour`, `1 day`. In addition, a top level filter is added which allows quick filtering of Chatbot sessions by 'Last Message' field.

## May 22, 2025
* **CHANGE** API update: The [list experiments](https://chatbots.dimagi.com/api/docs/#tag/Experiments/operation/experiment_list) endpoint now returns **only unreleased experiments** in the top-level response. A new `versions` key has been added to each experiment, containing all version of that experiment.
* **NEW** [Collections](./concepts/collections/index.md) are now generally available for all users who are using
Expand Down
0