Skip to content

Commit

Permalink
Revert "ci: Upgrade super-linter"
Browse files Browse the repository at this point in the history
This reverts commit e4b6349.
  • Loading branch information
svix-lucho committed Feb 15, 2024
1 parent a6ffd9f commit a30ab88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/other-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter@v6.0.0
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down
7 changes: 4 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
*

## Version 1.18.0
* Server: upgrade dependencies
* Server: adopt omniqueue as a queue backend
* Libs/C#: **[Breaking]** Return iterator information in list endpoints. Changes the return type of list endpoints.
* Libs/Java: don't serialize nulls in PATCH endpoint methods
* Libs/Rust: upgrade and clean up dependencies
* Libs/Rust: Switch from reqwest to hyper 1.0
* Server: upgrade dependencies
* Server: Adopt omniqueue as a queue backend and remove our own in-memory queue implementation
* Libs/Rust: switch from reqwest to hyper 1.0

## Version 1.17.0
* Server: Upgrade hyper to 0.14.28
Expand Down

0 comments on commit a30ab88

Please sign in to comment.