Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Releases: danyooooo/jules-sdk.NET

v1.3.0

05 Feb 09:30

Choose a tag to compare

Update

  • replaced FileStorage with SqliteStorage to ensure thread safety and performance
  • change to standard Logging for all raw console logs
  • refactored McpServer to use ILogger
  • added unit tests for SqliteStorage
  • updated JulesClient to support ILoggerFactory injection
  • adjusted some codes for resumable sessions and interactive configurations
  • added HasStableHistory logic and null-safety for Activities
  • added warning and stability checks
  • added activityId support to inspect diffs from specific activities
  • fixed namespace/nullability issues
  • added SessionOutcomeData to deserialized session outcomes
  • updated SessionSnapshot constructor and logic
  • separated SessionOutcomeData and SessionOutcome class
  • added ChangeSet and ChangeSetData property in SessionOutput
  • updated InfoAsync and MapToOutcome
  • updated README.md
  • updated versioning

v1.2.0

31 Jan 12:19

Choose a tag to compare

Added new stuff

  • added ChangeSet method
  • removed all Proxy functionality
  • renamed Outcome to SessionOutcome
  • added SessionSnapshot class with full functionality
  • added new supporting types : TimelineEntry, SessionInsights, SnapshotOptions
  • added SnapshotAsync method
  • removed the state pre-check from ApproveAsync
  • updated the version number

v1.1.0

30 Jan 18:37

Choose a tag to compare

Fixed countless issues

  • update Activity and SessionResource to match the REST API data
  • update Artifact to properly returned everything