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: openfga/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.3
Choose a base ref
...
head repository: openfga/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.4
Choose a head ref
  • 3 commits
  • 9 files changed
  • 4 contributors

Commits on Feb 7, 2025

  1. feat: support start time parameter on read changes (#443)

    * feat: support start time parameter on read changes
    
    feat: support start time parameter on read changes
    
    * Update README.md
    
    Co-authored-by: Ewan Harris <ewanharris93@gmail.com>
    
    * chore: bump go-sdk version to include start_time variable fix
    
    * chore: bump go-sdk version, update changelog
    
    feat: use RFC3339 in place of ISO8601 layout string
    
    fix: resolve linting error from newline
    
    docs: Update changelog with start time and prep for 0.6.4 release
    
    ---------
    
    Co-authored-by: Ewan Harris <ewanharris93@gmail.com>
    ryanpq and ewanharris authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    c160fcf View commit details
    Browse the repository at this point in the history
  2. feat: support importing assertions as part of a store (#446)

    * refactor: use fgaclient from input param in CreateStoreWithModel
    
    * feat: import assertions when importing store
    
    * refactor and test: import assertions when importing store
    
    * fix linting errors
    
    * test: move clientConfig to be defined per test to avoid false positive race detection
    
    ---------
    
    Co-authored-by: Ewan Harris <ewan.harris@okta.com>
    sujitha-av and ewanharris authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    31bcc57 View commit details
    Browse the repository at this point in the history
  3. release: v0.6.4 (#454)

    ewanharris authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    9d3951b View commit details
    Browse the repository at this point in the history
Loading