Skip to content

Releases: brightdigit/MistKit

1.0.0-alpha.4

05 Feb 20:45
705e461

Choose a tag to compare

1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-alpha.3...1.0.0-alpha.4

1.0.0-alpha.3

08 Dec 18:29

Choose a tag to compare

1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.3

1.0.0-alpha.2

27 Nov 13:03
b89de65

Choose a tag to compare

1.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • add write operations, example applications, and comprehensive documentation by @leogdion in #180

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2

1.0.0-alpha.1

28 Sep 11:46
8bc2a3e

Choose a tag to compare

1.0.0-alpha.1 Pre-release
Pre-release

What's Changed

🧹 Code Cleanup

  • Removing old files by @leogdion in #125
    • Cleaned up legacy code and unused files to prepare for major refactor

🚀 Major Architecture Overhaul

  • Initial MistKit setup with OpenAPI-based CloudKit client by @leogdion and @claude in #125
    • Set up Swift package structure with swift-openapi-generator
    • Added OpenAPI specification for CloudKit Web Services API
    • Created MistKitClient wrapper with authentication middleware
    • Configured manual OpenAPI code generation workflow
    • Added basic tests and documentation
    • 🤖 Generated with [Claude Code](https://claude.ai/code)

🤖 AI Integration

  • adding claude integration by @leogdion in #125
    • Integrated Claude AI for enhanced development workflow and code generation

🔄 Core Refactoring

  • Claude refactor (#104) by @leogdion in #125
    • Major refactoring of core components with Claude AI assistance
    • Improved code architecture and maintainability

🛠️ Critical Updates & Bug Fixes

  • September 2025 Updates (#124) by @leogdion and @claude in #125
    • Swift 6.1 Support: Updated CodeQL for Swift 6.1 compatibility
    • Critical Bug Fixes: Fixed NSRange UTF-16 crash risk in NSRegularExpression (Issue #123)
    • Workflow Improvements: Fixed invalid model argument in GitHub Actions workflows (Issue #119)
    • HTTP Status Fixes: Corrected wrong HTTP status code for UnprocessableEntity mapping (Issue #120)
    • Server Configuration: Fixed serverToServer supportsUserOperations to return false (Issue #122)
    • Model Updates: Updated workflows to use claude-sonnet-4 model
    • Authentication: Enhanced authentication method API token handling
    • 🤖 Generated with [Claude Code](https://claude.ai/code)

Full Changelog: 0.2.2...1.0.0-alpha.1

0.2.2

05 Feb 14:18

Choose a tag to compare

  • Fixed CI for ARM
  • Added basic property-based Token Managers

0.2.1

11 Dec 13:25

Choose a tag to compare

  • Fixed Code Quality Issues #2 #3
  • Added Support for Dates, Locations, Assets, and Doubles #22 #23
  • Fixed SPI Linux Support Badge #81

0.2.0

02 Dec 21:50

Choose a tag to compare

  • Added Vapor Token Storage via Session or Fluent Model #19
  • Added Support for Vapor HTTP Client #20
  • Added Support for SwiftNIO Async HTTPClient #21
  • Added Table of Contents to README
  • Refactored Package Setup

0.1.2

01 Dec 17:03

Choose a tag to compare

0.1.1

31 Oct 13:19
4e560f2

Choose a tag to compare

0.1.0

15 Sep 19:45

Choose a tag to compare

  • Composing Web Service Requests #13
  • Modifying Records (records/modify) #14
  • Fetching Records Using a Query (records/query) #15
  • Fetching Records by Record Name (records/lookup) #16
  • Fetching Current User Identity (users/caller) #17