Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: massdriver-cloud/mass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.0
Choose a base ref
...
head repository: massdriver-cloud/mass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.1
Choose a head ref
  • 1 commit
  • 4 files changed
  • 2 contributors

Commits on Mar 3, 2026

  1. Remove schema field from bundle configuration (#216)

    Since draft-07 is the only supported JSON Schema version, there's no need
    to require users to specify it in massdriver.yaml. The schema field has
    been removed from the Bundle struct and the value is now hardcoded.
    
    Changes:
    - Remove Schema field from Bundle struct in bundle.go
    - Hardcode "draft-07" in generateSchemaURL() in write_schemas.go
    - Remove schema from required fields in test fixture bundle.json
    - Update lint tests to remove Schema field references
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    coryodaniel and claude authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    32afc6d View commit details
    Browse the repository at this point in the history
Loading