Skip to content

Commit

Permalink
Merge branch 'main' into custodial_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyraedar committed Jan 24, 2025
2 parents aaf4335 + 7e64fa3 commit fbf0adb
Show file tree
Hide file tree
Showing 43 changed files with 1,303 additions and 949 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Changelog

## [0.1.42] - TBD
### Added
### Changed
### Fixed


## [0.1.41] - 2025-01-19
### Changed
- Modified default RPM to avoid timeout issues.


## [0.1.40] - 2025-01-15
### Added
- Question type `QuestionDict` returns a response as a dictionary with specified keys and (optionally) specified value types and descriptions. Details: https://docs.expectedparrot.com/en/latest/questions.html#questiodict-class

### Changed
- Previously, results of jobs run remotely were automatically synced to your local cache. Now, results are only added to the cache where the job is being run, local or remote.
- Results of jobs run remotely are no longer automatically synced to your local cache. Now, a new cache for results is automatically generated and attached to a results object; you can access it by calling `results.cache`. Results now also include the following fields for the associated cache: `cache_keys.<question_name>_cache_key` (the unique identifier for a cache entry) and `cache_used.<question_name>_cache_used` (an indicator whether the default cache was used to provide the response--this is either your local cache or remote cache, or a cache that was passed to the `run` method, if used instead of local or remote).

- Improvements to web-based progress bar for remote jobs.
- Improvements to the web-based progress bar for remote jobs.

### Fixed
- Occasional timeout issue should be fixed by modifications to caching noted above.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ See instructions on [storing API keys](https://docs.expectedparrot.com/en/latest

## 💡 Contributions, feature requests & bugs
Interested in contributing? Want us to add a new feature? Found a bug for us to squash?
Please send us an email at [[email protected]](mailto:[email protected]) or message us at our [Discord channel](https://discord.com/invite/mxAYkjfy9m).
Please send us an email at [[email protected]](mailto:[email protected]) or message us at our [Discord channel](https://discord.com/invite/mxAYkjfy9m)..
Loading

0 comments on commit fbf0adb

Please sign in to comment.