Below is a list of releases and release logs for each version.
LTS | Long Term Support, the most stable versions, features locked, recommended for new engagements. |
Developer | Rolling release of latest features, recommended for development environments only (previously called "latest"). |
Archived | Version no longer available. |
Developer
v0.7.0 – 9th September 2024
Features
- Added support for rubrics with different score ranges.
- Added
ready_for_review
support for the feedback session.
Bug fixes
- Fixed a bug causing
score
andmax_score
to be intermittently calculated incorrectly during thegenerateFeedback
process.
Archived
v0.6.0 – 23rd August 2024
Features
- Added a new
/essays/models
endpoint to return a list of available models for essay evaluation. - Added a new getter method
session_uuid
to the FeedbackSession instances.
Bug fixes
- Fixed a bug to increase the timeout limit to allow for longer model requests.
- Fixed a bug where an error in customer callbacks could stop all processing on the page.
Polish
- Improvement: increased the scalability and the reliability of the system.
- Improvement: updated the CSS build process for all styles.
Archived
v0.5.0 – 9th August 2024
Features
- Added credits and tag the models used for metrics.
Bug fixes
- Fixed a bug where the initial auto generated comment was not being saved.
- Fixed a bug to make the
feedbackSession
request gracefully fail when it is not a 404.
Polish
- Improvement: updated error messages and handling to be consistent.
- Improvement: internal AI engine improvements.
Archived
v0.4.1 – 18th July 2024
Bug fixes
- Fixed a bug where we calculate the max score based on the highest level rather than the last index.
Polish
- Improvement: removed unused level property.
Archived
v0.4.0 – 15th July 2024
Bug fixes
- Fixed a bug and added a missing
insufficient_to_grade
option when resuming. - Fixed a bug where the wrong validation was applied to a new feedback session.
- Fixed a bug where the comments were not showing when resuming in grade or student mode.
Polish
- Improvement: fix layout alignment with the rubric table.