Skip to content

Commit

Permalink
v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Differential CI committed Mar 29, 2024
1 parent 87578e3 commit 9ec31d9
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.18.0](https://github.com/differentialhq/differential/compare/v3.17.0...v3.18.0) (2024-03-29)

### Bug Fixes

- Additional Lambda permissions ([#195](https://github.com/differentialhq/differential/issues/195)) ([fbeb35a](https://github.com/differentialhq/differential/commit/fbeb35a6688e836d0cb4b9da0d65f86d11ff96e1))
- Cache auth results in-memory ([#199](https://github.com/differentialhq/differential/issues/199)) ([504fd0e](https://github.com/differentialhq/differential/commit/504fd0e0d6e14583d84f0bc32a4b38bbbcd724c0))
- Consult the function call instead of the cluster for predictive retries ([#198](https://github.com/differentialhq/differential/issues/198)) ([9f81a0a](https://github.com/differentialhq/differential/commit/9f81a0a26fd487e22cc9eb8241d3eab80c4a44c1))
- Minor optimizations to decrease the job latencies ([#200](https://github.com/differentialhq/differential/issues/200)) ([743cb5f](https://github.com/differentialhq/differential/commit/743cb5fef49e5d1cf5ee127d54e6042323f57fcc))

### Features

- **cli:** REPL interface ([#190](https://github.com/differentialhq/differential/issues/190)) ([1fdecad](https://github.com/differentialhq/differential/commit/1fdecad9ec401940d62ffd8201f6a5b0ccf5c7de))
- Deploy command shortcut ([#196](https://github.com/differentialhq/differential/issues/196)) ([52a8231](https://github.com/differentialhq/differential/commit/52a8231fe2ee95fd846bc4d844f04962e1365609))
- Initial deployment log rendering ([#197](https://github.com/differentialhq/differential/issues/197)) ([99c0cb6](https://github.com/differentialhq/differential/commit/99c0cb615007cbd870cb3cd9cac49739a4fe63d6))

# [3.17.0](https://github.com/differentialhq/differential/compare/v3.16.0...v3.17.0) (2024-03-28)

### Bug Fixes
Expand Down
12 changes: 12 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.18.0](https://github.com/differentialhq/differential/compare/v3.17.0...v3.18.0) (2024-03-29)

### Bug Fixes

- Cache auth results in-memory ([#199](https://github.com/differentialhq/differential/issues/199)) ([504fd0e](https://github.com/differentialhq/differential/commit/504fd0e0d6e14583d84f0bc32a4b38bbbcd724c0))

### Features

- **cli:** REPL interface ([#190](https://github.com/differentialhq/differential/issues/190)) ([1fdecad](https://github.com/differentialhq/differential/commit/1fdecad9ec401940d62ffd8201f6a5b0ccf5c7de))
- Deploy command shortcut ([#196](https://github.com/differentialhq/differential/issues/196)) ([52a8231](https://github.com/differentialhq/differential/commit/52a8231fe2ee95fd846bc4d844f04962e1365609))
- Initial deployment log rendering ([#197](https://github.com/differentialhq/differential/issues/197)) ([99c0cb6](https://github.com/differentialhq/differential/commit/99c0cb615007cbd870cb3cd9cac49739a4fe63d6))

# [3.17.0](https://github.com/differentialhq/differential/compare/v3.16.0...v3.17.0) (2024-03-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@differentialhq/cli",
"version": "3.17.0",
"version": "3.18.0",
"description": "CLI for differential.dev",
"bin": {
"differential": "bin/index.js"
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@differentialhq/core": "^3.16.0",
"@differentialhq/core": "^3.18.0",
"@inquirer/prompts": "^4.0.0",
"@ts-rest/core": "^3.28.0",
"acorn": "^8.11.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "3.17.0"
"version": "3.18.0"
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions ts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.18.0](https://github.com/differentialhq/differential/compare/v3.17.0...v3.18.0) (2024-03-29)

### Bug Fixes

- Cache auth results in-memory ([#199](https://github.com/differentialhq/differential/issues/199)) ([504fd0e](https://github.com/differentialhq/differential/commit/504fd0e0d6e14583d84f0bc32a4b38bbbcd724c0))

# [3.17.0](https://github.com/differentialhq/differential/compare/v3.16.0...v3.17.0) (2024-03-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions ts-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@differentialhq/core",
"version": "3.17.0",
"version": "3.18.0",
"description": "Javascript SDK for differential.dev",
"main": "bin/index.js",
"scripts": {
Expand Down

0 comments on commit 9ec31d9

Please sign in to comment.