Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into go/info
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 25, 2025
2 parents eff4257 + 8ba7ccd commit 0c64bb8
Show file tree
Hide file tree
Showing 34 changed files with 4,835 additions and 3,085 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
with:
repository: "oss-review-toolkit/ort"
path: "./ort"
ref: "26.0.0"
ref: "44.0.0"
submodules: recursive

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.78
uses: dtolnay/rust-toolchain@1.82

- name: Build and install ORT
if: steps.cache-ort.outputs.cache-hit != 'true'
Expand All @@ -100,10 +100,8 @@ jobs:
cat ~/.ort/config/config.yml
### NodeJS ###
- name: Set up Node.js 16.x
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x

- name: Create package.json file for the Node wrapper
uses: ./.github/workflows/node-create-package-file
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Go: Add `BZPopMin` ([#2849](https://github.com/valkey-io/valkey-glide/pull/2849))
* Java: Shadow `protobuf` dependency ([#2931](https://github.com/valkey-io/valkey-glide/pull/2931))
* Java: Add `RESP2` support ([#2383](https://github.com/valkey-io/valkey-glide/pull/2383))
* Node: Add `IFEQ` option ([#2909](https://github.com/valkey-io/valkey-glide/pull/2909))
* Node, Python: Add `IFEQ` option ([#2909](https://github.com/valkey-io/valkey-glide/pull/2909), [#2962](https://github.com/valkey-io/valkey-glide/pull/2962))

#### Breaking Changes

Expand Down
Loading

0 comments on commit 0c64bb8

Please sign in to comment.