Skip to content

Commit 7c2fdb2

Browse files
chore: bump version to v0.10.0 [ci skip]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 39a09a7 commit 7c2fdb2

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0] - 2026-03-07
11+
12+
### Added
13+
- **Livecrawl support** - Added `livecrawl` and `max_age_hours` parameters to search, with CLI `--livecrawl` and `--max-age-hours` flags
14+
- **Deep-reasoning search type** - Added `deep-reasoning` and `instant` search types alongside existing types
15+
- **Output field** - Search results now include an `output` field for deep-reasoning responses
16+
- **Additional search parameters** - Added `additional_queries`, `output_schema`, and `user_location` parameter conversions
17+
- **Integration tests** - Comprehensive integration tests for post-v0.9.0 search features including deep-reasoning
18+
19+
### Fixed
20+
- **Parameter conversion** - `num_results`, `include_domains`, `exclude_domains`, and highlights now correctly convert to camelCase in request body
21+
- **CLI search parser** - Updated to support current API search types (`auto`, `fast`, `deep`, `neural`, `instant`, `deep-reasoning`)
22+
- **Livecrawl validation** - Added proper validation for livecrawl parameter values in CLI
23+
- **User location** - Use ISO country code format per API spec
24+
- **VCR cassettes** - Re-recorded search cassettes against live API for accuracy
25+
1026
## [0.9.0] - 2026-02-24
1127

1228
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exa-ai (0.9.0)
4+
exa-ai (0.10.0)
55
dotenv (~> 3.0)
66
faraday (~> 2.0)
77
toon-ruby (~> 0.1)

lib/exa/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Exa
4-
VERSION = "0.9.0"
4+
VERSION = "0.10.0"
55
end

0 commit comments

Comments
 (0)