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: ProjectLibertyLabs/graph-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: ProjectLibertyLabs/graph-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 6 commits
  • 84 files changed
  • 1 contributor

Commits on Aug 8, 2024

  1. Fix node api README (#207)

    # Goal
    The goal of this PR is to fix the api ReadMe for Node bridge
    
    Closes #177
    aramikm authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    af2fa63 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Node bridge memory cleanup (#208)

    # Goal
    The goal of this PR is to implement an automated memory cleanup
    mechanism that might help free the memory in cases that the uses forget
    to manually free it.
    
    Closes #128
    aramikm authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    451043b View commit details
    Browse the repository at this point in the history
  2. CI: replace deprecated jcenter (#210)

    # Goal
    The goal of this PR is fix the PR due to 
    
    Closes #209
    aramikm authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5e23bcc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. update the repo to project liberty labs (#212)

    # Goal
    The goal of this PR is to update the repo to ProjectLibertyLabs
    
    Closes #211 
    
    # Changes
    - LICENSE file Copyright [yyyy] [name of copyright owner] -> Copyright
    Project Liberty LLC
    - Updated `io.amplica` java to `io.projectliberty`
       - [ ] Publish the updated java package
       - [X] Update docs
    - Updated `@dsnp/graph-sdk` -> `@projectlibertylabs/graph-sdk`
    - [X] switching from `NODE_AUTH_TOKEN` -> `NPM_AUTH_TOKEN` in GitHub
    Actions
      - [ ] NPM Publish a new version with the new package name
    - Updated version to `2.0.0`
    - Removed all references to `amplica`
    aramikm authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ced7454 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. fix the github ci (#213)

    # Goal
    The goal of this PR is to fix the npm publish issue
    
    related to #211
    aramikm authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    77c0d75 View commit details
    Browse the repository at this point in the history
  2. bump version (#214)

    # Goal
    The goal of this PR is bump the version so we can have a clean release
    
    Closes #211
    aramikm authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6dcb717 View commit details
    Browse the repository at this point in the history
Loading